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-23lavf: document request_probe properlyMichael Niedermayer
2012-09-23lavf: allow using request_probe as a score threshold to accept a codecMichael Niedermayer
2012-09-22rtsp: fix "warning: ret may be used uninitialized in this function"Michael Niedermayer
2012-09-22rtsp: kill a pointer type warning (void **) vs. (AVFormatContext **)Michael Niedermayer
2012-09-22lavf/oggdec: check for begin-of-stream flag in case of chained streams.Clément Bœsch
2012-09-21mxf: export ff_mxf_get_samples_per_frame to lavfMatthieu Bouron
2012-09-21lavf/movenc: add F4V flavor.Clément Bœsch
2012-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-21matroskadec: fix a sanity check.Anton Khirnov
2012-09-21matroskadec: only return corrupt packets that actually contain dataAnton Khirnov
2012-09-21lavf: zero data/size of the packet passed to read_packet().Anton Khirnov
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-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-20lavf probe: prevent codec probe with no data at all seenJanne Grunau
2012-09-20Merge commit 'c9a39cec70603f662f4c326b21b11c4f0112079a'Michael Niedermayer
2012-09-20Merge commit '8d4dd55c37b14ecea596f3477b35bf6c20688d8b'Michael Niedermayer
2012-09-20mxfdec: fix index_tables check in mxf_read_seek()Michael 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-20mov: fix 32/64 format typeMichael Niedermayer
2012-09-19mp3dec: read Xing frame TOC indexAnton Khirnov
2012-09-19mp3dec: use named constants for Xing header flagsAnton Khirnov
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-19Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c'Michael Niedermayer
2012-09-19avidec: workaround aac with broken block alignMichael Niedermayer
2012-09-18smoothstreaming: Export the mp4 codec tagsMartin Storsjö
2012-09-18mov: check for EOF in long lasting loopsLuca Barbato
2012-09-18flvenc: silence bogus warningBenjamin Larsson
2012-09-18nsvdec: change 2 commented assert() to av_assert()Michael Niedermayer
2012-09-17Remove code that duplicates existing code a few lines down.Reimar Döffinger
2012-09-17id3v2: strdup the genre name explicitly.Clément Bœsch