aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-06tools/ismindex.c: Use av_realloc_array()Michael Niedermayer
2015-01-06tools/ismindex: Keep count fields consistent with arrays in case of errorsMichael Niedermayer
2015-01-06cmdutils.c: Use av_realloc_array()Michael Niedermayer
2015-01-06avformat/id3v2: support USLT tagswm4
2015-01-06cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_fi...Michael Niedermayer
2015-01-06avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stal...Michael Niedermayer
2015-01-06avfilter/buffer: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06avformat/hlsproto: Use av_freep, to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06avformat/mov: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06avformat/mov: Clear array to prevent potential out of array read from av_dlog()Michael Niedermayer
2015-01-06lavfi: check av_strdup() return valuePaul B Mahol
2015-01-06mov: Fix negative size calculation in mov_read_default().Dale Curtis
2015-01-06avformat/mov: fix integer overflow in mov_read_udta_string()Michael Niedermayer
2015-01-06mov: Fix overflow and error handling in read_tfra().Dale Curtis
2015-01-06avfilter/vf_idet: Add analyze_interlaced_flag modeMichael Niedermayer
2015-01-06avfilter/vf_yadif: detect telecine contentMichael Niedermayer
2015-01-05avformat/id3v1: strip trailing whitespacewm4
2015-01-05x86/flacdsp: remove unneeded ifdefferyJames Almer
2015-01-05avformat/dvbsub: increase probe scoreMichael Niedermayer
2015-01-05avformat/dvbsub: fix indent after previous commitMichael Niedermayer
2015-01-05avformat/dvbsub: check for 0xf0 earlier in probe, 30% fasterMichael Niedermayer
2015-01-05Merge remote-tracking branch 'origin/master'Michael Niedermayer
2015-01-05libavfilter/vf_blend: do not unconditionally compile both filtersPaul B Mahol
2015-01-05avcodec/dvdsubdec: fix out of bounds accesseswm4
2015-01-05doc/ffmpeg: mention both ffpreset/avpreset in documentation, remove superfluo...Werner Robitza
2015-01-05Merge commit '46808fdf04ab113df374157b90b506eb3110daf2'Michael Niedermayer
2015-01-05Merge commit '9f810a9b374e0ff8e2a19fd8a7347afe2933e229'Michael Niedermayer
2015-01-05Merge commit 'c4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28'Michael Niedermayer
2015-01-05Merge commit 'f4d4e66a24a5c9497a5b6d3c089ac58089a87428'Michael Niedermayer
2015-01-05Merge commit '3e160652219ff4da433f5672ae1e5f4956abb815'Michael Niedermayer
2015-01-05avformat/aiffdec: only read codec tag when there is space in headerPeter Ross
2015-01-05avformat/utils: add dvbsub to set_codec_from_probe_data()Michael Niedermayer
2015-01-05avformat: add dvbsub demuxerMichael Niedermayer
2015-01-05avformat/rawdec: Add FF_DEF_RAWSUB_DEMUXERMichael Niedermayer
2015-01-05avformat/rawdec: Make ff_raw_data_read_header() non staticMichael Niedermayer
2015-01-05avformat/flvenc: omit more metadata elements with specific meaningMichael Niedermayer
2015-01-05Factorize avpriv_mirror() outMichael Niedermayer
2015-01-05avfilter/vf_sab: fix filtering tiny imagesMichael Niedermayer
2015-01-04movenc: Enable editlists by default if delay_moov is enabledMartin Storsjö
2015-01-04libavformat: Check for malloc failures in avformat_new_streamMartin Storsjö
2015-01-04libavformat: Remove a misleading/incorrect commentMartin Storsjö
2015-01-04configure: Remap -L to -libpath for msvcMartin Storsjö
2015-01-04cmdutils: update copyright year to 2015.Johan Andersson
2015-01-03ffserver: reindent rtsp_cmd_setup()Reynaldo H. Verdejo Pinochet
2015-01-03ffserver: reflow rtsp_cmd_setup()Reynaldo H. Verdejo Pinochet
2015-01-03ffserver: drop redundant else clauseReynaldo H. Verdejo Pinochet
2015-01-03ffserver: reindent compute_status()Reynaldo H. Verdejo Pinochet
2015-01-03ffserver: reflow compute_status()Reynaldo H. Verdejo Pinochet
2015-01-03avcodec/libxvid: check for av_malloc*() failuresMichael Niedermayer