41 Commits (02cd8bb9cb4381c50f42a9284098cc8a33d397db)

Author SHA1 Message Date
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov 521dc78366 mux: drop the warning about global headers 9 years ago
Anton Khirnov 8de1ee9f72 lavf: deprecate compute_pkt_fields2 9 years ago
Luca Barbato 9b56d5c114 avpacket: Deprecate av_dup_packet 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Sean McGovern 9ad1e0c12c mux: Make sure that the data is actually written 9 years ago
Vittorio Giovara 01bcc2d5c2 lavc: Drop deprecated destruct_packet related functions 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Michael Niedermayer e0010bb91f mux: Do not leave stale side data pointers in ff_interleave_add_packet() 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
Martin Storsjö 4895aa65c6 libavformat: Allow calling av_write_trailer with a NULL AVIOContext 10 years ago
Martin Storsjö 9257692ac1 lavf: Only initialize s->offset once when using avoid_negative_ts make_zero 10 years ago
Michael Niedermayer 897d5c3a42 lavf: Print a warning if failed to avoid negative timestamps when requested 10 years ago
Michael Niedermayer 1384df6419 lavf: Add an option for avoiding negative timestamps 10 years ago
Anton Khirnov 91e8d2eb1f lavf: use the format context strict_std_compliance instead of the codec one 10 years ago
Anton Khirnov 2d6e58497e lavf: switch to AVCodecContext.framerate for demuxing 10 years ago
Luca Barbato eb4f906900 lavf: More informative error message 10 years ago
Nidhi Makhijani 324ff59444 avpacket: Check for and return errors in ff_interleave_add_packet() 10 years ago
Anton Khirnov 194be1f43e lavf: switch to AVStream.time_base as the hint for the muxer timebase 11 years ago
Anton Khirnov a312f71090 lavf: deprecate now unused AVStream.pts 11 years ago
Anton Khirnov ed7922faac mux: drop one of the hacks comprising compute_pkt_fields2() 11 years ago
Anton Khirnov c9281a01b7 lavf: drop the zero-sized packets hack 11 years ago
Anton Khirnov 0c1959b056 lavf: add AVFMT_FLAG_BITEXACT. 11 years ago
Anton Khirnov 394fb56c29 lavf: always unref the packet passed to av_interleaved_write_frame() on error 11 years ago
Luca Barbato d9ae1031f5 lavf: improve handling of sparse streams when muxing 11 years ago
Anton Khirnov 33c859c142 lavf: ignore attachment streams for interleaving purposes 11 years ago
Anton Khirnov 7b03b65bf0 lavf: do basic sanity checking on muxed packets 11 years ago
Luca Barbato 596e5d4783 lavf: Add a flag to enable/disable per-packet flushing 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Rafaël Carré e21307a2b0 lavf: don't abort if both encoder and muxer aspect ratios are not set 12 years ago
Luca Barbato 12db891dcd avf: move ff_write_chained to mux.c 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Diego Biurrun e926b5ceb1 avformat: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Luca Barbato c2cb01d418 lavf: introduce AVFMT_TS_NEGATIVE 12 years ago
Anton Khirnov 32e5194969 lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Michael Niedermayer d641ee94b5 lavf: Fix assignments in if() 12 years ago
Luca Barbato 1e46c63eb7 avformat: refactor avformat_write_header 12 years ago
Luca Barbato 86bbdf865e avformat: refactor avformat_write_header 12 years ago
Luca Barbato 55f9037f38 avformat: split muxing functions from util.c 12 years ago