summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Merge commit '6516632967da5e6bd7d6136e8678f826669ed26e'Michael Niedermayer2013-07-07
|\
| * tests: Only run noproxy test if networking is enabledDiego Biurrun2013-07-06
* | avformat/mov: Fix duration of fragmented movMichael Niedermayer2013-07-07
* | oggparseskeleton: avoid header parsing failureMichael Niedermayer2013-07-06
* | nutdec: use ff_find_last_ts()Michael Niedermayer2013-07-06
* | avformat/utils: factor ff_find_last_ts() out of ff_gen_search()Michael Niedermayer2013-07-06
* | replace some deprecated definesPaul B Mahol2013-07-06
* | oggparseskeleton: Replace avpriv_report_missing_feature() with a normal av_lo...James Almer2013-07-06
* | oggparseskeleton: Fix fisbone header parsingJames Almer2013-07-06
* | avformat/mp3dec: Add usetoc option to allow dlsabling the use of the xing TOCMichael Niedermayer2013-07-06
* | tcp: Use a default timeout of 5 sec for opening a connection but not for rece...Michael Niedermayer2013-07-06
* | ff_network_wait_fd_timeout: do not break with timeout < 0Michael Niedermayer2013-07-06
* | tcp: Fix the default timeoutMichael Niedermayer2013-07-06
* | avformat/avidec: Fix incorrect detection of badly interleaved aviNigel Touati-Evans2013-07-05
* | mpegts: only reopen pmt_cb filter if its different from the previous.Michael Niedermayer2013-07-05
* | lavf: fix documentation for avoid_negative_tsStefano Sabatini2013-07-05
* | avformat/movenc: allow negative TS for the ipod muxerMichael Niedermayer2013-07-04
* | lavf/movenc: check ff_mov_init_hinting() returnMatthieu Bouron2013-07-04
* | mpegts: use ffio_ensure_seekback()Michael Niedermayer2013-07-04
* | avformat/aviobuf: Add ffio_ensure_seekback()Michael Niedermayer2013-07-04
* | avformat: Append data in fill_buffer() when possibleMichael Niedermayer2013-07-04
* | avformat/http: support relative url redirectionZhang Rui2013-07-04
* | avformat/h261dec: use init_get_bits8()Michael Niedermayer2013-07-04
* | riff: remove invalid fourcc 'exr 'Paul B Mahol2013-07-04
* | lavf/movenc: fix writing of some iTunes metadata tagMatthieu Bouron2013-07-03
* | avformat/matroskaenc: Allow VP9 and Opus in webmTudor Suciu2013-07-03
* | lavf: add support for libgmewm42013-07-02
* | avformat_find_stream_info: move ret init down from flush codecs.Michael Niedermayer2013-07-02
* | avformat_find_stream_info: Do not consider no streams an error in flush codecsMichael Niedermayer2013-07-02
* | avformat_find_stream_info: try to preserve the error codeMichael Niedermayer2013-07-02
* | av_find_stream_info: initialize retMichael Niedermayer2013-07-02
* | avformat: Print "Consider increasing the value for analzeduration and probesi...Carl Eugen Hoyos2013-07-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-02
|\|
| * oggdec: do not fall back on binary search in the generic code.Anton Khirnov2013-07-02
* | lavf/http: add support for reading streamcast metadatawm42013-07-02
* | rmdec: Pass AVIOContext to rm_read_metadata()Michael Niedermayer2013-07-02
* | westwood_vqa: check return value of av_malloc()Paul B Mahol2013-07-01
* | idcin: check return value of av_malloc()Paul B Mahol2013-07-01
* | bfi: check return value of av_malloc()Paul B Mahol2013-07-01
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-06-30
|\ \
| * | Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos2013-06-30
* | | lavf/movenc: use ffio_fill()Matthieu Bouron2013-06-30
* | | mpegts: use seek_back() for all seek backsMichael Niedermayer2013-06-30
* | | mpegts: factor seek_back() outMichael Niedermayer2013-06-30
* | | mpegts_read_header: goto fail instead of return directlyMichael Niedermayer2013-06-30
|/ /
* | Added codec ID to playback DNxHDReuben Martin2013-06-29
* | avformat: make av_register_*put_format() thread safeMichael Niedermayer2013-06-29
* | cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-29
* | udp: Fix receiving large udp packetsMichael Niedermayer2013-06-29
* | Set block_align when reading QDM2 in mov.Carl Eugen Hoyos2013-06-28