summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit '6e7b50b4270116ded8b874d76cb7c5b1a0341827'Michael Niedermayer2013-03-102-252/+1
|\ \
| * | mpegvideo_enc: drop support for reusing the input motion vectors.Anton Khirnov2013-03-082-252/+1
* | | lavu/frame: fix not/note typo in doxy.Clément Bœsch2013-03-101-1/+1
* | | doc: fix examples.Clément Bœsch2013-03-102-2/+2
* | | fate: disable sub2videoMichael Niedermayer2013-03-101-1/+1
* | | ffmpeg: do not give away our reference to the frame.Nicolas George2013-03-101-1/+2
* | | lavc/rawdec: set field order on decoded frame.Nicolas George2013-03-101-6/+6
* | | rawdec: work with refcounted frames.Nicolas George2013-03-101-36/+63
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10124-1926/+1820
|\ \ \ | |/ / | | / | |/ |/|
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-0859-942/+1061
* | port FFmpeg lavc frame specificities to lavu functions.Clément Bœsch2013-03-101-1/+8
* | lavu/frame: copy the channels field.Nicolas George2013-03-101-0/+1
* | lavfi/showspectrum: fix outpicref initialization.Clément Bœsch2013-03-091-1/+3
* | x86/qpel: move fullpel and l2 functions to separate file.Ronald S. Bultje2013-03-094-234/+259
* | dsputil: make square put/avg_pixels functions local to h264qpel.Ronald S. Bultje2013-03-094-58/+20
* | lavd/v4l2: simplify codeGiorgio Vazzana2013-03-091-5/+2
* | lavd/v4l2: correctly handle error conditions in mmap_read_frame()Giorgio Vazzana2013-03-091-5/+11