summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* qdm2: fix a dubious pointer castMans Rullgard2012-04-131-5/+6
* WMAL: Do not try to read rawpcm coefficients if bits is invalidMichael Niedermayer2012-04-131-0/+5
* tiffdec: K&R cosmeticsAlex Converse2012-04-131-108/+147
* dsputil: fix optimized emu_edge function on Win64.Ronald S. Bultje2012-04-131-1/+1
* tiffdec: Add a malloc check and refactor another.Alex Converse2012-04-131-5/+10
* faxcompr: Check malloc results and unify return pathAlex Converse2012-04-131-5/+10
* ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSEJustin Ruggles2012-04-121-2/+4
* pthread: Fix crash due to fctx->delaying not being cleared.Dale Curtis2012-04-121-2/+3
* vp3: Assert on invalid filter_limit values.Dale Curtis2012-04-121-0/+1
* h264: fix 10bit biweight functions after recent x86inc.asm fixes.Ronald S. Bultje2012-04-121-4/+4
* ffv1: Fix size mismatch in encode_line.Alex Converse2012-04-121-1/+1
* 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
* interplayvideo: fix av_dlog parameter type mismatchDiego Biurrun2012-04-111-2/+3
* Drop some pointless #ifdefs.Diego Biurrun2012-04-102-6/+0
* 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
* 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
OpenPOWER on IntegriCloud