aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* pthread: Fix crash due to fctx->delaying not being cleared.Dale Curtis2012-04-131-2/+3
* vp3: Assert on invalid filter_limit values.Dale Curtis2012-04-131-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-1327-819/+784
|\
| * libxvid: remove disabled codeDiego Biurrun2012-04-121-4/+0
| * qdm2: make a table static constMans Rullgard2012-04-121-1/+1
| * qdm2: simplify bitstream reader setup for some subpacket typesMans Rullgard2012-04-121-20/+26
| * qdm2: use get_bits_left()Mans Rullgard2012-04-121-25/+21
| * build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-125-18/+13
| * avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmeticsDiego Biurrun2012-04-123-443/+436
| * msrle: convert MS RLE decoding function to bytestream2.Ronald Bultje2012-04-116-80/+85
| * x86inc improvements for 64-bitHenrik Gramner2012-04-1110-221/+198
* | vorbisdec: use correct channels variable.Reimar Döffinger2012-04-121-1/+1
* | ratecontrol: Use ticks_per_frame to calculate fps.Michael Niedermayer2012-04-121-5/+9
* | wmalosslessdec: Reset residues to 0 if they were not decoded from bitstream.Jakub Stachowski2012-04-121-1/+2
* | msmpeg4enc: fix stored fps valueMichael Niedermayer2012-04-121-1/+2
* | mjpeg: fix crash with lowres and flipped imagesMichael Niedermayer2012-04-121-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-113-7/+3
|\|
| * interplayvideo: fix av_dlog parameter type mismatchDiego Biurrun2012-04-111-2/+3
| * Drop some pointless #ifdefs.Diego Biurrun2012-04-102-6/+0
* | h261: move tables from header to .c file.Reimar Döffinger2012-04-115-152/+188
* | ff_samples_to_time_base: support AV_NOPTS_VALUEMichael Niedermayer2012-04-111-0/+2
* | Fix memory leaks on failed ff_h264_decode_init()Dale Curtis2012-04-111-1/+3
* | vda: try to fix compileMichael Niedermayer2012-04-101-21/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-1018-872/+1139
|\|
| * rv40dsp x86: use only one register, for both increment and loop counterChristophe GISQUET2012-04-101-23/+20
| * rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-107-79/+112
| * vda: Signal 4 byte NAL headers to the decoder regardless of what's in the ext...Sebastien Zwickert2012-04-101-1/+20
| * lavc doxy: add all installed headers to doxy groups.Anton Khirnov2012-04-096-5/+74
| * lavc doxy: add avfft to the main lavc group.Anton Khirnov2012-04-091-0/+17
| * lavc doxy: add remaining avcodec.h functions to a misc doxygen group.Anton Khirnov2012-04-091-16/+36
| * lavc doxy: add AVPicture functions to a doxy group.Anton Khirnov2012-04-091-23/+44
| * lavc doxy: add resampling functions to a doxy group.Anton Khirnov2012-04-091-2/+10
| * lavc doxy: replace \ with /Anton Khirnov2012-04-091-1/+1
| * lavc doxy: add encoding functions to a doxy group.Anton Khirnov2012-04-091-151/+166
| * lavc doxy: add decoding functions to a doxy group.Anton Khirnov2012-04-091-405/+426
| * lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO}Anton Khirnov2012-04-091-0/+4
| * lavc doxy: add AVPacket-related stuff to a separate doxy group.Anton Khirnov2012-04-091-33/+49
| * lavc doxy: add core functions/definitions to a doxy group.Anton Khirnov2012-04-091-165/+177
| * ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun2012-04-092-2/+3
* | aacsbr: silence message for SBR extension "padding".Reimar Döffinger2012-04-101-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-093-7/+15
|\|
| * avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles2012-04-093-4/+4
| * avcodec: validate the channel layout vs. channel count for decodersJustin Ruggles2012-04-081-0/+9
* | exr: optimize exr_halflt2uint()Michael Niedermayer2012-04-091-8/+6
* | RV20: try keeping aspect during resolution changes.Reimar Döffinger2012-04-091-0/+9
* | aacdec: update debug code to always print the processed data.Reimar Döffinger2012-04-091-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-082-1/+7
|\|
| * vaapi: mpeg2: fix slice_vertical_position calculation.Gwenole Beauchesne2012-04-081-1/+1
| * hwaccel: mpeg2: decode first field, if requested.Gwenole Beauchesne2012-04-081-0/+6
* | Fix nellymoser encoder crash with hardcoded tables.Reimar Döffinger2012-04-081-1/+1