summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/mov: Check extradata before accessMichael Niedermayer2016-08-16
* libavformat/http: add support for content_type option in listen modeMoritz Barsnick2016-08-14
* lavc/raw: Support QT b64a ARGB64 rawvideo.Carl Eugen Hoyos2016-08-13
* libavformat/http: add support for headers option in listen modeMoritz Barsnick2016-08-12
* avisynth: simplify the pix_fmt check for the newer AviSynth APIStephen Hutchinson2016-08-11
* avformat/id3v2: fix memleak with empty stringsMichael Niedermayer2016-08-11
* libavformat/mxfenc: add UID for unconstrained H.264 coded video in baseline p...Matthias Hunstock2016-08-11
* avformat/id3v2: Mark variable as unused to avoid "set but not used" warningMichael Niedermayer2016-08-08
* avformat: read id3v2 comment tagsChris Moeller2016-08-07
* avformat/mov: Enable mp3 parsing if a packet needs itMichael Niedermayer2016-08-06
* avformat/teeproto: set forgotten url_close()Michael Niedermayer2016-08-05
* lavf: forward protocol_whitelist for the remaining casesAndreas Cadhalpun2016-08-05
* avformat/img2enc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee:Michael Niedermayer2016-08-04
* avformat/hlsenc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee:Michael Niedermayer2016-08-04
* avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLEMichael Niedermayer2016-08-04
* avformat: add a TTA MuxerJames Almer2016-08-04
* avformat/tta: remove custom crc callback functionJames Almer2016-08-04
* avformat/avio: add a crc callback function for CRC-32 IEEE-LEJames Almer2016-08-04
* avformat/teeproto: Support parsing protocol optionsMichael Niedermayer2016-08-03
* avformat/oggdec: Fix integer overflow with invalid ptsMichael Niedermayer2016-08-03
* doxygen: Standardize root-level modulesTimothy Gu2016-08-02
* avformat/tee: Factor parse_slave_options() outMichael Niedermayer2016-08-02
* lavf/rmdec: Do not return EIO on EOF.Carl Eugen Hoyos2016-08-02
* Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c'James Almer2016-08-01
|\
* | avformat/matroskaenc: fix Voids with size < 10Michael Bradshaw2016-07-31
* | libavformat/matroskadec: Add test for seeking with codec delay.Chris Cunningham2016-07-30
* | avformat/rmdec: Clear extradata when extradata_size is clearedMichael Niedermayer2016-07-29
* | Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'Clément Bœsch2016-07-29
|\|
* | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-29
|\|
| * Add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-06-20
| * Add MagicYUV decoderPaul B Mahol2016-06-20
* | lavf/mpegtsenc: add special case for handling timed ID3 packetsStefano Sabatini2016-07-29
* | avformat/matroskaenc: Write duration early during mkv_write_header (Rev #3)softworkz2016-07-28
* | avformat/hls: Fix missing streams in some cases with MPEG TSAnssi Hannula2016-07-28
* | avformat/hls: Move stream propagation to a separate functionAnssi Hannula2016-07-28
* | avformat/hls: Use an array instead of stream offset for stream mappingAnssi Hannula2016-07-28
* | avformat/hls: Sync starting segment across variants on live streamsAnssi Hannula2016-07-28
* | avformat/hls: Fix regression with ranged media segmentsAnssi Hannula2016-07-28
* | avformat/utils: Fix find_stream_info not considering the extradata it foundAnssi Hannula2016-07-28
* | avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_i...Xinzheng Zhang2016-07-27
* | avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_ind...Xinzheng Zhang2016-07-27
* | librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato2016-07-26
* | avformt/matroskaenc: undo an accidental revert by commit 5d48e4eaJames Almer2016-07-26
* | libavformat/rtpdec_asf: zero initialize the AVIOContext structKacper Michajłow2016-07-25
* | avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a headerJames Almer2016-07-25
* | avformat/tee: Rescale ts using av_packet_rescale_tsJan Sebechlebsky2016-07-23
* | libavformat/movenc: add dnxhr compatibility for apple playersMark Reid2016-07-23
* | libavformat/matroskadec: fix unsigned overflow to improve seekingChris Cunningham2016-07-23
* | avformat/teeproto: Fix memset sizeofMichael Niedermayer2016-07-22
* | avformat/mov: Do not allocate empty extradataMichael Niedermayer2016-07-21