aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavfi/mp: switch to ff_filter_frame.Clément Bœsch2012-12-061-19/+5
* dxa: port to bytestream2 APIPaul B Mahol2012-12-061-19/+18
* smacker: use meaningful error codesPaul B Mahol2012-12-061-5/+5
* siff: return meaningful error codesPaul B Mahol2012-12-061-16/+17
* lavf/apedec: return meaningful error codesPaul B Mahol2012-12-061-5/+5
* huffyuv: return meaningful error codesPaul B Mahol2012-12-061-16/+16
* huffyuv: check for malloc failuresPaul B Mahol2012-12-061-14/+33
* huffyuv: make use of av_fast_padded_malloc()Paul B Mahol2012-12-061-3/+2
* lavfi/deshake: small align prettifying.Clément Bœsch2012-12-061-7/+5
* lavfi/deshake: switch inverted comments.Clément Bœsch2012-12-061-3/+3
* lavfi/deshake: remove unecessary check before unref.Clément Bœsch2012-12-061-2/+1
* lavfi/deshake: switch to filter_frame.Clément Bœsch2012-12-061-13/+13
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-066-81/+178
|\
| * h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau2012-12-051-1/+1
| * h264: slice-mt: get last_pic_dropable from master contextJanne Grunau2012-12-051-1/+1
| * alacenc: add support for multi-channel encodingJustin Ruggles2012-12-056-80/+177
* | Merge commit 'b519298a1578e0c895d53d4b4ed8867b1c031a56'Michael Niedermayer2012-12-067-0/+208
|\|
| * pixdesc: fix yuva 10bit bit depthPaul B Mahol2012-12-056-45/+45
| * avconv: deprecate the -vol optionJustin Ruggles2012-12-052-59/+23
| * x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles2012-12-053-3/+106
| * x86: af_volume: add SSE2-optimized s16 volume scalingJustin Ruggles2012-12-055-0/+102
* | lavfi: rename af_volume to af_volume_stefanoMichael Niedermayer2012-12-062-1/+1
* | Merge commit 'b384e031daeb1ac612620985e3e5377bc587559c'Michael Niedermayer2012-12-066-92/+514
|\|
| * lavfi: add volume filterJustin Ruggles2012-12-057-1/+424
* | lavd/lavfi: fix float.h include.Clément Bœsch2012-12-061-1/+1
* | lavfi/silencedetect: use eval builtin to parse dB.Clément Bœsch2012-12-062-13/+5
* | Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'Michael Niedermayer2012-12-068-6/+127
|\|
| * lavu/opt: do not filter out the initial sign character except for flagsJustin Ruggles2012-12-051-3/+8
| * eval: treat dB as decibels instead of decibytesJustin Ruggles2012-12-052-3/+30
| * float_dsp: add vector_dmul_scalar() to multiply a vector of doublesJustin Ruggles2012-12-055-0/+89
* | lavf: add a concat demuxer.Nicolas George2012-12-066-1/+256
* | lavfi/field: switch to filter_frame APIStefano Sabatini2012-12-061-21/+7
* | lavfi/drawtext: make use of outlink variable in filter_frame()Stefano Sabatini2012-12-061-1/+1
* | mmfdec: fix seekingPaul B Mahol2012-12-063-26/+43
* | lavfi/mp: remove dead extern vf_info_t declarations.Clément Bœsch2012-12-061-20/+1
* | lavfi/mp: add ff_ prefix to exported symbolsanonymous2012-12-0646-577/+577
* | Add examples/resampling_audio to .gitignore.Clément Bœsch2012-12-061-0/+1
* | doc/decoders: fix typo in "@Options"Stefano Sabatini2012-12-061-1/+1
* | examples: add resampling_audio.c fileStefano Sabatini2012-12-062-0/+224
* | h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau2012-12-061-1/+1
* | h264: slice-mt: get last_pic_dropable from master contextJanne Grunau2012-12-061-1/+1
* | ff_lock_avcodec: make the lock state be consistent in case of failure.Michael Niedermayer2012-12-061-0/+2
* | avcodec_open: if obtaining a lock fails, dont attempt to unlock it.Michael Niedermayer2012-12-061-1/+1
* | Revert "Acquire lock when initializing parsers."Michael Niedermayer2012-12-061-8/+1
* | Revert "Add assert that the avcodec lock is held when initializing static VLC...Michael Niedermayer2012-12-061-2/+0
* | frame_thread_encoder: fix locking while locks are heldMichael Niedermayer2012-12-061-4/+4
* | vc1dec: prevent v_edge_pos from becoming negative.Michael Niedermayer2012-12-061-1/+2
* | resample: remove disabled debug codeMichael Niedermayer2012-12-062-14/+0
* | fate/hqdn3d: add -idct simple.Clément Bœsch2012-12-051-1/+1
* | swr: remove unused ONE define.Clément Bœsch2012-12-051-4/+0