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
2012-09-21ffprobe: print codec_long_name only when availableStefano Sabatini
2012-09-21nutdec: fix mixup of nb_streams and timebase_countMichael Niedermayer
2012-09-21nutdec: fix type of intermediate variable for ts calculation.Michael Niedermayer
2012-09-21vsrc_testsrc: Fix case without a specified durationMichael Niedermayer
2012-09-21Add av_copy_packet()Andrey Utkin
2012-09-21Move av_dup_packet() copy logic to separate procedureAndrey Utkin
2012-09-21matroskadec: matroska_parse_rm_audio: remove unused parameterMichael Niedermayer
2012-09-21mp3dec: fix seeking without xing TOCMichael Niedermayer
2012-09-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-20Merge commit 'c831ebf61629d219ebcaa9f02d262e67aad09d83'Michael Niedermayer
2012-09-20Merge commit '117d8c6d1f1c187ffc6098d9618457e00534e013'Michael Niedermayer
2012-09-20matroskadec: fix typoMichael Niedermayer
2012-09-20Merge commit '870e75524aa0d00ebcd1d15589c8d29b84af1565'Michael Niedermayer
2012-09-20lavfi/select: make lavc dependency optional.Clément Bœsch
2012-09-20Merge commit 'c9a39cec70603f662f4c326b21b11c4f0112079a'Michael Niedermayer
2012-09-20Merge commit '8d4dd55c37b14ecea596f3477b35bf6c20688d8b'Michael Niedermayer
2012-09-20configure: fix git domain check with out of tree buildjamal
2012-09-20mxfdec: fix index_tables check in mxf_read_seek()Michael Niedermayer
2012-09-20tests: add fate-ffprobe testStefano Sabatini
2012-09-20lavd/lavfi: push frames until the last sink is EOFStefano Sabatini
2012-09-20lavfi/testsrc: increase precision of the duration parameterStefano Sabatini
2012-09-20error_resilience: guess_dc: check malloc failureMichael Niedermayer
2012-09-20h263dec: disable coded dimensions = 0 handlingMichael Niedermayer
2012-09-20Merge commit '581281e242609a222233a2e5538b89dfb88fb18e'Michael Niedermayer
2012-09-20mxfenc: support 23.976 and 24 frame ratesMatthieu Bouron
2012-09-20mxfenc: factorize samples per frame codeMatthieu Bouron
2012-09-20j2k: fix "static is not at beginning of declaration" warningMichael Niedermayer
2012-09-20configure: Detect old git domain and inform the user about it.Michael Niedermayer
2012-09-20mov: fix 32/64 format typeMichael Niedermayer
2012-09-20dcadec: fix "set but not used" variableMichael Niedermayer
2012-09-20libavfilter/filtfmts: fix argv/argc checksMichael Niedermayer
2012-09-20bavfilter/filtfmts: fix type for channel layoutsMichael Niedermayer
2012-09-19av_des_init: suppress warning about unused parameterMichael Niedermayer
2012-09-19mp3dec: read Xing frame TOC indexAnton Khirnov
2012-09-19mp3dec: use named constants for Xing header flagsAnton Khirnov
2012-09-19libx264: add support for nal-hrd, required for Blu-ray streams.John Van Sickle
2012-09-19mov: support random access point groupingYusuke Nakamura
2012-09-19matroskadec: split frame parsingLuca Barbato
2012-09-19matroska: implement support for ProResLuca Barbato
2012-09-19matroskadec: validate lace_size when parsedLuca Barbato
2012-09-19matroskadec: return meaningful errors in matroska_decode_bufferLuca Barbato
2012-09-19matroskadec: refactor matroska_decode_bufferLuca Barbato
2012-09-19matroskadec: properly support BlockDurationLuca Barbato
2012-09-19matroskadec: split laces parsingLuca Barbato
2012-09-19matroska: implement support for ALACMoritz Bunkus
2012-09-19matroskadec: fix incorrect unsigned->signed conversionDale Curtis
2012-09-19matroskadec: check realloc in lzo encodingLuca Barbato
2012-09-19matroska: honor error_recognition on unknown doctypesLuca Barbato
2012-09-19tiffdec: Add support for GRAY16LE.Alex Converse
2012-09-19tiffenc: Add support for little endian RGB48 and GRAY16Alex Converse