Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-01Remove some silly disabled code.Diego Biurrun
2012-10-01ac3dec: ensure get_buffer() gets a buffer for the correct number of channelsJustin Ruggles
2012-09-29h264: avoid stuck buffer pointer in decode_nal_unitsJindřich Makovička
2012-09-29mpeg12: fix the semantics of the int* parameter of decode()Anton Khirnov
2012-09-29mpeg12: move mpeg_decode_frame() lowerAnton Khirnov
2012-09-29avsdec: Set dimensions instead of relying on the demuxer.Michael Niedermayer
2012-09-29wmalosslessdec: Reset put bit buffer when num_saved_bits is reset.Michael Niedermayer
2012-09-29dfa: improve boundary checks in decode_dds1()Anton Khirnov
2012-09-29wmalosslessdec: Fix reading too many bits in decode_channel_residues()Anton Khirnov
2012-09-29wmalosslessdec: fix a get_bits(0) in decode_ac_filterMichael Niedermayer
2012-09-29wmalosslessdec: make MCLMS arrays big enough for what is written into them.Michael Niedermayer
2012-09-29indeo4/5: check empty tile size in decode_mb_info().Anton Khirnov
2012-09-29ivi_common: make ff_ivi_process_empty_tile() static.Anton Khirnov
2012-09-29indeo5: check tile size in decode_mb_info().Michael Niedermayer
2012-09-29indeo3: fix out of cell write.Anton Khirnov
2012-09-29wmalosslessdec: increase channel_coeffs/residues sizeAnton Khirnov
2012-09-29wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.Anton Khirnov
2012-09-29lagarith: check count before writing zeros.Michael Niedermayer
2012-09-29wmaprodec: check num_vec_coeffs for validityMichael Niedermayer
2012-09-29indeo4: update AVCodecContext width/height on size changeMichael Niedermayer
2012-09-29dfa: check that the caller set width/height properly.Anton Khirnov
2012-09-29indeo5dec: Make sure we have had a valid gop header.Michael Niedermayer
2012-09-29cavsdec: check for changing w/h.Michael Niedermayer
2012-09-29lavc: set channel count from channel layout in avcodec_open2().Anton Khirnov
2012-09-28dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer
2012-09-28mpegaudiodec: fix short_start calculationLuca Barbato
2012-09-28libopus: Remap channels using libopus' internal remapping.Nathan Caldwell
2012-09-28Opus decoder using libopusNicolas George
2012-09-28avcodec: document the use of AVCodecContext.delay for audio decodingNathan Caldwell
2012-09-28vc1dec: add flush function for WMV9 and VC-1 decodersKostya Shishkov
2012-09-27h264_refs: Fix debug tprintf argument typesDiego Biurrun
2012-09-27golomb: const correctness for get_ue()/get_se() function argumentsDiego Biurrun
2012-09-27get_bits: const correctness for get_bits_trace()/get_xbits_trace() argumentsDiego Biurrun
2012-09-27dwt: Drop unused functions spatial_compose{53|97}i()Diego Biurrun
2012-09-27avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun
2012-09-27Add Opus codec id and codec description.Andrew D'Addesio
2012-09-26truemotion2: Request samples for old TM2 headersDiego Biurrun
2012-09-26xsub: feed init_get_bits the whole bufferAlexandre Colucci
2012-09-25libfdk-aac: Allow setting VBR modes via a private optionMartin Storsjö
2012-09-25libfdk-aac: Warn the user that the VBR modes are unsupportedMartin Storsjö
2012-09-25Revert "cbrt_tablegen: Include libm.h"Derek Buitenhuis
2012-09-25pthread: make sure AVFrame.extended_data is set properly.Anton Khirnov
2012-09-25libfdk-aac: reindent after last commitNathan Caldwell
2012-09-25libfdk-aac: Limit to supported sample rates.Nathan Caldwell
2012-09-25cbrt_tablegen: Include libm.hDerek Buitenhuis
2012-09-24libx264: change default to closed gop to match x264cliJohn Van Sickle
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov
2012-09-24lavc: add avcodec_free_frame().Anton Khirnov
2012-09-24lavc: ensure extended_data is set properly on decodingAnton Khirnov
2012-09-24lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()Anton Khirnov