summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ffv1: set slice geometry based on user specified slices.Michael Niedermayer2012-04-081-2/+9
* | ffv1: allow enabling of version 2 by using some of its features.Michael Niedermayer2012-04-081-0/+9
* | ffv1: fix version=2 chroma handlingMichael Niedermayer2012-04-081-1/+1
* | ffv1: add a minor version field beginning with ffv1.3Michael Niedermayer2012-04-081-0/+5
* | Fix side-data memleak also for audio.Reimar Döffinger2012-04-082-6/+12
* | Allow setting CODEC_FLAG2_CHUNKS via the name "chunks".Reimar Döffinger2012-04-081-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07200-651/+739
|\ \ | |/
| * cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of ot...Martin Storsjö2012-04-071-6/+6
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06200-638/+731
| * cosmetics: Convert mimic.c to utf-8Martin Storsjö2012-04-061-1/+1
| * nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger2012-04-061-1/+1