summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* golomb-test: K&R formatting cosmeticsDiego Biurrun2012-01-311-19/+16
* h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun2012-01-313-50/+74
* h264-test: cleanup: drop timer invocations, commented out code and other cruftDiego Biurrun2012-01-311-15/+0
* h264-test: Remove unused DSP and AVCodec contexts and related init calls.Diego Biurrun2012-01-311-5/+0
* adpcm: Add missing stdint.h #include to fix standalone header compilation.Diego Biurrun2012-01-311-0/+2
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-313-5/+18
* lavc: make avcodec_close() work properly on unopened codecs.Anton Khirnov2012-01-312-9/+22
* lavc: add avcodec_is_open().Anton Khirnov2012-01-313-1/+15
* lavc/lavf: remove unnecessary symbols from the symbol version script.Anton Khirnov2012-01-311-2/+0
* lavc: reorder AVCodec fields.Anton Khirnov2012-01-311-16/+23
* mp3dec: Fix a heap-buffer-overflowAlex Converse2012-01-301-2/+3
* adpcmenc: remove some unneeded castsJustin Ruggles2012-01-301-4/+4
* adpcmenc: use int16_t and uint8_t instead of short and unsigned char.Justin Ruggles2012-01-302-23/+24
* adpcmenc: fix adpcm_ms extradata allocationJustin Ruggles2012-01-301-3/+3
* adpcmenc: return proper AVERROR codes instead of -1Justin Ruggles2012-01-301-6/+13
* adpcmenc: check for coded_frame allocation failureJustin Ruggles2012-01-301-1/+2
* adpcmenc: Do not set coded_frame->key_frame.Justin Ruggles2012-01-301-1/+0
* mpc7: check for allocation failureJustin Ruggles2012-01-301-0/+2
* mpc7: align local temp bufferJustin Ruggles2012-01-301-1/+1
* rv40: x86 SIMD for biweightChristophe Gisquet2012-01-303-1/+228
* x86: Give RV40 init file a more suitable name.Diego Biurrun2012-01-302-1/+1
* x86: Place mm_flags variable declaration below the appropriate #ifdef.Diego Biurrun2012-01-302-3/+3
* aacenc: make sure to encode enough frames to cover all input samples.Justin Ruggles2012-01-301-7/+5
* aacenc: only use the number of input samples provided by the user.Justin Ruggles2012-01-301-3/+5
* wmadec: Verify bitstream size makes sense before calling init_get_bits.Alex Converse2012-01-301-0/+2
* kmvc: Log into a context at a log level constant.Alex Converse2012-01-301-1/+2
* mpeg12: Pad framerate tab to 16 entries.Alex Converse2012-01-301-1/+1
* kgv1dec: Increase offsets array size so it is large enough.Michael Niedermayer2012-01-301-2/+2
* kmvc: Check palsize.Alex Converse2012-01-301-1/+6
* x86 dsputil: provide SSE2/SSSE3 versions of bswap_bufChristophe Gisquet2012-01-302-0/+128
* png: add support for bpp>4 to paeth x86 SIMD code.Ronald S. Bultje2012-01-291-1/+13
* png: add SSE2 version for add_bytes_l2.Ronald S. Bultje2012-01-292-0/+26
* png: convert DSP functions to yasm.Ronald S. Bultje2012-01-293-103/+156
* Fix non-C89 declarations in for loopsMans Rullgard2012-01-291-2/+4
* png: add missing #if HAVE_SSSE3 around function pointer assignment.Ronald S. Bultje2012-01-291-1/+1
* imdct36: mark SSE functions as using all 16 XMM registers.Ronald S. Bultje2012-01-291-1/+1
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-299-127/+230
* sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats.Aneesh Dogra2012-01-291-2/+2
* sunrast: CosmeticsAneesh Dogra2012-01-291-17/+17
* sunrast: Remove if (unsigned int < 0) check.Aneesh Dogra2012-01-291-1/+1
* sunrast: Replace magic number by a macro.Aneesh Dogra2012-01-291-1/+3
* aacenc: Fix LONG_START windowing.Nathan Caldwell2012-01-281-2/+2
* aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.Nathan Caldwell2012-01-281-2/+2
* lavc: extend doxy for avcodec_alloc_context3().Anton Khirnov2012-01-281-0/+3
* avcodec_align_dimensions2: set only 4 linesizes, not AV_NUM_DATA_POINTERS.Anton Khirnov2012-01-281-2/+2
* aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard2012-01-285-0/+490
* aacsbr: align some arraysMans Rullgard2012-01-283-10/+14
* aacsbr: move some simdable loops to function pointersMans Rullgard2012-01-286-137/+337
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-2758-58/+0
* libavcodec: Don't crash in avcodec_encode_audio if time_base isn't setMartin Storsjö2012-01-271-0/+6
OpenPOWER on IntegriCloud