summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcp: Use a default timeout of 5 sec for opening a connection but not for rece...Michael Niedermayer2013-07-061-3/+8
* ff_network_wait_fd_timeout: do not break with timeout < 0Michael Niedermayer2013-07-061-1/+1
* tcp: Fix the default timeoutMichael Niedermayer2013-07-061-2/+1
* avformat/avidec: Fix incorrect detection of badly interleaved aviNigel Touati-Evans2013-07-051-2/+3
* mpegts: only reopen pmt_cb filter if its different from the previous.Michael Niedermayer2013-07-051-3/+9
* lavf: fix documentation for avoid_negative_tsStefano Sabatini2013-07-051-1/+1
* avformat/movenc: allow negative TS for the ipod muxerMichael Niedermayer2013-07-041-1/+1
* lavf/movenc: check ff_mov_init_hinting() returnMatthieu Bouron2013-07-041-1/+2
* mpegts: use ffio_ensure_seekback()Michael Niedermayer2013-07-041-0/+2
* avformat/aviobuf: Add ffio_ensure_seekback()Michael Niedermayer2013-07-042-0/+34
* avformat: Append data in fill_buffer() when possibleMichael Niedermayer2013-07-041-7/+9
* avformat/http: support relative url redirectionZhang Rui2013-07-041-1/+3
* avformat/h261dec: use init_get_bits8()Michael Niedermayer2013-07-041-1/+1
* riff: remove invalid fourcc 'exr 'Paul B Mahol2013-07-041-1/+0
* lavf/movenc: fix writing of some iTunes metadata tagMatthieu Bouron2013-07-031-2/+11
* avformat/matroskaenc: Allow VP9 and Opus in webmTudor Suciu2013-07-031-1/+3
* lavf: add support for libgmewm42013-07-024-2/+205
* avformat_find_stream_info: move ret init down from flush codecs.Michael Niedermayer2013-07-021-2/+2
* avformat_find_stream_info: Do not consider no streams an error in flush codecsMichael Niedermayer2013-07-021-1/+1
* avformat_find_stream_info: try to preserve the error codeMichael Niedermayer2013-07-021-0/+1
* av_find_stream_info: initialize retMichael Niedermayer2013-07-021-1/+1
* avformat: Print "Consider increasing the value for analzeduration and probesi...Carl Eugen Hoyos2013-07-021-12/+15
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-021-1/+1
|\
| * oggdec: do not fall back on binary search in the generic code.Anton Khirnov2013-07-021-1/+1
* | lavf/http: add support for reading streamcast metadatawm42013-07-022-1/+52
* | rmdec: Pass AVIOContext to rm_read_metadata()Michael Niedermayer2013-07-021-6/+7
* | westwood_vqa: check return value of av_malloc()Paul B Mahol2013-07-011-1/+3
* | idcin: check return value of av_malloc()Paul B Mahol2013-07-011-1/+3
* | bfi: check return value of av_malloc()Paul B Mahol2013-07-011-0/+2
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-06-304-8/+8
|\ \
| * | Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos2013-06-304-8/+8
* | | lavf/movenc: use ffio_fill()Matthieu Bouron2013-06-301-2/+1
* | | mpegts: use seek_back() for all seek backsMichael Niedermayer2013-06-301-1/+1
* | | mpegts: factor seek_back() outMichael Niedermayer2013-06-301-5/+10
* | | mpegts_read_header: goto fail instead of return directlyMichael Niedermayer2013-06-301-1/+1
|/ /
* | Added codec ID to playback DNxHDReuben Martin2013-06-291-0/+4
* | avformat: make av_register_*put_format() thread safeMichael Niedermayer2013-06-291-8/+5
* | cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-296-7/+7
* | udp: Fix receiving large udp packetsMichael Niedermayer2013-06-291-1/+5
* | Set block_align when reading QDM2 in mov.Carl Eugen Hoyos2013-06-281-0/+1
* | Fix muxing QDM2 mono into caf.Carl Eugen Hoyos2013-06-281-1/+2
* | gxf: Added codec ID to playback AVCHDReuben Martin2013-06-271-0/+1
* | Added GXF format code to identify AVC Intra video streams. This was an extens...Reuben Martin2013-06-271-0/+5
OpenPOWER on IntegriCloud