aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get_video_buffer: add vertical paddingMichael Niedermayer2013-03-121-1/+1
* avcodec: fix motion vector vissualizationMichael Niedermayer2013-03-129-25/+21
* h264/mpegvideo: fix ff_print_debug_info2 argumentsMichael Niedermayer2013-03-123-10/+8
* mpegvideo: move ff_print_debug_info2 to where ff_print_debug_info isMichael Niedermayer2013-03-121-4/+5
* atomic: prefer gcc builtins over win32 atomics, if available.Hendrik Leppkes2013-03-121-3/+3
* atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronizeMartin Storsjö2013-03-123-5/+5
* snow: set frame defaultsMichael Niedermayer2013-03-121-1/+6
* Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer2013-03-1219-18/+15
|\
| * lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-0825-13/+34
* | h264: disallow single unpaired fields as references of framesMichael Niedermayer2013-03-121-2/+4
* | lavfi/moviesrc: use refcounted framesHendrik Leppkes2013-03-121-0/+2
* | h264: fix null pointer dereference and assertion failureMichael Niedermayer2013-03-121-2/+2
* | ff_alloc_picture: free tables in case of dimension mismatchesMichael Niedermayer2013-03-121-0/+5
* | mpegvideo: dont allow last == currentMichael Niedermayer2013-03-121-1/+3
* | update_frame_pool: use channel fieldMichael Niedermayer2013-03-121-1/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12275-4858/+4160
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08239-4319/+3888
* | snowdec: fix off by 1 error in dimensions checkMichael Niedermayer2013-03-121-1/+1
* | lavfi/buffersink: move the filter structures at the end.Nicolas George2013-03-111-46/+47
* | cmdutils: remove conditionnal pp include.Clément Bœsch2013-03-111-2/+0
* | lavfi/buffersink: implement av_buffersink_get_samples().Nicolas George2013-03-101-2/+70
* | lavfi/buffersrc: do not dereference NULL frame.Nicolas George2013-03-101-2/+2
* | lavfi: rename sink_buffer.c into buffersink.c.Nicolas George2013-03-102-1/+1
* | lavfi: remove buffersink.c.Nicolas George2013-03-101-270/+0
* | lavfi/sink_buffer: move stuff to reduce the diff.Nicolas George2013-03-101-82/+70
* | lavfi/smartblur: add support to named optionsStefano Sabatini2013-03-103-66/+80
* | ffmpeg: re-enable use of buffersrc flags.Nicolas George2013-03-101-5/+9
* | lavfi/buffersrc: implement flags.Nicolas George2013-03-102-15/+50
* | ffmpeg: add the -canvas_size option.Nicolas George2013-03-103-1/+16
* | ffmpeg: port sub2video to AVFrame.Nicolas George2013-03-104-30/+34
* | doc/ffplay,ffmpeg: mention the corresponding negated option for -statsStefano Sabatini2013-03-102-3/+8
* | cmdutils: clarify log message, in case of option routed to both codec and mux...Stefano Sabatini2013-03-101-1/+1
* | cmdutils: remove duplicated check on CONFIG_POSTPROCStefano Sabatini2013-03-101-2/+0
* | cmdutils: make print_all_libs_info() show libavresample versionStefano Sabatini2013-03-101-1/+1
* | cmdutils: fix stylenitsStefano Sabatini2013-03-101-2/+2
* | lavfi/unsharp: add missing option flagsStefano Sabatini2013-03-101-13/+14
* | lavc/utils: fix typo and reword message in case of too low bitrateStefano Sabatini2013-03-101-1/+1
* | avfilter: avoid direct access to "frame"->channelsMichael Niedermayer2013-03-102-3/+3
* | mem: Fix usage of memalign() on DJGPP.Fabrizio Gennari2013-03-101-0/+4
* | lavfi/pad: avoid buffer overflow in buffer_needs_copy()Xi Wang2013-03-101-1/+1
* | lavfi: add curves filter.Clément Bœsch2013-03-106-1/+437
* | lavfi: bump minor version after the first round of evil changes.Clément Bœsch2013-03-101-2/+2
* | sink_buffer: remove unused variablesMichael Niedermayer2013-03-101-3/+0
* | vp3: embed idct_permutation array directly in VP3DecoderContext.Ronald S. Bultje2013-03-101-4/+5
* | lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-1014-21/+3
* | mpegts: clear avprograms only for removed programsMichael Niedermayer2013-03-101-3/+11
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-03-101-2/+2
|\ \
| * | Revert "build: disable iconv by default."Carl Eugen Hoyos2013-03-101-2/+2
* | | lavfi/hue: reindent.Clément Bœsch2013-03-101-10/+10
* | | lavfi/hue: add an optimized direct path.Clément Bœsch2013-03-101-0/+8