summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* adpcmenc: fix adpcm_ms extradata allocationJustin Ruggles2012-01-30
* adpcmenc: return proper AVERROR codes instead of -1Justin Ruggles2012-01-30
* adpcmenc: check for coded_frame allocation failureJustin Ruggles2012-01-30
* adpcmenc: Do not set coded_frame->key_frame.Justin Ruggles2012-01-30
* mpc7: check for allocation failureJustin Ruggles2012-01-30
* mpc7: align local temp bufferJustin Ruggles2012-01-30
* rv40: x86 SIMD for biweightChristophe Gisquet2012-01-30
* x86: Give RV40 init file a more suitable name.Diego Biurrun2012-01-30
* x86: Place mm_flags variable declaration below the appropriate #ifdef.Diego Biurrun2012-01-30
* aacenc: make sure to encode enough frames to cover all input samples.Justin Ruggles2012-01-30
* aacenc: only use the number of input samples provided by the user.Justin Ruggles2012-01-30
* wmadec: Verify bitstream size makes sense before calling init_get_bits.Alex Converse2012-01-30
* kmvc: Log into a context at a log level constant.Alex Converse2012-01-30
* mpeg12: Pad framerate tab to 16 entries.Alex Converse2012-01-30
* kgv1dec: Increase offsets array size so it is large enough.Michael Niedermayer2012-01-30
* kmvc: Check palsize.Alex Converse2012-01-30
* x86 dsputil: provide SSE2/SSSE3 versions of bswap_bufChristophe Gisquet2012-01-30
* png: add support for bpp>4 to paeth x86 SIMD code.Ronald S. Bultje2012-01-29
* png: add SSE2 version for add_bytes_l2.Ronald S. Bultje2012-01-29
* png: convert DSP functions to yasm.Ronald S. Bultje2012-01-29
* Fix non-C89 declarations in for loopsMans Rullgard2012-01-29
* png: add missing #if HAVE_SSSE3 around function pointer assignment.Ronald S. Bultje2012-01-29
* imdct36: mark SSE functions as using all 16 XMM registers.Ronald S. Bultje2012-01-29
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-29
* sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats.Aneesh Dogra2012-01-29
* sunrast: CosmeticsAneesh Dogra2012-01-29
* sunrast: Remove if (unsigned int < 0) check.Aneesh Dogra2012-01-29
* sunrast: Replace magic number by a macro.Aneesh Dogra2012-01-29
* aacenc: Fix LONG_START windowing.Nathan Caldwell2012-01-28
* aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.Nathan Caldwell2012-01-28
* lavc: extend doxy for avcodec_alloc_context3().Anton Khirnov2012-01-28
* avcodec_align_dimensions2: set only 4 linesizes, not AV_NUM_DATA_POINTERS.Anton Khirnov2012-01-28
* aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard2012-01-28
* aacsbr: align some arraysMans Rullgard2012-01-28
* aacsbr: move some simdable loops to function pointersMans Rullgard2012-01-28
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* libavcodec: Don't crash in avcodec_encode_audio if time_base isn't setMartin Storsjö2012-01-27
* sunrast: Document the different Sun Raster file format types.Aneesh Dogra2012-01-27
* sunrast: Add a check for experimental type.Aneesh Dogra2012-01-27
* libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormatJustin Ruggles2012-01-27
* lavc: remove disabled FF_API_AVFRAME_AGE cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_DATA_POINTERS cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_INTERNAL_CONTEXT cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_SNOW_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_AVCODEC_INIT cruft.Anton Khirnov2012-01-27