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-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
2016-05-19lavf/mpegts: add ID3 entry to the REGD_types arrayStefano Sabatini
2016-05-19lavf/mpegtsenc: set metadata stream type and write descriptor for ID3 packetsStefano Sabatini
2016-05-19avformat/iff: parse DPAN chunkPaul B Mahol
2016-05-19avformat/dtshddec: move data_start outside of DTSHDDemuxContextJames Almer
2016-05-19avformat/avidec: Detect index with too short entriesMichael Niedermayer
2016-05-18avformat/avio: Fix null pointer dereference in case of memleakMichael Niedermayer
2016-05-18avformat/avio: fix memory leak in url_find_protocolYong Lei
2016-05-18avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()Chris Cunningham