aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rmdec: fix crash in case of oomPiotr Bandurski2013-07-121-0/+2
* libavformat/mov.c: Skipped duplicated MOOV atomThierry Foucu2013-07-121-0/+6
* Supply a User-Agent header when opening rtsp streams.Carl Eugen Hoyos2013-07-114-1/+11
* lavf/segment: use AV_OPT_TIME_DURATION for time_deltaStefano Sabatini2013-07-111-11/+1
* lavf/segment: reindent after last commitStefano Sabatini2013-07-111-18/+17
* lavf/segment: add initial_offset optionStefano Sabatini2013-07-112-6/+10
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-07-102-0/+4
|\
| * Suggest recompilation with openssl or gnutls if the https protocol is not found.Carl Eugen Hoyos2013-07-101-0/+2
| * lavf/utils.c: Avoid a null pointer dereference on oom after duration_error al...Carl Eugen Hoyos2013-07-101-0/+2
* | avformat/utils: avformat_find_stream_info set value for ret in case of oomPiotr Bandurski2013-07-101-1/+3
|/
* lavf/takdec: check metadata blocks checksumPaul B Mahol2013-07-101-6/+31
* avformat/utils: avformat_find_stream_info fix a crash in case of oomPiotr Bandurski2013-07-101-0/+2
* avformat/gif: Do not write GIF89a header if loop is set to -1.Eugene Dzhurinsky2013-07-101-11/+14
* vorbiscomment: Add support for embedded cover artJames Almer2013-07-092-2/+20
* lavf/flacdec: Share the function to parse cover art blocksJames Almer2013-07-094-128/+182
* avformat/AVFormatContext: Move fields down to match the forkMichael Niedermayer2013-07-092-25/+25
* Force correct extradata for AVID AVCI50 in mov.Carl Eugen Hoyos2013-07-091-1/+17
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-091-4/+4
|\
| * movenc: Rename the timestamp parameter to dts in write_hint_packetsMartin Storsjö2013-07-081-4/+4
* | Merge commit 'a87a0acf9b5d27aad032e61eef4973e62a4a6830'Michael Niedermayer2013-07-091-3/+14
|\|
| * movenc: Make sure the RTP hint tracks have nondecreasing DTSMartin Storsjö2013-07-081-3/+14
* | WebM muxer writes WebVTT subtitle trackMatthew Heaney2013-07-092-13/+85
* | avformat/mov: read stream bitrates from isml manifestAlexandre Sicard2013-07-082-0/+76
* | mp3dec: detect CBR and use CBR axiom to seekMichael Niedermayer2013-07-081-6/+23
* | Merge commit 'f054e309c58894450a5d18cce9799ef58aab9f14'Michael Niedermayer2013-07-081-1/+0
|\|
| * westwood_vqa: do not free extradata on error in read_headerLuca Barbato2013-07-071-2/+0
* | Merge commit '21732063a346475eb22c332b27e8216b79f9ad4a'Michael Niedermayer2013-07-082-202/+202
|\|
| * movenc: K&R formatting cosmeticsMartin Storsjö2013-07-072-197/+198
| * Makefile: Remove stray tabsMichael Niedermayer2013-07-071-1/+1
| * yuv4mpeg: Correctly round chroma up for odd luma sizesRonald S. Bultje2013-07-071-2/+3
| * rmdec: Use the AVIOContext given as parameter in rm_read_metadata()Michael Niedermayer2013-07-071-6/+6
| * avio: Handle AVERROR_EOF in the same way as the return value 0Michael Niedermayer2013-07-071-1/+1
* | avformat_find_stream_info: fallback to timestamps in analyzeduration check in...Michael Niedermayer2013-07-081-4/+1
* | mmsh: reimplement seekingMichael Niedermayer2013-07-071-16/+17
* | avformat_find_stream_info: use fps_dts as last resort to determine durationMichael Niedermayer2013-07-071-0/+9
* | avformat/mp3dec: read TOC even if not all needed information is availableMichael Niedermayer2013-07-071-4/+6
* | avformat/mp3dec: read xing toc independant of usetoc, only skip filling index...Michael Niedermayer2013-07-071-5/+2
* | avformat/Makefile: remove stray tabMichael Niedermayer2013-07-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-071-0/+1
|\|
| * wtv: Mark attachment with a negative stream idLuca Barbato2013-07-071-0/+1
* | Merge commit '6516632967da5e6bd7d6136e8678f826669ed26e'Michael Niedermayer2013-07-071-2/+3
|\|
| * tests: Only run noproxy test if networking is enabledDiego Biurrun2013-07-061-2/+3
* | avformat/mov: Fix duration of fragmented movMichael Niedermayer2013-07-071-1/+1
* | oggparseskeleton: avoid header parsing failureMichael Niedermayer2013-07-061-0/+3
* | nutdec: use ff_find_last_ts()Michael Niedermayer2013-07-061-8/+2
* | avformat/utils: factor ff_find_last_ts() out of ff_gen_search()Michael Niedermayer2013-07-062-24/+42
* | replace some deprecated definesPaul B Mahol2013-07-061-9/+9
* | oggparseskeleton: Replace avpriv_report_missing_feature() with a normal av_lo...James Almer2013-07-061-2/+1
* | oggparseskeleton: Fix fisbone header parsingJames Almer2013-07-061-1/+6
* | avformat/mp3dec: Add usetoc option to allow dlsabling the use of the xing TOCMichael Niedermayer2013-07-062-1/+21