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-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
2016-05-29avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavform...Thomas Guilbert
2016-05-29avformat/utils: avoid overflow in compute_chapters_end() with huge durationsMichael Niedermayer
2016-05-29avformat/utils: avoid overflow in update_stream_timings() with huge durationsMichael Niedermayer
2016-05-28lavf/mov: Support one more Avid compression id for AVCI50.Carl Eugen Hoyos
2016-05-28avformat/movenc: Fix memleak of reshuffled packetMichael Niedermayer
2016-05-28avformat/movenc: Rename reshuffles return variable to ensure it is not mixed upMichael Niedermayer
2016-05-28avformat/oggparseflac: Fix memleaks in old_flac_header()Michael Niedermayer
2016-05-26avformat/utils: Fix use of uninitialized variableMichael Niedermayer
2016-05-25avformat/udp: Close the socket after destroying the thread using the socketMichael Niedermayer
2016-05-25avformat/udp: redesign threaded udp tx codeMichael Niedermayer
2016-05-25avformat/udp: Add a delay between packets for streaming to clients with short...Pavel Nikiforov
2016-05-24avformat/mov: Avoid "Unintended sign extension"Michael Niedermayer
2016-05-22avformat/matroskaenc: reindent after last commitMichael Niedermayer
2016-05-22avformat/matroskaenc: wrap par->format use as sample format under codec_type ...Michael Niedermayer
2016-05-22avformat/avienc: Fix memleaks on errorsMichael Niedermayer
2016-05-22avformat/avienc: Rename reshuffles return variable to ensure it is not mixed upMichael Niedermayer
2016-05-21avformat: add MTAF demuxerPaul B Mahol