aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dvdsubdec: reconstruct incomplete SPU packets.Clément Bœsch2013-10-041-0/+49
* avcodec/dvdsubdec: extract every subtitle in a different file (debug).Clément Bœsch2013-10-041-1/+9
* avcodec/dvdsubdec: factor out rectangles reset.Clément Bœsch2013-10-041-18/+17
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-033-20/+19
|\
| * atrac3: Generalize gain compensation codeMaxim Poliakovski2013-10-033-75/+118
* | Merge commit '5ce04c14dd3dd3670cbdba82275a3a72c716ec6f'Michael Niedermayer2013-10-031-3/+3
|\|
| * Use correct Doxygen syntaxDiego Biurrun2013-10-032-11/+11
* | Merge commit '4be292dac7e7f0586053fcced8d530ccf4ebef29'Michael Niedermayer2013-10-032-2/+2
|\|
| * atrac: Move doxygen comments to the headerMaxim Poliakovski2013-10-032-21/+20
* | Merge commit 'be0b4c70ec40d7f9ac8e416a4379d4a387421184'Michael Niedermayer2013-10-031-5/+6
|\|
| * atrac3: Replace a silly counter variable name with plain 'j'Diego Biurrun2013-10-031-5/+5
* | avcodec/h264_sei: make SEI type truncated message more informativeMichael Niedermayer2013-10-031-2/+2
* | avcodec/jpeg2000dec: Zero code and quant styleMichael Niedermayer2013-10-031-0/+2
* | avcodec/tiff_common: Improve formating of long arraysMichael Niedermayer2013-10-031-10/+14
* | avcodec: add av_codec_get_max_lowres()Michael Niedermayer2013-10-033-3/+10
* | Merge remote-tracking branch 'rbultje/master'Michael Niedermayer2013-10-0310-0/+8463
|\ \
| * | Full-pixel MC functions.Ronald S. Bultje2013-10-022-0/+100
| * | VP9 MC (ssse3) optimizations.Ronald S. Bultje2013-10-025-0/+398
| * | Native VP9 decoder.Ronald S. Bultje2013-10-027-0/+7965
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-031-0/+2
|\ \ \ | | |/ | |/|
| * | lavc: mark deprecated AVCodec.max_lowres for removal on next bumpAnton Khirnov2013-10-021-0/+2
* | | Print pix_fmt name on h264 context reinitialisation.Carl Eugen Hoyos2013-10-031-1/+1
* | | VC1 VDPAU: Mark missing reference frames as such.Reimar Döffinger2013-10-021-0/+4
* | | avcodec/imgconvert/get_color_type: fix type for PAL8Michael Niedermayer2013-10-021-0/+3
* | | avcodec: use designated initializers for bitstream filtersPaul B Mahol2013-10-0211-36/+27
* | | atrac3: Generalize gain compensation codeMaxim Poliakovski2013-10-023-69/+113
* | | atrac3/decode_gain_control: cosmeticsMaxim Poliakovski2013-10-021-13/+12
* | | atrac3: rename num_gain_data to num_pointsMaxim Poliakovski2013-10-021-7/+7
* | | atrac3: Rename GainInfo to AtracGainInfoMaxim Poliakovski2013-10-021-6/+6
* | | atrac: limit line length to 80 charsMaxim Poliakovski2013-10-022-2/+4
* | | atrac: Move doxygen comments to the headerMaxim Poliakovski2013-10-022-19/+16
* | | atrac: Update copyright info and file description.Maxim Poliakovski2013-10-022-4/+6
* | | atrac: Add missing av_cold.Maxim Poliakovski2013-10-021-1/+1
* | | avcodec/wmalosslessdec: check block_alignMichael Niedermayer2013-10-021-0/+5
* | | avcodec/fraps: increase vlc nb_bitsMichael Niedermayer2013-10-011-2/+3
* | | skip_bits: dont call UPDATE_CACHEMichael Niedermayer2013-09-301-1/+0
* | | Merge commit 'ff07ec143ebd3833fd5a3f4b6c00474ac523a31f'Michael Niedermayer2013-09-301-2/+4
|\| |
| * | pcx: Return an error on broken palette if err_detect is set to 'explode'Martin Storsjö2013-09-291-2/+4
* | | Merge commit 'd1d99e3befea5d411ac3aae72dbdecce94f8b547'Michael Niedermayer2013-09-301-0/+6
|\| |
| * | pcx: Check the packet size before assuming it fits a paletteMartin Storsjö2013-09-291-0/+6
* | | Merge commit '7ba0cedbfeff5671b264d1d7e90777057b5714c6'Michael Niedermayer2013-09-301-1/+1
|\| |
| * | rpza: Fix a buffer size checkMartin Storsjö2013-09-291-1/+1
* | | Merge commit 'aa0dd52434768da64f1f3d8ae92bcf980c1adffc'Michael Niedermayer2013-09-301-6/+7
|\| |
| * | xxan: Disallow odd widthMartin Storsjö2013-09-291-0/+4
* | | Merge commit 'fc739b3eefa0b58d64e7661621da94a94dbc8a82'Michael Niedermayer2013-09-301-5/+7
|\| |
| * | xan: Only read within the data that actually was initializedMartin Storsjö2013-09-291-5/+7
* | | Merge commit '30db94dc399f6e4ef8905049d9b740556f0fce47'Michael Niedermayer2013-09-301-17/+15
|\| |
| * | xan: Use bytestream2 to limit reading to within the bufferMartin Storsjö2013-09-291-12/+10
* | | Merge commit '9fb0de86b49e9fb0709a8ad1e1875e35da841887'Michael Niedermayer2013-09-301-1/+1
|\| |
| * | pcx: Consume the whole packet if giving up due to missing paletteMartin Storsjö2013-09-291-0/+1