summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: deprecate the audio resampling API.Anton Khirnov2012-10-05
* h264: don't touch H264Context->ref_count[] during MB decodingRonald S. Bultje2012-10-05
* build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIODiego Biurrun2012-10-04
* libspeexdec: handle NULL return value from speex_packet_to_header()Justin Ruggles2012-10-03
* mpegvideo: set extended_data in ff_update_duplicate_context()Janne Grunau2012-10-03
* libspeexdec: properly handle DTX for multiple frames-per-packetJustin Ruggles2012-10-03
* libspeexdec: move the SpeexHeader from LibSpeexContext to where it is usedJustin Ruggles2012-10-03
* libspeexdec: simplify setting of frame_sizeJustin Ruggles2012-10-03
* libspeexdec: set channel_layoutJustin Ruggles2012-10-03
* libspeexdec: If the channel count is not valid, decode as stereo.Justin Ruggles2012-10-03
* libspeexdec: improve setting of Speex mode and sample rateJustin Ruggles2012-10-03
* libspeex: Add a private option for enabling VADDmitry Samonenko2012-10-03
* ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard2012-10-02
* tiffenc: Check av_malloc() results.Alex Converse2012-10-01
* tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.Alex Converse2012-10-01
* adpcmdec: set AVCodec.sample_fmtsJustin Ruggles2012-10-01
* twinvq: use planar sample formatJustin Ruggles2012-10-01
* ralf: use planar sample formatJustin Ruggles2012-10-01
* mpc7/8: use planar sample formatJustin Ruggles2012-10-01
* iac/imc: use planar sample formatJustin Ruggles2012-10-01
* dcadec: use float planar sample formatJustin Ruggles2012-10-01
* cook: use planar sample formatJustin Ruggles2012-10-01
* atrac3: use float planar sample formatJustin Ruggles2012-10-01
* apedec: output in planar sample formatJustin Ruggles2012-10-01
* 8svx: use planar sample formatJustin Ruggles2012-10-01
* Opus encoder using libopusNathan Caldwell2012-10-01
* wmadec: Adjust debug printf argument length modifierDiego Biurrun2012-10-01
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* Remove some silly disabled code.Diego Biurrun2012-10-01
* ac3dec: ensure get_buffer() gets a buffer for the correct number of channelsJustin Ruggles2012-10-01
* h264: avoid stuck buffer pointer in decode_nal_unitsJindřich Makovička2012-09-29
* mpeg12: fix the semantics of the int* parameter of decode()Anton Khirnov2012-09-29
* mpeg12: move mpeg_decode_frame() lowerAnton Khirnov2012-09-29
* avsdec: Set dimensions instead of relying on the demuxer.Michael Niedermayer2012-09-29
* wmalosslessdec: Reset put bit buffer when num_saved_bits is reset.Michael Niedermayer2012-09-29
* dfa: improve boundary checks in decode_dds1()Anton Khirnov2012-09-29
* wmalosslessdec: Fix reading too many bits in decode_channel_residues()Anton Khirnov2012-09-29
* wmalosslessdec: fix a get_bits(0) in decode_ac_filterMichael Niedermayer2012-09-29
* wmalosslessdec: make MCLMS arrays big enough for what is written into them.Michael Niedermayer2012-09-29
* indeo4/5: check empty tile size in decode_mb_info().Anton Khirnov2012-09-29
* ivi_common: make ff_ivi_process_empty_tile() static.Anton Khirnov2012-09-29
* indeo5: check tile size in decode_mb_info().Michael Niedermayer2012-09-29
* indeo3: fix out of cell write.Anton Khirnov2012-09-29
* wmalosslessdec: increase channel_coeffs/residues sizeAnton Khirnov2012-09-29
* wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.Anton Khirnov2012-09-29
* lagarith: check count before writing zeros.Michael Niedermayer2012-09-29
* wmaprodec: check num_vec_coeffs for validityMichael Niedermayer2012-09-29
* indeo4: update AVCodecContext width/height on size changeMichael Niedermayer2012-09-29