aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc/muxers: update documentation for the framecrc muxerStefano Sabatini2012-04-071-1/+1
* doc/filters: remove reference to removed delogo wrapperStefano Sabatini2012-04-071-3/+0
* lavfi/mp: remove remove_logo wrapperStefano Sabatini2012-04-075-911/+1
* lavfi: port libmpcodecs remove-logo filterStefano Sabatini2012-04-0711-2/+832
* fate: try to force le for the dpx decoder side tooMichael Niedermayer2012-04-071-2/+2
* Add AAC FATE encode tests.Reimar Döffinger2012-04-072-2/+20
* Remove AAC and nellymoser tests that do not work.Reimar Döffinger2012-04-073-21/+2
* Add tests for audio encoders: aac, dca, ra144 and nellymoser.Reimar Döffinger2012-04-076-1/+45
* aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger2012-04-072-2/+5
* proresenc_kostya: Mention likely ancestry in the license header.Michael Niedermayer2012-04-071-0/+3
* proresenc_kostya: fix encoded mantissa.Michael Niedermayer2012-04-071-2/+1
* proresenc_anatoly: fix encoded mantissa.Michael Niedermayer2012-04-071-2/+1
* adpcmenc: fix encoded s_0 value.Michael Niedermayer2012-04-072-4/+4
* build system: support setting avassert() assert_levelMichael Niedermayer2012-04-071-0/+6
* put_bits: switch assert to av_assert2()Michael Niedermayer2012-04-071-1/+2
* mpegpsenc: fix user specified mux rateMichael Niedermayer2012-04-071-2/+5
* fate: try to fix >8bit dpx reg testMichael Niedermayer2012-04-071-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-0668-181/+174
|\
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-0663-156/+174
| * mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warningAnne Aaron2012-04-061-2/+1
| * avcodec: remove avcodec_guess_channel_layout()Justin Ruggles2012-04-052-23/+0
| * avutil: Add av_get_default_channel_layout()Justin Ruggles2012-04-055-2/+25
* | exr: fix mixed declaration and statements.Michael Niedermayer2012-04-061-2/+2
* | tiny_psnr: allow searching for optimal shift value.Reimar Döffinger2012-04-061-17/+39
* | Add regression test for mov rtp hinting.Reimar Döffinger2012-04-062-0/+4
* | dpxenc: also test 10 and 16 bit formats.Reimar Döffinger2012-04-062-0/+8
* | nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger2012-04-061-1/+1
* | doc: image2: update docs for glob input patternsAlexander Strasser2012-04-061-5/+13
* | ffmpeg: remove unused MetadataMap.Clément Bœsch2012-04-061-9/+0
* | ffmpeg: remove unused meta_data_maps.Clément Bœsch2012-04-061-4/+0
* | s302m: Add Channle Layout for 6 channelsThierry Foucu2012-04-061-0/+3
* | vsrc_buffer: remove overwrite support.Michael Niedermayer2012-04-061-5/+0
* | README: be a tiny bit more verboseMichael Niedermayer2012-04-061-1/+7
* | exr: various cleanup and security related fixesMichael Niedermayer2012-04-061-23/+21
* | exr: fix av_logs()Michael Niedermayer2012-04-061-15/+15
* | lavc: add a OpenEXR decoderJimmy Christensen2012-04-0610-2/+495
* | fix fate tests after 76c79aa28fc8cf0bfe52915317a3cfc72383d0efMichael Niedermayer2012-04-066-6/+6
* | movdec: handle 0x7fff langcode as macintosh per the specsBaptiste Coudurier2012-04-062-2/+2
* | Support yuva444p rawvideo in nut.Carl Eugen Hoyos2012-04-062-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-0526-28/+109
|\|
| * h264: Factorize declaration of mb_sizes array.Diego Biurrun2012-04-054-6/+8
| * vsrc_buffer: when no frame is available, return an error instead of segfaulting.Anton Khirnov2012-04-051-1/+1
| * configure: add dl to frei0r extralibs.Anton Khirnov2012-04-051-0/+2
| * dsputil x86: use SSE float instruction instead of SSE2 integer equivalentChristophe GISQUET2012-04-042-2/+2
| * dsputil x86: remove deprecated parameter from scalarproduct_int16 prototypeChristophe GISQUET2012-04-041-2/+2
| * vp8dsp x86: perform rounding shift with a single instructionChristophe GISQUET2012-04-041-10/+8
| * fate: add BMP tests.Ronald S. Bultje2012-04-0415-0/+68
| * swscale: handle complete dimensions for monoblack/white.Ronald S. Bultje2012-04-042-5/+11
| * aacenc: Mark deinterleave_input_samples argument as const.Diego Biurrun2012-04-041-1/+1
| * vf_unsharp: Mark readonly variable as const.Diego Biurrun2012-04-041-2/+2