summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/httpauth: Add space after commas in HTTP/RTSP auth headerAndrey Utkin2015-10-071-9/+9
* avformat/flvdec: Remove dead loopMichael Niedermayer2015-10-061-3/+0
* avformat/omadec: Fix { typoMichael Niedermayer2015-10-051-2/+2
* isom: add support for DNxHR codec familyChristophe Gisquet2015-10-051-0/+1
* Merge commit 'f56a08559334b7eb6b3fedbc0cc741887f6067ae'Hendrik Leppkes2015-10-051-1/+3
|\
| * matroskaenc: Don't write a track language tagJohn Stebbins2015-10-031-1/+3
| * hls: Check av_opt_set_dict return value as wellLuca Barbato2015-10-011-3/+2
* | concatdec: fix metadata memleak on errorMarton Balint2015-10-051-5/+5
* | libavformat/tls_securetransport: fix argument evalulation order UBRodger Combs2015-10-041-4/+6
* | all: add _DEFAULT_SOURCE locally wherever neededGanesh Ajjanagadde2015-10-042-0/+2
* | avformat/flacdec: support fast-seekChing Yi, Chan2015-10-041-1/+59
* | lavf: add chromaprint muxerRodger Combs2015-10-044-2/+190
* | libavformat/hlsenc: Use of uninitialized memory unlinking old filesDHE2015-10-031-12/+17
* | lavf/mlpdec: Simplify mlp/thd probe function.Carl Eugen Hoyos2015-10-033-62/+87
* | lavf/shortendec: Autodetect raw Shorten streams.Carl Eugen Hoyos2015-10-033-13/+72
* | lavf/hls: allow subtitles to be read despite incomplete handlingRodger Combs2015-10-031-2/+5
* | Merge commit '9a3202a98b2e095b54dd784c3e01a09a676fc3fa'Hendrik Leppkes2015-10-031-0/+1
|\ \ | |/
| * Screenpresso SPV1 decoderVittorio Giovara2015-09-301-0/+1
| * riff: Add support for RV40 codec in AVIThierry Foucu2015-09-291-0/+1
* | lavf/utils: avoid giving up probing early with long subtitle eventsRodger Combs2015-10-031-1/+4
* | avformat/flvdec: accept sizes if they are off by 11Michael Niedermayer2015-10-021-1/+3
* | lavf/rawdec: Autodetect raw TrueHD streams.Carl Eugen Hoyos2015-10-022-4/+17
* | avformat/rtmpproto: Fix 2 more cases of the 2nd packet size being wrongMichael Niedermayer2015-10-021-2/+3
* | lavf/rawdec: Autodetect raw mlp streams.Carl Eugen Hoyos2015-10-012-1/+24
* | avformat/srtdec: more lenient first line probingClément Bœsch2015-10-011-2/+4
* | avformat/srtdec: fix number check for the first characterClément Bœsch2015-10-011-1/+1
* | avformat/async: Allow compilation with native threads.Matt Oliver2015-09-301-1/+1
* | libavformat/mov.c: Add parsing for DDTS atom for DTS audioShawn Singh2015-09-301-0/+56
* | lavf/rawenc: Force one stream for hevc and m4v.Carl Eugen Hoyos2015-09-291-0/+2
* | lavf/img2dec: Fix memory leakPrzemysław Sobala2015-09-291-9/+23
* | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-2910-33/+32
|\ \ | |/
| * lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-297-11/+25
* | Merge commit 'cc8db760616a7ec3bd39b22ca45888c01326db13'Hendrik Leppkes2015-09-291-8/+1
|\ \ | |/
| * mpegts: use avcodec_get_type() to set codec_typewm42015-09-281-8/+1
* | libavformat/flvdec.c: free always the packet after a resync.Thierry Foucu2015-09-291-1/+1
* | avformat/hls: remove unused functionGanesh Ajjanagadde2015-09-261-13/+0
* | avformat/iff: check for possible overflow in 2nd argument of av_new_packetPaul B Mahol2015-09-251-0/+4
* | avformat/hls: Update Cookies response with SetcookieLucas de Andrade2015-09-251-16/+15
* | Return EOF for ICO when the end is reachedMichael Bradshaw2015-09-241-1/+1
* | avformat/brstm: fix overflowPaul B Mahol2015-09-231-0/+4
* | hls: only seek if there is an offsetAndreas Cadhalpun2015-09-221-1/+1
* | avformat/hls: fix some cases of HLS streams which require cookieswm42015-09-221-5/+1
* | avformat/assdec: do not drop duplicate subtitleswm42015-09-211-0/+2
* | avformat/vobsub: do not attempt to check duplicate subtitleswm42015-09-211-0/+1
* | avformat/subtitles: make dropping duplicate events optionalwm42015-09-212-1/+3
* | avformat/vobsub: compare correct packet stream IDswm42015-09-211-1/+1
* | mpjpeg: CRLF terminating a sequence of MIME headers should not cause an errorAlex Agranovsky2015-09-211-2/+13
* | lavf/matroska: ignore ChapCountry ID for nowRodger Combs2015-09-202-2/+4
* | avformat/format: silence -Wdiscarded-qualifiersGanesh Ajjanagadde2015-09-201-1/+1
* | avformat/flvdec: Detect broken sizes (OBS 0.655b), disable resync for affecte...Michael Niedermayer2015-09-191-1/+12
OpenPOWER on IntegriCloud