summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06200-638/+731
* cosmetics: Convert mimic.c to utf-8Martin Storsjö2012-04-061-1/+1
* avconv: remove an unused function parameter.Anton Khirnov2012-04-061-2/+1
* avconv: remove now pointless variables.Anton Khirnov2012-04-061-10/+2
* avconv: drop support for building without libavfilter.Anton Khirnov2012-04-063-111/+2
* nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger2012-04-061-1/+1
* libavformat: Only require first packet to be known for audio/video streamsJoakim Plate2012-04-061-1/+3
* avplay: Don't try to scale timestamps if the tb isn't setMartin Storsjö2012-04-061-1/+1
* 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
* 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
* h264: fix 4:2:2 PCM-macroblocks decodingAnton Mitrofanov2012-04-041-5/+10
* w32threads: Make pthread_cond_wait follow POSIXDerek Buitenhuis2012-04-041-2/+2
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-0415-21/+21
* sbrdsp: Use standard multiple inclusion guards.Diego Biurrun2012-04-041-3/+3
* pcm: K&R formatting cosmeticsAneesh Dogra2012-04-041-129/+136
* rawdec: Support fourccs YV16 and YV24Piotr Bandurski2012-04-031-0/+2
* rtmp: implement bandwidth notificationRaffaele Sena2012-04-031-0/+16
* rtmp: update supported audio codecs valueSamuel Pitoiset2012-04-031-1/+5
* Unscaled Planar RGB -> RGB support in swscale.Hans-Kristian Arntzen2012-04-032-0/+113
* FATE: Add RALF decoding testDerek Buitenhuis2012-04-012-0/+4
* vsrc_buffer: allow buffering arbitrary number of frames.Anton Khirnov2012-04-011-30/+42
* vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov2012-04-011-5/+20
* avfiltergraph: try to reduce format conversions in filters.Anton Khirnov2012-04-011-1/+47
* avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov2012-04-013-1/+27
* id3v2: fix skipping extended header in id3v2.4Anton Khirnov2012-04-011-2/+11
* apedec: check bits <= 32.Michael Niedermayer2012-03-311-1/+4
* cavs: Remove unused code.Aneesh Dogra2012-03-311-20/+19
* oggenc: fix condition when not to flush due to keyframe granule.Reimar Döffinger2012-03-301-7/+8
* oggenc: add pagesize option to set preferred page sizeAndres Gonzalez2012-03-301-2/+25
* libspeexdec: set frame size in libspeex_decode_init()Justin Ruggles2012-03-301-0/+1
* smacker audio: sign-extend the initial 16-bit predicted valueFranz Brauße2012-03-301-1/+1
* h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing()Diego Biurrun2012-03-301-2/+2
* h264: Make ff_h264_decode_end() static, it is not used externally.Diego Biurrun2012-03-302-4/+3
* output-example: K&R formatting cosmetics, comment spelling fixesDiego Biurrun2012-03-301-97/+100
* avf: make the example output the proper messageLuca Barbato2012-03-291-2/+2
* avf: fix audio writing in the output-exampleLuca Barbato2012-03-291-1/+1
* mov: don't overwrite existing indexes.Ronald S. Bultje2012-03-291-8/+11
* lzw: fix potential integer overflow.Ronald S. Bultje2012-03-291-1/+1
OpenPOWER on IntegriCloud