41 Commits (06de58d2a862f1a8f536527d1f659170a62ba978)

Author SHA1 Message Date
Evgeniy Stepanov 90c2295b24 Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing 17 years ago
Michael Niedermayer 1326621c1a Subtitle support. (untested) 17 years ago
Michael Niedermayer a048febdc4 subtitles (codec tag tables still missing ...) 17 years ago
Michael Niedermayer e942293db1 It appears last_pts was not set ... 17 years ago
Michael Niedermayer a712d725c0 Header elision muxing support. 17 years ago
Oded Shimon 4ddcc983b4 back_ptr calculation used wrong timebase when searching for back syncpoint 17 years ago
Oded Shimon 02c986a8d6 Fix intented algo in syncpoint writing before keyframes in NUT muxer 17 years ago
Oded Shimon 82badd27f1 nut->max_distance was not set at all anywhere in the NUT muxer 17 years ago
Michael Niedermayer 4cf97abb98 Missing const found by -Wwrite-strings. 17 years ago
Michael Niedermayer 175e23e875 Consider initial EOR in the back_ptr calculation. 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Baptiste Coudurier 992e78f5f2 rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers 17 years ago
Diego Biurrun 93951943ec spelling/wording cosmetics 17 years ago
Michael Niedermayer 63dd9d0ee3 simplify 18 years ago
Michael Niedermayer d2062ff64d do not remove FLAG_CODED 18 years ago
Michael Niedermayer 0e6472fdcb remove useless code, found by oded 18 years ago
Michael Niedermayer 0a5790d1a9 ensure that the aspect ratio is spec compliant 18 years ago
Michael Niedermayer 1b0353be6d disable TRACE 18 years ago
Michael Niedermayer a17e046a42 muxer should now be spec compliant (though it likely still contains bugs!) 18 years ago
Michael Niedermayer 14b3f9961f header repetition 18 years ago
Michael Niedermayer ead1939f69 info packet 18 years ago
Michael Niedermayer caeeefd7a4 more FIXME 18 years ago
Michael Niedermayer 100d8eb8dc muxer is not yet fully compliant so prevent people from mistakenly using it 18 years ago
Michael Niedermayer 7c04134fa1 set back ptr properly 18 years ago
Michael Niedermayer f0a9978c92 fix header_checksum 18 years ago
Michael Niedermayer bd533e6cbc store headers twice (getting closer to spec compliance ...) 18 years ago
Michael Niedermayer 7e506494b1 move header writing into its own function 18 years ago
Michael Niedermayer 7a26da44b0 get rid of printf 18 years ago
Michael Niedermayer e1249ba92f write frames and syncpoints 18 years ago
Michael Niedermayer 491216c672 put_t() 18 years ago
Michael Niedermayer 6e6cf116d8 100l 18 years ago
Michael Niedermayer 34f8cc3802 2 FIXME comments 18 years ago
Michael Niedermayer 0fcfa8eb36 add a universal fallback frame code for the case that no other applies 18 years ago
Michael Niedermayer 6c666941eb forw_ptr CRC 18 years ago
Michael Niedermayer 8d9a3f7e21 use a dynamic ByteIOContext instead of using the lavf buffer 18 years ago
Michael Niedermayer 0809b51e52 move stream header writing into its own function 18 years ago
Michael Niedermayer 97d5eb11db move main header writing into its own function 18 years ago
Michael Niedermayer e999435a60 write correct time_base 18 years ago
Michael Niedermayer efd8f22a16 make StreamContext.time_base a pointer 18 years ago
Michael Niedermayer dcc9bde010 write stream headers 18 years ago
Michael Niedermayer 70ea1e6922 trying to finally get the nut muxer back uptodate 18 years ago