]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
lavf: Add support offset timestamps on muxing.
[ffmpeg] / libavformat / utils.c
2012-09-26 Michael Niedermayerlavf: Add support offset timestamps on muxing.
2012-09-26 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-26 Michael Niedermayerlavf: fix bug that caused has_decode_delay_been_guessed...
2012-09-26 Duncan SalernoHandle the following type of relative URL correctly:
2012-09-25 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-25 Michael NiedermayerMerge commit 'd1f05dd18375f2f8e68372edee11436927e43ba8'
2012-09-25 Michael NiedermayerMerge commit '7751e4693dd10ec98c20fbd9887233b575034272'
2012-09-25 Clément BœschFix two "skiping" typo.
2012-09-25 Michael Niedermayerlavf: dont add apic streams for demuxers that dont...
2012-09-24 Stefano Sabatinilavf/utils: remove loop on AVERROR(EAGAIN) in av_read_f...
2012-09-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-24 Anton Khirnovlavf: use a malloced AVFrame in try_decode_frame().
2012-09-23 Stefano Sabatinilavf/utils: add error check in av_read_frame()
2012-09-23 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-23 Michael Niedermayerlavf/find_stream_info: make sure we decode at least...
2012-09-23 Michael Niedermayerlavf: dont open a decoder at the top of find_stream_inf...
2012-09-22 Michael Niedermayerlavf: allow using request_probe as a score threshold...
2012-09-22 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-21 Anton Khirnovlavf: zero data/size of the packet passed to read_packet().
2012-09-20 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-20 Michael NiedermayerMerge commit 'c831ebf61629d219ebcaa9f02d262e67aad09d83'
2012-09-20 Michael NiedermayerMerge commit '117d8c6d1f1c187ffc6098d9618457e00534e013'
2012-09-20 Michael NiedermayerMerge commit '870e75524aa0d00ebcd1d15589c8d29b84af1565'
2012-09-20 Janne Grunaulavf probe: prevent codec probe with no data at all...
2012-09-20 Michael NiedermayerMerge commit 'c9a39cec70603f662f4c326b21b11c4f0112079a'
2012-09-20 Michael NiedermayerMerge commit '8d4dd55c37b14ecea596f3477b35bf6c20688d8b'
2012-09-20 Michael NiedermayerMerge commit '581281e242609a222233a2e5538b89dfb88fb18e'
2012-09-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-19 Michael NiedermayerMerge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c'
2012-09-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-18 Michael NiedermayerMerge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'
2012-09-17 Reimar DöffingerRemove code that duplicates existing code a few lines...
2012-09-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-16 Michael NiedermayerMerge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'
2012-09-15 Luca Barbatoavformat: fix typo in avformat_close_input
2012-09-15 Anton Khirnovlavf: flush the output AVIOContext in av_write_trailer().
2012-09-15 Anton Khirnovlavf: cosmetics, reformat av_write_trailer().
2012-09-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-14 Michael Niedermayerlavf/compute_pkt_fields: only run pts by duration corre...
2012-09-14 Luca Barbatoavformat: refactor avformat_close_input
2012-09-14 Luca Barbatoavformat: simplify avformat_close_input
2012-09-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-14 Michael Niedermayercompute_pkt_fields2: dont interpret max_b_frames of...
2012-09-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-13 Michael NiedermayerMerge commit '07584eaf4a95db3f11d3bc411f9786932829e82b'
2012-09-12 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-11 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-11 Michael Niedermayerlavf/avformat_seek_file: fix harmless integer overflow
2012-09-10 Michael Niedermayerutils/update_stream_timings: fix division by zero
2012-09-10 Michael Niedermayercompute_pkt_fields: fix harmless integer overflow
2012-09-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-09 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-08 Michael Niedermayerffio_read: dont spam the user at EOF with a truncation...
2012-09-07 Stefano Sabatinilavf/utils: fix typo in has_codec_parameters
2012-09-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-07 Michael Niedermayerlavf: factor codec id forcing out
2012-09-06 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-06 Michael NiedermayerMerge commit '0db2d94280e260af5f3ad7993c5a6357462f17c9'
2012-09-05 Stefano Sabatinilavu/parseutils: add av_small_strptime()
2012-09-05 Clément Bœschlavf: fix a few typo in some comments.
2012-09-05 Clément Bœschlavf: remove a few useless AV_NOWARN_DEPRECATED().
2012-09-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-05 Michael NiedermayerMerge commit '21bc44038491e525335ad763883b0288402ff6a0'
2012-09-05 Michael NiedermayerMerge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a'
2012-09-05 Michael NiedermayerMerge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
2012-09-05 Michael NiedermayerMerge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'
2012-09-05 Michael NiedermayerMerge commit '124134e42455763b28cc346fed1d07017a76e84e'
2012-09-05 Michael NiedermayerMerge commit '2d7d91f06d6a1d243dc74c96d3389ee237a3b906'
2012-09-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-02 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-31 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-31 Michael NiedermayerMerge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'
2012-08-30 Michael Niedermayerfind_stream_info: update last_dts more often
2012-08-30 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-29 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-29 Michael NiedermayerMerge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'
2012-08-28 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-27 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-26 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-26 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-24 Michael NiedermayerMerge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'
2012-08-24 Michael Niedermayerlavf/utils: Try to unwrap pts/dts so as to minimize...
2012-08-24 Michael Niedermayerlavf/utils: run update_initial_timestamps() outside...
2012-08-23 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-22 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-21 Clément Bœschlavf: remove unused AVStream pointer.
2012-08-21 Clément Bœschlavf: add const qualifier to AVCodecDescriptor pointer...
2012-08-21 Michael Niedermayerlavf: factor ff_free_stream() out
2012-08-20 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-20 Michael NiedermayerMerge commit 'f8b1e665539010d3ca148f09cb1203c20c1ca174'
2012-08-20 Michael NiedermayerMerge commit '7c5012127fb7e18f0616011257bb4248f6a8b608'
2012-08-20 Michael NiedermayerMerge commit '8fc83fb081963001e1197c6fdd59fd2af415078a'
2012-08-20 Michael NiedermayerMerge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf'
next