| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Add a mechanism to allow demuxers to detect byte based seeking. | Michael Niedermayer | 2013-04-04 | 1 | -0/+8 |
* | ffmpeg/avformat: factor av_guess_frame_rate() out | Michael Niedermayer | 2013-03-29 | 1 | -0/+10 |
* | lavf/mux: add the flush_packets option. | Nicolas George | 2013-03-24 | 1 | -0/+7 |
* | lavf/avformat.h: fix a few typos in AVFormatContext:avoid_negative_ts doxy | Stefano Sabatini | 2013-03-19 | 1 | -2/+2 |
* | Merge commit '7b486ab13bfcfa88a7cd92586de50e49966ec292' | Michael Niedermayer | 2013-03-13 | 1 | -14/+0 |
|\ |
|
| * | lavf: remove disabled FF_API_AV_GETTIME cruft | Anton Khirnov | 2013-03-11 | 1 | -4/+0 |
| * | lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft | Anton Khirnov | 2013-03-11 | 1 | -10/+0 |
| * | lavf: remove disabled FF_API_READ_PACKET cruft | Anton Khirnov | 2013-03-11 | 1 | -18/+0 |
| * | lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft | Anton Khirnov | 2013-03-11 | 1 | -11/+0 |
* | | avformat: keep r_frame_rate | Michael Niedermayer | 2013-03-12 | 1 | -11/+16 |
* | | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f' | Michael Niedermayer | 2013-03-08 | 1 | -8/+8 |
|\| |
|
| * | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -7/+7 |
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | | avformat: Make duration estimation from pts more robust | Michael Niedermayer | 2013-03-04 | 1 | -0/+2 |
* | | avformat: Allocate duration_error separately | Michael Niedermayer | 2013-02-23 | 1 | -1/+1 |
* | | Fix a few "its" vs "it's" typo. | Clément Bœsch | 2013-02-14 | 1 | -1/+1 |
* | | lavf: add seek2any to allow forcing seeking to non keyframes via AVOptions | Michael Niedermayer | 2013-02-07 | 1 | -0/+7 |
* | | Add a new function av_codec_get_tag2(). | Carl Eugen Hoyos | 2013-01-17 | 1 | -0/+12 |
* | | lavf: Provide a monotonic timestamp to the outside world | Harald Axmann | 2012-12-15 | 1 | -0/+34 |
* | | av_register_protocol is gone :( | Paul B Mahol | 2012-12-04 | 1 | -1/+0 |
* | | use correct doxygen parameter direction syntax | Peter Ross | 2012-11-21 | 1 | -2/+2 |
* | | Add -skip_initial_bytes option. | Carl Eugen Hoyos | 2012-11-20 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-15 | 1 | -0/+3 |
|\| |
|
| * | rtp: set the payload type as stream id | Luca Barbato | 2012-11-14 | 1 | -0/+3 |
* | | Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040' | Michael Niedermayer | 2012-11-15 | 1 | -1/+1 |
|\| |
|
| * | avformat: clarify stream id for muxing | Luca Barbato | 2012-11-14 | 1 | -1/+1 |
* | | Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f' | Michael Niedermayer | 2012-11-03 | 1 | -12/+18 |
|\| |
|
| * | lavf: fix av_interleaved_write_frame() doxy. | Anton Khirnov | 2012-11-02 | 1 | -2/+2 |
| * | lavf: clarify the lifetime of demuxed packets. | Anton Khirnov | 2012-11-02 | 1 | -10/+16 |
* | | lavf: const correctness for avformat_new_stream | Paul B Mahol | 2012-10-24 | 1 | -1/+1 |
* | | lavf: fix duration estimation for multi program TS | Michael Niedermayer | 2012-10-23 | 1 | -0/+10 |
* | | Merge commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95' | Michael Niedermayer | 2012-10-19 | 1 | -2/+2 |
|\| |
|
| * | avformat: Fix references to the removed function av_write_header in comments | Martin Storsjö | 2012-10-18 | 1 | -2/+2 |
* | | lavf: fix fps detection with PAFF H.264 | Michael Niedermayer | 2012-10-14 | 1 | -0/+1 |
* | | lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values. | Michael Niedermayer | 2012-10-10 | 1 | -0/+1 |
* | | avformat: fix typo in comment | Paul B Mahol | 2012-10-07 | 1 | -1/+1 |
* | | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d' | Michael Niedermayer | 2012-10-02 | 1 | -2/+2 |
|\| |
|
| * | avformat: const correctness for av_hex_dump / av_hex_dump_log | Diego Biurrun | 2012-10-01 | 1 | -2/+2 |
* | | lavf: move fields that appear to be intended as public API to the correct sec... | Michael Niedermayer | 2012-09-27 | 1 | -8/+15 |
* | | lavf: Add support offset timestamps on muxing. | Michael Niedermayer | 2012-09-26 | 1 | -0/+18 |
* | | lavf: document request_probe properly | Michael Niedermayer | 2012-09-23 | 1 | -1/+4 |
* | | lavf: add use_wallclock_as_timestamps | Michael Niedermayer | 2012-08-18 | 1 | -0/+8 |
* | | avformat: export queue_attached_pictures | Michael Niedermayer | 2012-08-16 | 1 | -0/+3 |
* | | lavf: return APIC fourcc from query_format() if the codec is supported as an ... | Michael Niedermayer | 2012-08-10 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -18/+18 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -18/+18 |
* | | lavf: move nb_decoded_frames out of info. | Michael Niedermayer | 2012-08-04 | 1 | -1/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -0/+2 |
|\| |
|
| * | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -0/+4 |
* | | Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23' | Michael Niedermayer | 2012-07-29 | 1 | -0/+10 |
|\| |
|