aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: Autodetect mp3s which need parsingMichael Niedermayer2015-10-231-0/+7
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-221-1/+1
* Merge commit 'f890677d05bc4e8b494a73373ab4cc19791bf884'Hendrik Leppkes2015-10-222-2/+5
|\
| * Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-212-2/+6
| * httpauth: Add space after commas in HTTP/RTSP auth headerAndrey Utkin2015-10-141-9/+10
* | libavformat/electronicarts: also demux mpeg audio layer 2Peter Ross2015-10-221-0/+1
* | lavf/mpjpegdec: Return 0 if an allocation inside the probe function fails.Carl Eugen Hoyos2015-10-221-1/+1
* | avformat/electronicarts: fix demuxing of certain eam filesPaul B Mahol2015-10-221-1/+13
* | avformat/electronicarts: support ADPCM PSXPaul B Mahol2015-10-221-3/+13
* | libavformat/mxfdec.c: Report dark metadata keys only when they match no parse...Alexis Ballier2015-10-221-4/+4
* | libavformat/mxfdec.c: cosmetics: Add missing space after '?' in log message.Alexis Ballier2015-10-221-1/+1
* | avcodec: drop 2 suffix from avpriv_ac3_parse_header2Andreas Cadhalpun2015-10-222-3/+3
* | lavf: add oggparsedaala and bump microRostislav Pehlivanov2015-10-215-1/+245
* | avformat/mp3dec: improve junk skipping heuristicwm42015-10-201-7/+21
* | avformat: add wve demuxerPaul B Mahol2015-10-204-1/+65
* | avformat: add msf demuxerPaul B Mahol2015-10-204-2/+99
* | avformat/vag: Remove unused variable posMichael Niedermayer2015-10-181-2/+0
* | avformat/rsd: add VAG supportPaul B Mahol2015-10-181-1/+7
* | mpegts: Make the sdt_period a doubleDerek Buitenhuis2015-10-172-3/+3
* | mpegts: Make the pat_period a doubleDerek Buitenhuis2015-10-172-3/+3
* | avformat/vag: fix demuxing stereo filesPaul B Mahol2015-10-171-17/+17
* | concatdec: fix file_start_time calculation regressionMarton Balint2015-10-171-1/+1
* | libavformat/Makefile: remove unnecessary object file from wtv demuxerHendrik Leppkes2015-10-171-1/+1
* | avformat/rsd: Check av_new_packet() return valueMichael Niedermayer2015-10-171-1/+3
* | avformat/genh: Check av_new_packet() return valueMichael Niedermayer2015-10-171-1/+3
* | avformat/rsd: propagate return values of extradata helper functionsJames Almer2015-10-161-5/+5
* | avformat: add svag demuxerPaul B Mahol2015-10-164-1/+81
* | avformat/rsd: add WADP supportPaul B Mahol2015-10-161-18/+37
* | avformat: add ads demuxerPaul B Mahol2015-10-164-1/+92
* | avformat: add vag demuxerPaul B Mahol2015-10-164-1/+88
* | avformat: add genh demuxerPaul B Mahol2015-10-164-1/+183
* | 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: Remove duplicated latm demuxer.Carl Eugen Hoyos2015-10-154-17/+3
* | Merge commit 'e55376a1fd5abebbb0a082aa20739d58c2260a37'Hendrik Leppkes2015-10-141-3/+3
|\|
| * rtmpproto: Write correct flv packet sizes at the end of packetsMichael Niedermayer2015-10-141-3/+4
* | avformat/async: cache some data for fast seek backwardZhang Rui2015-10-141-19/+104
* | lavf/vc1dec: Autodetect raw vc-1 streams.Carl Eugen Hoyos2015-10-144-6/+83
* | Merge commit '34ed5c2e4d9b7fe5c9b3aae2da5599fabb95c02e'Hendrik Leppkes2015-10-142-2/+7
|\|
| * avformat: Do not use AVFMT_RAWPICTURELuca Barbato2015-10-132-2/+7
* | Merge commit 'b9ece15a01782b4f301c0c139d1d7b20f848914c'Hendrik Leppkes2015-10-141-2/+2
|\|
| * nullenc: Use the wrapped avframe pseudo-encoderLuca Barbato2015-10-101-2/+2
* | Merge commit 'd00a8fd417ad20cecbc7ca17b25f352655148fb1'Hendrik Leppkes2015-10-141-13/+11
|\|
| * yuv4mpeg: Use the wrapped avframe pseudo-encoderLuca Barbato2015-10-101-12/+11
* | avformat/mov: fix integer overflowGanesh Ajjanagadde2015-10-131-0/+4
* | avformat/webvttdec: Don't stop parsing on commentsRicardo Constantino2015-10-121-1/+2
* | lavf/tee: allow multiple stream specifiers in select.Bela Bodecs2015-10-121-6/+27
* | avformat/flvdec: set broken_sizes for "metadatacreator : MEGA"Michael Niedermayer2015-10-121-0/+2
* | avformat/rsd: support XADP tagPaul B Mahol2015-10-111-2/+12
* | fate/async: test error code from underlying protocolZhang Rui2015-10-101-0/+41