summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/utils: Do not overwrite, but use sample_fmt from contextMichael Niedermayer2016-06-09
* avformat/utils: Open decoder even if there are no packets if parameters are m...Michael Niedermayer2016-06-09
* avformat/utils: Initialize st in loopMichael Niedermayer2016-06-09
* avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-09
* avformat/matroskadec: force 48kHz sample rate when rescaling Opus inital paddingJames Almer2016-06-07
* avcodec: add BitJazz SheerVideo decoderPaul B Mahol2016-06-07
* avformat/mpegts: Fix probing of mpegts with invalid ASCMichael Niedermayer2016-06-07
* avformat/rawdec: Fix avg_framerate for h264Michael Niedermayer2016-06-07
* avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M s...Michael Niedermayer2016-06-06
* avformat/matroskadec: Fix rounding error with codec_delayMichael Niedermayer2016-06-06
* avformat/movenc: Skip unsupported video tracks in timecode generationMichael Niedermayer2016-06-06
* avformat/allformats: Making av_register_all() thread-safe.Vivekanand2016-06-05
* avformat/format: Print debug info when probe score is increased due to mime typeMichael Niedermayer2016-06-05
* avformat/dump: Print tbc valueMichael Niedermayer2016-06-04
* avformat/version: Add Ticket5421 to list of tickets possibly affected by a ma...Michael Niedermayer2016-06-03
* avformat/dump: Use codec and QP limits from AVCodecContextMichael Niedermayer2016-06-03
* lavf/udp: fix dead code.Nicolas George2016-06-03
* avformat/au: Write MetaData in AU Sun audio file headerThomas Bernard2016-06-03
* avformat: Copy properties from internal contextMichael Niedermayer2016-06-02
* avformat/udp: Protect write to circular_buffer_error by mutexMichael Niedermayer2016-06-02
* avformat: Document where the AVOption names can be found for the fields of AV...Michael Niedermayer2016-06-01
* avformat/isom: add MagicYUV FourCCsPiotr Bandurski2016-06-01
* avocdec: add MagicYUV decoderPaul B Mahol2016-05-31
* avformat/movenc: remove useless if and reindentMarton Balint2016-05-31
* avformat/movenc: propagate shift_data errors properlyMarton Balint2016-05-31
* libavformat/movenc: remove unnecessary null checkMark Reid2016-05-30
* avformat/udp: Remove unused variableMichael Niedermayer2016-05-29
* avformat/movenc: Fix potential track width/height overflowsMichael Niedermayer2016-05-29
* avformat/movenc: Avoid integer overflowMichael Niedermayer2016-05-29
* avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavform...Thomas Guilbert2016-05-29
* avformat/utils: avoid overflow in compute_chapters_end() with huge durationsMichael Niedermayer2016-05-29
* avformat/utils: avoid overflow in update_stream_timings() with huge durationsMichael Niedermayer2016-05-29
* lavf/mov: Support one more Avid compression id for AVCI50.Carl Eugen Hoyos2016-05-28
* avformat/movenc: Fix memleak of reshuffled packetMichael Niedermayer2016-05-28
* avformat/movenc: Rename reshuffles return variable to ensure it is not mixed upMichael Niedermayer2016-05-28
* avformat/oggparseflac: Fix memleaks in old_flac_header()Michael Niedermayer2016-05-28
* avformat/utils: Fix use of uninitialized variableMichael Niedermayer2016-05-26
* avformat/udp: Close the socket after destroying the thread using the socketMichael Niedermayer2016-05-25
* avformat/udp: redesign threaded udp tx codeMichael Niedermayer2016-05-25
* avformat/udp: Add a delay between packets for streaming to clients with short...Pavel Nikiforov2016-05-25
* avformat/mov: Avoid "Unintended sign extension"Michael Niedermayer2016-05-24
* avformat/matroskaenc: reindent after last commitMichael Niedermayer2016-05-22
* avformat/matroskaenc: wrap par->format use as sample format under codec_type ...Michael Niedermayer2016-05-22
* avformat/avienc: Fix memleaks on errorsMichael Niedermayer2016-05-22
* avformat/avienc: Rename reshuffles return variable to ensure it is not mixed upMichael Niedermayer2016-05-22
* avformat: add MTAF demuxerPaul B Mahol2016-05-21
* lavf/mpegts: add ID3 entry to the REGD_types arrayStefano Sabatini2016-05-19
* lavf/mpegtsenc: set metadata stream type and write descriptor for ID3 packetsStefano Sabatini2016-05-19
* avformat/iff: parse DPAN chunkPaul B Mahol2016-05-19
* avformat/dtshddec: move data_start outside of DTSHDDemuxContextJames Almer2016-05-19