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