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
2016-06-14rtpdec_vp9: Support parsing the scalability structureMartin Storsjö
2016-06-14rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_logMartin Storsjö
2016-06-14rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) forMartin Storsjö
2016-06-14rtpdec_vp9: Update header parsing to spec draft 02Martin Storsjö
2016-06-14rtpdec_vp9: Make sure to free the temp buffer on closeMartin Storsjö
2016-06-14avformat/mpegts: adjust probe score for low check_countMichael Niedermayer
2016-06-13avformat/mux: factorize header writing codeMarton Balint
2016-06-13avformat/mux: call deinit if write_header failsMarton Balint
2016-06-13avformat/mxfdec: check if source_package is NULLMarton Balint
2016-06-13avformat/au: Read MetaData from AU Sun audio file headerThomas Bernard
2016-06-13avformat/dump: Show coded dimensions againMichael Niedermayer
2016-06-13rtpdec_vc2hq: avoid magic numberThomas Volkert
2016-06-13rtpenc: packetizer for VP9 RTP payload format (draft v2)Thomas Volkert
2016-06-13avformat/utils: Export coded dimensions unconditionallyMichael Niedermayer
2016-06-13lavf/os_support.h: Fix for unicode filenames on windows.Matt Oliver
2016-06-12avformat/redspark: deobfuscate header decrypt codeJames Almer
2016-06-12avformat/redspark: remove av_malloc usageJames Almer
2016-06-12avcodec/utvideodec: add support for UQRG and UQRA formatsPaul B Mahol
2016-06-11libavformat/flvenc: support for codec configuration change mid streamIvan
2016-06-11libavformat/flvenc: refactoring: extracted method for writing codec headersIvan
2016-06-11avformat/mp3dec: Increase probe score slightly when the whole data from begin...Michael Niedermayer
2016-06-09avformat/utils: Do not overwrite, but use sample_fmt from contextMichael Niedermayer
2016-06-09avformat/utils: Open decoder even if there are no packets if parameters are m...Michael Niedermayer
2016-06-09avformat/utils: Initialize st in loopMichael Niedermayer
2016-06-09avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
2016-06-08avformat/matroskadec: force 48kHz sample rate when rescaling Opus inital paddingJames Almer
2016-06-07avcodec: add BitJazz SheerVideo decoderPaul B Mahol
2016-06-07avformat/mpegts: Fix probing of mpegts with invalid ASCMichael Niedermayer
2016-06-07avformat/rawdec: Fix avg_framerate for h264Michael Niedermayer
2016-06-06avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M s...Michael Niedermayer
2016-06-06avformat/matroskadec: Fix rounding error with codec_delayMichael Niedermayer
2016-06-06avformat/movenc: Skip unsupported video tracks in timecode generationMichael Niedermayer
2016-06-06avformat/allformats: Making av_register_all() thread-safe.Vivekanand
2016-06-05avformat/format: Print debug info when probe score is increased due to mime typeMichael Niedermayer
2016-06-04avformat/dump: Print tbc valueMichael Niedermayer
2016-06-04avformat/version: Add Ticket5421 to list of tickets possibly affected by a ma...Michael Niedermayer
2016-06-03avformat/dump: Use codec and QP limits from AVCodecContextMichael Niedermayer
2016-06-03lavf/udp: fix dead code.Nicolas George
2016-06-03avformat/au: Write MetaData in AU Sun audio file headerThomas Bernard
2016-06-02avformat: Copy properties from internal contextMichael Niedermayer
2016-06-02avformat/udp: Protect write to circular_buffer_error by mutexMichael Niedermayer
2016-06-01avformat: Document where the AVOption names can be found for the fields of AV...Michael Niedermayer
2016-06-01avformat/isom: add MagicYUV FourCCsPiotr Bandurski
2016-05-31avocdec: add MagicYUV decoderPaul B Mahol
2016-05-31avformat/movenc: remove useless if and reindentMarton Balint
2016-05-31avformat/movenc: propagate shift_data errors properlyMarton Balint
2016-05-30libavformat/movenc: remove unnecessary null checkMark Reid
2016-05-29avformat/udp: Remove unused variableMichael Niedermayer
2016-05-29avformat/movenc: Fix potential track width/height overflowsMichael Niedermayer
2016-05-29avformat/movenc: Avoid integer overflowMichael Niedermayer