summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* dfa: improve boundary checks in decode_dds1()Anton Khirnov2012-09-291-4/+6
* wmalosslessdec: Fix reading too many bits in decode_channel_residues()Anton Khirnov2012-09-291-1/+1
* wmalosslessdec: fix a get_bits(0) in decode_ac_filterMichael Niedermayer2012-09-291-1/+2
* wmalosslessdec: make MCLMS arrays big enough for what is written into them.Michael Niedermayer2012-09-291-2/+2
* indeo4/5: check empty tile size in decode_mb_info().Anton Khirnov2012-09-291-3/+14
* ivi_common: make ff_ivi_process_empty_tile() static.Anton Khirnov2012-09-292-15/+12
* indeo5: check tile size in decode_mb_info().Michael Niedermayer2012-09-291-0/+6
* indeo3: fix out of cell write.Anton Khirnov2012-09-291-0/+3
* wmalosslessdec: increase channel_coeffs/residues sizeAnton Khirnov2012-09-291-2/+5
* wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.Anton Khirnov2012-09-291-1/+1
* lagarith: check count before writing zeros.Michael Niedermayer2012-09-291-0/+5
* wmaprodec: check num_vec_coeffs for validityMichael Niedermayer2012-09-291-1/+6
* indeo4: update AVCodecContext width/height on size changeMichael Niedermayer2012-09-291-0/+1
* dfa: check that the caller set width/height properly.Anton Khirnov2012-09-291-0/+6
* indeo5dec: Make sure we have had a valid gop header.Michael Niedermayer2012-09-293-2/+10
* cavsdec: check for changing w/h.Michael Niedermayer2012-09-291-2/+11
* lavc: set channel count from channel layout in avcodec_open2().Anton Khirnov2012-09-291-4/+9
* dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer2012-09-281-1/+3
* mpegaudiodec: fix short_start calculationLuca Barbato2012-09-281-1/+1
* libopus: Remap channels using libopus' internal remapping.Nathan Caldwell2012-09-281-25/+12
* Opus decoder using libopusNicolas George2012-09-284-1/+205
* avcodec: document the use of AVCodecContext.delay for audio decodingNathan Caldwell2012-09-281-7/+10
* vc1dec: add flush function for WMV9 and VC-1 decodersKostya Shishkov2012-09-281-0/+2
* h264_refs: Fix debug tprintf argument typesDiego Biurrun2012-09-271-2/+2
* golomb: const correctness for get_ue()/get_se() function argumentsDiego Biurrun2012-09-271-2/+6
* get_bits: const correctness for get_bits_trace()/get_xbits_trace() argumentsDiego Biurrun2012-09-271-3/+3
* dwt: Drop unused functions spatial_compose{53|97}i()Diego Biurrun2012-09-271-18/+0
* avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun2012-09-274-47/+0
* Add Opus codec id and codec description.Andrew D'Addesio2012-09-273-1/+9
* truemotion2: Request samples for old TM2 headersDiego Biurrun2012-09-261-1/+1
* xsub: feed init_get_bits the whole bufferAlexandre Colucci2012-09-251-4/+7
* libfdk-aac: Allow setting VBR modes via a private optionMartin Storsjö2012-09-251-2/+4
* libfdk-aac: Warn the user that the VBR modes are unsupportedMartin Storsjö2012-09-251-0/+3
* Revert "cbrt_tablegen: Include libm.h"Derek Buitenhuis2012-09-251-1/+0
* pthread: make sure AVFrame.extended_data is set properly.Anton Khirnov2012-09-251-0/+4
* libfdk-aac: reindent after last commitNathan Caldwell2012-09-251-15/+15
* libfdk-aac: Limit to supported sample rates.Nathan Caldwell2012-09-251-0/+6
* cbrt_tablegen: Include libm.hDerek Buitenhuis2012-09-241-0/+1
* libx264: change default to closed gop to match x264cliJohn Van Sickle2012-09-241-0/+1
* Use avcodec_free_frame() to free AVFrames.Anton Khirnov2012-09-241-4/+4
* lavc: add avcodec_free_frame().Anton Khirnov2012-09-243-2/+29
* lavc: ensure extended_data is set properly on decodingAnton Khirnov2012-09-241-0/+14
* lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()Anton Khirnov2012-09-241-0/+4
* lavc: use av_mallocz to allocate AVFrames.Anton Khirnov2012-09-241-1/+1
* lavc: rename the argument of avcodec_alloc_frame/get_frame_defaultsAnton Khirnov2012-09-242-12/+12
* avcodec: fix memleak in avcodec_encode_audio2()Justin Ruggles2012-09-221-3/+6
* sipr: fall back to setting mode based on bit_rate.Reimar Döffinger2012-09-211-2/+7
* libx264: add forgotten ;Anton Khirnov2012-09-211-1/+1
* ARM: swap source operands in some add instructionsMans Rullgard2012-09-203-6/+6
* motion_est: fix use of inline on extern functionsMans Rullgard2012-09-202-8/+16
OpenPOWER on IntegriCloud