140 Commits (442249ef2801c60fdbc6b16880617417bd6085ba)

Author SHA1 Message Date
Michael Niedermayer 9874815b1a avformat/mpegenc: Fix integer overflow with AV_NOPTS_VALUE 5 years ago
Marton Balint 3414115cd4 avformat: convert some avio_flush() calls to avio_write_marker(AVIO_DATA_MARKER_FLUSH_POINT) 5 years ago
Marton Balint c05d82fa92 avformat: remove unneeded avio_flush() calls from the end of write_trailer functions 5 years ago
James Almer 0700e7247b avformat/mpegenc: check for stream private data during deinit 5 years ago
Andreas Rheinhardt b288a7eb3d avformat/mpegenc: Fix memleaks and return values 5 years ago
Gyan Doshi 6829c3cbe4 avformat/mpegenc - reject unsupported audio streams 6 years ago
Paul B Mahol 2a08faba88 avformat/mpegenc: extend muxing PCM-DVD to other depths 6 years ago
Gyan Doshi 4f8c691040 avformat/mpegenc - log error msgs for unsupported LPCM streams 7 years ago
Gyan Doshi f0809bc0fa avformat/mpegenc - accept PCM_DVD streams 7 years ago
Gyan Doshi b99e77b9f7 avformat/mpegenc - fix typo in VBV warning 7 years ago
Michael Niedermayer 9b9e4a71c5 avformat/mpegenc: Check for av_mallocz() failure 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov 8bcadaacc2 mpegenc: use the CPB props side data 9 years ago
Stefano Sabatini 57cd2f7777 lavf/mpegenc: provide better feedback in case of invalid media type 9 years ago
Michael Niedermayer 343654c288 avformat/mpegenc: Replace *0.7 by *7/10 10 years ago
Michael Niedermayer 73f7179924 avformat/mpegenc: Do not use floats for vcd_padding_bitrate 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Michael Niedermayer e72f8ceabd avformat/mpegenc: Ignore max_delay if no other options remain 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Luca Barbato 01168bf140 mpeg: Remove unused field 10 years ago
Michael Niedermayer 47b9481d9d avformat/mpegenc: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 869b56cae6 avformat/mpegenc: replace always enabled asserts by av_assert0() 10 years ago
Michael Niedermayer 1d242f9816 avformat/mpegenc: assert that premux_packet is non null 10 years ago
Vittorio Giovara 065923b078 mpegenc: prevent a NULL pointer dereference 10 years ago
Anton Khirnov 75bbaf2493 mpegenc: limit the maximum muxrate 10 years ago
Luca Barbato 4e9e6fa99f mpeg: Write H264 streams at offset 2 10 years ago
Luca Barbato 8c6f430291 mpeg: Suppress a compiler warning on callback type 10 years ago
Luca Barbato e4c9e59a45 mpeg: K&R formatting cosmetics 10 years ago
Lukasz Marek ce1eefe691 lavf: use av_fifo_freep 11 years ago
Michael Niedermayer 572f5eb1af avformat/mpegenc: try to improve the VBV buffer warning 11 years ago
Carl Eugen Hoyos e043298cb1 lavf/mpegenc: Print a warning if ac3, pcm_s16be or dts are muxed into mpeg1. 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Michael Niedermayer f2eb474a5a avformat/mpegenc: check, warn and clip muxrate to syntactical possible values 11 years ago
Michael Niedermayer 8c1253c934 avformat/mpegenc: check, warn and clip VBV value to within syntactically possible values 11 years ago
Michael Niedermayer 28d35dbe9f avformat/mpegenc: fix muxrates AVOption maximum value 11 years ago
Michael Niedermayer cd05c4060a avformat/mpegenc: minor simplification / use AV_WB16() 11 years ago
Michael Niedermayer 32cde96296 avformat/mpegenc: Better heuristic for ordering packets 11 years ago
Michael Niedermayer 930406325c avformat/mpegenc: Better default for max_delay 11 years ago
Michael Niedermayer b637118086 avformat/mpegenc: change assert to av_assert0 11 years ago
Michael Niedermayer ddd0e23d58 avformat/mpegenc: improve field names in underflow error message 11 years ago
Diego Biurrun 7abd35a1ff avformat: Add av_cold attributes to init functions missing them 12 years ago
Michael Niedermayer fa11f36876 mpegpsenc: avoid shifting dts/pts 12 years ago
Michael Niedermayer cf369d4449 mpegpsenc: show first SCR/DTS at debug level 12 years ago
Michael Niedermayer 9fd0cf8a3b mpegpsenc: move preload recalculation to where its needed 12 years ago
Michael Niedermayer 2a23f6035e mpegpsenc: Fix SCR handling for DVD 12 years ago
Michael Niedermayer 84aba8eed9 mpegpsenc: restructure SCR handling 12 years ago
Diego Biurrun 72eaba5e4f avformat: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago