summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* avformat/avidec: Detect index with too short entriesMichael Niedermayer2016-05-18
* avformat/avio: Fix null pointer dereference in case of memleakMichael Niedermayer2016-05-18
* avformat/avio: fix memory leak in url_find_protocolYong Lei2016-05-18
* avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()Chris Cunningham2016-05-17
* avformat/dtshddec: implement AUPR_HDR chunk parsingJames Almer2016-05-16
* avformat/dtshddec: parse chunks stored after audio dataJames Almer2016-05-16
* avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMsPaul B Mahol2016-05-16
* avformat/utils: Do not compute the bitrate from duration == 0Michael Niedermayer2016-05-16
* avformat/adxdec: set bit_rate, fixes duration calculationPaul B Mahol2016-05-15
* avcodec: add Direct Stream Transfer (DST) decoderPeter Ross2016-05-15
* avformat/Makefile: fix avlanguage dependenciesJames Almer2016-05-13
* avformat/dump.c: fix mixed log levelsTobias Rapp2016-05-13
* lavc: add IFF ANIM decoderPaul B Mahol2016-05-13