summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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-051-1/+1
* h264: Factorize declaration of mb_sizes array.Diego Biurrun2012-04-054-6/+8
* 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
* aacenc: Mark deinterleave_input_samples argument as const.Diego Biurrun2012-04-041-1/+1
* 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-0413-18/+18
* 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
* apedec: check bits <= 32.Michael Niedermayer2012-03-311-1/+4
* cavs: Remove unused code.Aneesh Dogra2012-03-311-20/+19
* 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
* lzw: fix potential integer overflow.Ronald S. Bultje2012-03-291-1/+1
* truemotion: forbid invalid VLC bitsizes and token values.Ronald S. Bultje2012-03-291-4/+15
* truemotion2: handle out-of-frame motion vectors through edge extension.Ronald S. Bultje2012-03-291-27/+90
* mp3dec: perform I/S and M/S only when frame mode is joint stereo.Kostya Shishkov2012-03-291-1/+1
* lzw: prevent buffer overreads.Ronald S. Bultje2012-03-281-3/+8
* WMAL: Remove inaccurate and unnecessary doxyMashiat Sarker Shakkhar2012-03-291-8/+0
* h264: fix cabac-on-stack after safe cabac reader.Ronald S. Bultje2012-03-281-0/+1
* truemotion2: convert packet header reading to bytestream2.Ronald S. Bultje2012-03-281-23/+31
* cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-282-11/+22
* cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-281-12/+12
OpenPOWER on IntegriCloud