aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rtmpcrypt: Do the xtea decryption in little endian modeMartin Storsjö2015-11-181-1/+6
* avformat/matroskadec: Check subtitle stream before dereferencingMichael Niedermayer2015-11-181-0/+1
* avformat/utils: Do not init parser if probing is unfinishedMichael Niedermayer2015-11-161-1/+1
* jvdec: avoid unsigned overflow in comparisonAndreas Cadhalpun2015-11-121-1/+1
* avformat/xmv: Discard remainder of packet on errorMichael Niedermayer2015-11-121-1/+4
* avformat/xmv: factor return check out of if/elseMichael Niedermayer2015-11-121-5/+3
* avformat/httpauth: Add space after commas in HTTP/RTSP auth headerAndrey Utkin2015-11-121-9/+9
* lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.Simon Thelen2015-11-121-0/+6
* avformat/mov: Fix integer overflow in FFABSMichael Niedermayer2015-11-121-1/+1
* avformat/dump: Fix integer overflow in aspect ratio calculationMichael Niedermayer2015-11-121-2/+2
* avformat/mxg: Use memmove()Michael Niedermayer2015-11-121-1/+1
* avformat/hevc: Check num_long_term_ref_pics_sps to avoid potentially long loopsMichael Niedermayer2015-11-121-0/+2
* avformat/hevc: Fix parsing errorsArthur Grant2015-11-121-2/+4
* avformat/mux: Update sidedata in ff_write_chained()Michael Niedermayer2015-11-121-0/+2
* rawdec: fix mjpeg probing buffer size checkwm42015-11-121-1/+1
* rawdec: fix mjpeg probingwm42015-11-121-1/+1
* avformat/mp3dec: improve junk skipping heuristicwm42015-10-201-7/+22
* avformat/hls: add support for EXT-X-MAPAnssi Hannula2015-10-151-10/+182
* avformat/hls: fix segment selection regression on track changes of live streamsAnssi Hannula2015-10-151-0/+1
* lavf/matroskadec: Fully parse and repack MP3 packetsRodger Combs2015-10-091-1/+3
* avformat/oggenc: Check segments_count for headers tooMichael Niedermayer2015-10-091-4/+7
* avformat/segment: atomically update list if possibleMichael Niedermayer2015-10-091-2/+12
* avformat/avidec: Workaround broken initial frameMichael Niedermayer2015-10-091-1/+2
* lavf/img2dec: Fix memory leakPrzemysław Sobala2015-10-091-9/+23
* avformat/srtdec: make sure we probe a numberClément Bœsch2015-10-091-1/+1
* avformat/srtdec: more lenient first line probingClément Bœsch2015-10-091-2/+4
* nutdec: check maxpos in read_sm_data before returning successAndreas Cadhalpun2015-07-191-0/+3
* avformat/mov: Fix deallocation when MOVStreamContext failed to allocateMichael Niedermayer2015-07-181-0/+3
* oggparsedirac: check return value of init_get_bitsChris Watkins2015-07-181-3/+8
* avformat/swfdec: Do not error out on pixel format changesMichael Niedermayer2015-07-081-4/+2
* doc: avoid incorrect phrase 'allows to'n2.7.1Andreas Cadhalpun2015-06-191-3/+3
* matroskadec: validate audio channels and bitdepthAndreas Cadhalpun2015-06-191-0/+12
* matroskadec: check audio sample rateAndreas Cadhalpun2015-06-191-0/+8
* avformat: clarify what package needs to be compiled with SSL supportwm42015-06-191-1/+1
* tls_gnutls: fix hang on disconnectionwm42015-06-181-1/+1
* avio: fix potential crashes when combining ffio_ensure_seekback + crcwm42015-06-181-0/+3
* doc: fix spelling errorsAndreas Cadhalpun2015-06-182-2/+2
* avformat/singlejpeg: fix standalone compilationJames Almer2015-06-181-0/+2
* avformat: Fix bug in parse_rps for HEVC.Deliang Fu2015-06-111-1/+1
* lavf/webm_chunk: Remove AVFMT_ALLOW_FLUSHVignesh Venkatasubramanian2015-06-091-1/+1
* avformat/oggenc: Fix return code in case of flushingMichael Niedermayer2015-06-091-1/+1
* Merge commit 'b14086ca38efa1a86cb0f0c6aa147b05f698877b'Michael Niedermayer2015-06-091-1/+1
|\
| * mkv: Correctly report the latest packet had been flushedLuca Barbato2015-06-091-1/+1
| * mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to failJames Almer2015-06-091-4/+4
* | lavf/segment: add an option to allow breaking on non-keyframesRodger Combs2015-06-091-1/+3
* | lavf/tls_securetransport: fix SNI support when not verifyingRodger Combs2015-06-091-3/+3
* | mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to failJames Almer2015-06-081-4/+3
* | Merge commit '4733a12dd17a91d606e0079ff9bb48b9f419cbef'Michael Niedermayer2015-06-081-2/+11
|\|
| * rtpdec_asf: Check memory allocation and free memory on errorVittorio Giovara2015-06-081-2/+10
* | Merge commit '6308cd4868d2bd5fdf8bfa8dd10856c9a91874f5'Michael Niedermayer2015-06-081-1/+5
|\|