summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* dv: Move functions used only by the encoder out of a shared header.Alex Converse2012-02-092-35/+35
* dv: Split dvdata.h into dvdata.h and dvquant.hAlex Converse2012-02-093-125/+158
* avcodec: set avpkt->size to 0 if encode2() did not output a packetJustin Ruggles2012-02-091-0/+2
* avcodec: for audio encoding, set packet dts to packet pts.Justin Ruggles2012-02-091-7/+9
* ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()Justin Ruggles2012-02-091-9/+4
* ac3dec: Move center and surround mix level tables to the parser.Michael Niedermayer2012-02-092-18/+18
* aacdec: Unify preconfigured layout and PCE layout.Alex Converse2012-02-091-41/+16
* aacdec: Support native channel layout when requested.Alex Converse2012-02-092-10/+14
* aacdec: Try to sniff a reasonable channel layout for PCE based configurations.Alex Converse2012-02-093-97/+292
* libavcodec: Don't do av_free(av_malloc(0)) for bitstream filtersMartin Storsjö2012-02-091-1/+1
* eac3dec: replace undefined 1<<31 with INT32_MIN in noise generationJanne Grunau2012-02-091-1/+1
* prores: specify array size outside DECLARE_ALIGNED brackets.Ronald S. Bultje2012-02-091-3/+3
* tta: use skip_bits_long()Paul B Mahol2012-02-091-7/+5
* build: Add missing directories to DIRS declarations.Diego Biurrun2012-02-091-1/+1
* arm: Add missing #include to vp8.h to fix a make checkheaders warning.Diego Biurrun2012-02-091-0/+2
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-0917-24/+0
* bytestream: K&R formatting cosmeticsAneesh Dogra2012-02-091-53/+68
* rawenc: switch to encode2().Anton Khirnov2012-02-081-7/+18
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-082-9/+2
* libx264: implement encode2().Anton Khirnov2012-02-081-18/+29
* libx264: split extradata writing out of encode_nals().Anton Khirnov2012-02-081-12/+14
* lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacketAnton Khirnov2012-02-083-8/+134
* h264: manually save/restore XMM registers for functions using INIT_MMX.Ronald S. Bultje2012-02-082-0/+6
* aacdec: Use correct speaker order for 7.1.Alex Converse2012-02-081-2/+2
* aacdec: Remove incorrect comment.Alex Converse2012-02-081-3/+0
* aacdec: Simplify output configuration.Alex Converse2012-02-081-15/+15
* Remove Sun medialib glue code.Diego Biurrun2012-02-088-481/+1
* dsputil: set STRIDE_ALIGN to 16 for x86 also.Ronald S. Bultje2012-02-072-28/+2
* pngdsp: swap argument inversion.Ronald S. Bultje2012-02-071-1/+1
* h264: mark h264_idct_add8_10 with number of XMM registers.Michael Kostylev2012-02-071-1/+1
* vp8: always update next_framep[] before returning from decode_frame().Ronald S. Bultje2012-02-071-14/+19
* apedec: allow the user to set the maximum number of output samples per callJustin Ruggles2012-02-071-2/+20
* apedec: do not unnecessarily zero output samples for mono framesJustin Ruggles2012-02-071-11/+4
* apedec: allocate a single flat buffer for decoded samplesJustin Ruggles2012-02-071-24/+29
* apedec: use sizeof(field) instead of sizeof(type)Justin Ruggles2012-02-071-8/+10
* bytestream: Add bytestream2 writing API.Aneesh Dogra2012-02-061-0/+112
* Revert "v210enc: use FFALIGN()"Paul B Mahol2012-02-061-1/+1
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-0612-12/+12
* avcodec: Clarify AVFrame member documentation.Kieran Kunhya2012-02-061-2/+2
* v210dec: check for coded_frame allocation failurePaul B Mahol2012-02-061-0/+2
* v210enc: use stride as it is already calculatedPaul B Mahol2012-02-061-1/+1
* v210enc: use FFALIGN()Paul B Mahol2012-02-061-1/+1
* v210enc: return proper AVERROR codes instead of -1Paul B Mahol2012-02-061-2/+2
* v210enc: do not set coded_frame->key_framePaul B Mahol2012-02-061-1/+0
* v210enc: check for coded_frame allocation failurePaul B Mahol2012-02-061-0/+2
* apedec: 8bit and 24bit supportPaul B Mahol2012-02-041-11/+45
* dsputil: remove debug message in dsputil_init().Justin Ruggles2012-02-031-2/+0
* apedec: remove unneeded #include of get_bits.h and associated macroJustin Ruggles2012-02-021-2/+0
* apedec: av_fast_malloc() instead of av_realloc()Justin Ruggles2012-02-021-4/+5
* apedec: fix handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles2012-02-021-6/+11
OpenPOWER on IntegriCloud