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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-22error_concealment: optimize guess_dc()Michael Niedermayer
2011-12-22proresdec: Check yuv slice data sizes.Michael Niedermayer
2011-12-22nellymoserdec: Indicate that the decoder can handle changed parametersMartin Storsjö
2011-12-22libavcodec: Apply parameter change side data when decoding audioMartin Storsjö
2011-12-22libavcodec: Define a side data type for parameter changesMartin Storsjö
2011-12-22aacdec: Handle new extradata passed as side dataMartin Storsjö
2011-12-22libavcodec: Define a side data type for new extradataMartin Storsjö
2011-12-21mpeg12dec: reset first_field with picture_structure changes.Michael Niedermayer
2011-12-21lavc: Do not fail audio decoding if user has set a custom get_buffer.Michael Niedermayer
2011-12-21x86: Tighten register constraints for decode_significance*_x86.Diego Biurrun
2011-12-21Replace Subversion revisions in comments by Git hashes.Diego Biurrun
2011-12-21h264_cabac: synchronize decode_significance_*_x86 conditionalsDiego Biurrun
2011-12-21w32threads: wait for the waked thread in pthread_cond_signal.Sergey Radionov
2011-12-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-21aacdec: Cleanup decode_ics_info.Alex Converse
2011-12-21indeo3: Fix null ptr dereferenceMichael Niedermayer
2011-12-21golomb: fix end of bitstream checkMichael Niedermayer
2011-12-21lavc: always align height by 32 pixelRafaël Carré
2011-12-21raw: add 10bit YUV definitionsLuca Barbato
2011-12-21mpegvideo_enc: separate declarations and statementsDiego Biurrun
2011-12-21vp3: Reorder some functions to fix VP3 build with Theora disabled.Diego Biurrun
2011-12-21build: fix standalone compilation of ADX encoderDiego Biurrun
2011-12-21build: fix standalone compilation of ADPCM decodersDiego Biurrun
2011-12-21indeo5: Fix null pointer dereferenceMichael Niedermayer
2011-12-204xm: Use bytestream2 functions to prevent overreadsAneesh Dogra
2011-12-20bytestream: add a new set of bytestream functions with overread checkingAneesh Dogra
2011-12-20Replace PATCHWELCOME by relevant error codes.Nicolas George
2011-12-20replace ENOTSUP by AVERROR_PATCHWELCOMEMichael Niedermayer
2011-12-20alac: Check for bitstream overreadMichael Niedermayer
2011-12-20tm2: Check remaining size before init_get_bits()Michael Niedermayer
2011-12-20Fix off-by-one error when decoding rigth-to-left targa.Carl Eugen Hoyos
2011-12-20vc1dec: Use the right pointer type for the tmp pointerMartin Storsjö
2011-12-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-20h264: clear trailing bits in partially parsed NAL unitsJanne Grunau
2011-12-20vc1: Handle WVC1 interlaced streamAneesh Dogra
2011-12-19xl: Fix overreadsAneesh Dogra
2011-12-19eamad: pass & check errorsMichael Niedermayer
2011-12-19eamad: fix excessive memory allocation.Michael Niedermayer
2011-12-19qcelpdec: K&R formatting cosmeticsAsen Lekov
2011-12-19qcelpdec: cosmetics: drop some pointless parenthesesDiego Biurrun
2011-12-19x86: conditionally compile dnxhd encoder optimizationsDiego Biurrun
2011-12-19tqi: Fix passing errors from the MB decode. This silences some valgrind warni...Michael Niedermayer
2011-12-19adpcm: Fix crashMichael Niedermayer
2011-12-19proresdec: add UPDATE_CACHE, should fix decoding with -OsMichael Niedermayer
2011-12-19Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau
2011-12-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-19h264: skip start code search if the size of the nal unit is knownJanne Grunau
2011-12-19cljr: fix buf_size sanity checkPaul B. Mahol
2011-12-19cljr: Check if width and height are positive integersShitiz Garg