summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* aacdec: More robust output configuration.Alex Converse2012-04-163-113/+173
* faac: Fix multi-channel orderingCarl Eugen Hoyos2012-04-161-0/+10
* faac: Add .channel_layoutsAlex Converse2012-04-161-0/+12
* indeo3: add parens around some macro argumentsMans Rullgard2012-04-161-2/+2
* h264: use proper PROLOGUE statement for a function using 8 registers.Ronald S. Bultje2012-04-161-4/+4
* dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun2012-04-165-136/+112
* dv: Move static tables only used in one place to where they are used.Diego Biurrun2012-04-163-32/+33
* utvideo: Remove unused variable 'src_size'Derek Buitenhuis2012-04-151-8/+4
* libxvid: Reorder functions to avoid forward declarations; make functions static.Diego Biurrun2012-04-141-272/+269
* libxvid: drop some pointless dead codeDiego Biurrun2012-04-141-5/+0
* wmal: vertical alignment cosmeticsMashiat Sarker Shakkhar2012-04-141-2/+2
* wmal: Warn about missing bitstream splicing feature and ask for sample.Mashiat Sarker Shakkhar2012-04-141-0/+2
* wmal: Skip seekable_frame_in_packet.Mashiat Sarker Shakkhar2012-04-141-3/+2
* wmal: Drop unused variable num_possible_block_size.Mashiat Sarker Shakkhar2012-04-141-2/+1
* 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
OpenPOWER on IntegriCloud