summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge commit '8db00081a37d5b7e23918ee500bb16bc59b57197'Michael Niedermayer2013-04-20
|\
| * x86: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
* | Merge commit '28bc406c84b04a5f1458b90ff52ddbec73e46202'Michael Niedermayer2013-04-20
|\|
| * mjpeg: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
| * svq1enc: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* | Merge commit '2f6bc5f7c193477c2ebc0acce8f2d5551445e129'Michael Niedermayer2013-04-20
|\|
| * svq3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
| * mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
| * svq1: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
| * mimic: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* | Merge commit '8071264f2196d71ff49c3944c33f8d3d83f548f1'Michael Niedermayer2013-04-20
|\|
| * interplayvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
| * bink: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
| * indeo3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
| * vp56: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
| * vp3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* | Merge commit '68d8238cca52e50e8cc81bf2edcaf8088c52d4c0'Michael Niedermayer2013-04-20
|\|
| * hpeldsp: Add half-pel functions (currently copies of dsputil)Ronald S. Bultje2013-04-19
* | vc1dec: Fix tff == 0 handling in init_block_index()Michael Niedermayer2013-04-20
* | vc1dec: Fix non pullup tffMichael Niedermayer2013-04-20
* | h264: remove unused variableMichael Niedermayer2013-04-20
* | lavf/gifdec: add loop support.Clément Bœsch2013-04-20
* | lavc/gif: miscellaneous cosmetics.Clément Bœsch2013-04-19
* | lavc/gif: add flag to enable transparency detection between frames.Clément Bœsch2013-04-19
* | lavc/gif: make possible to disable offsetting.Clément Bœsch2013-04-19
* | Merge commit '5e83d9aced2fc2b2e1360452794c58aba55d497c'Michael Niedermayer2013-04-19
|\|
| * h264: fully support cropping.Anton Khirnov2013-04-19
* | avcodec: Fix lowres handling in buffer allocationMichael Niedermayer2013-04-19
* | Merge commit 'a7f46586bf47174b5fa00a905b767b1781ec8b72'Michael Niedermayer2013-04-19
|\|
| * ff_get_buffer(): allocate the frame for max(coded,display) dimensionsAnton Khirnov2013-04-19
* | avcodec/mpegvideo_motion: Use a field from the current frame if the last is u...Michael Niedermayer2013-04-19
* | x86: sbrdsp: implement SSE2 hf_apply_noiseChristophe Gisquet2013-04-19
* | lavc: add AV_CODEC_PROP_TEXT_SUB.Clément Bœsch2013-04-19
* | gif: use only one graphic control extension block per image.Clément Bœsch2013-04-19
* | lavc/utils: merge side data after video encode.Clément Bœsch2013-04-19
* | Fix multithreaded MPEG-4 decoding.Reimar Döffinger2013-04-19
* | subtitles: introduce ASS codec id and use it.Clément Bœsch2013-04-18
* | avcodec/mpegvideo_motion: Check P field referencesMichael Niedermayer2013-04-18
* | svq3: use memmove to avoid overlap in memcpy.Michael Niedermayer2013-04-18
* | evrcdec: use memmove() instead of memcpy() when regions can overlap.Michael Niedermayer2013-04-18
* | lavc/gif: avoid encoding 0x0 images.Clément Bœsch2013-04-18
* | avcodec/bitstream: check codes in ff_init_vlc_sparse()Michael Niedermayer2013-04-18
* | avcodec/bitstream: Check bits in ff_init_vlc_sparse()Michael Niedermayer2013-04-18
* | xan: Check for overlapping copiesMichael Niedermayer2013-04-18
* | gif: remove outdated comments.Clément Bœsch2013-04-18
* | lavc/gif: return more meaningful error code.Clément Bœsch2013-04-18
* | lavc/gif: merge two allocation checks.Clément Bœsch2013-04-18
* | gif: reindent after previous commits.Clément Bœsch2013-04-18
* | lavc/gif: crop image when possible.Clément Bœsch2013-04-18
* | Cleanse GIF muxer and encoder.Clément Bœsch2013-04-18