64 Commits (6123abad2e852952567c648faae6c6056cc5cac7)

Author SHA1 Message Date
Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Michael Niedermayer c2a3dcaf25 Fix memleak, fixed CID123. 17 years ago
Michael Niedermayer abd2256dbe Pass time_base as argument to new_chapter() as well. 17 years ago
Michael Niedermayer 883fe4d5bb Chapter demuxing support. (untested as I have no nuts with chapters) 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Pettenò d6f142a1f8 Fix 'comparison always false' warning. 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Diego Biurrun 2cab640129 typo fixes 17 years ago
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 9fdfd21c77 factorize 17 years ago
Michael Niedermayer a048febdc4 subtitles (codec tag tables still missing ...) 17 years ago
Michael Niedermayer 3b4f69ae8c Elision header demuxing support. 17 years ago
Michael Niedermayer 7eeebcc5de Read match time delta in the frame header. 17 years ago
Michael Niedermayer 6cb4b28fea Read match_time_delta in the framecode table. 17 years ago
Diego Biurrun 5e53486545 typo fix: inited --> initialized 17 years ago
Oded Shimon eae213af43 Remove old workaround in nutdec.c for libnut bug 17 years ago
Oded Shimon b19e3983cf missing " && j<syncpoint_count" protection in the index parsing, as the 17 years ago
Oded Shimon 103d74ea5c ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only 17 years ago
Michael Niedermayer 0fca8bc835 Fix info packet type, found by oded as well as the new pedantic const 17 years ago
Michael Niedermayer 7ebab67901 -Wwrite-strings nitpicking fix 17 years ago
Michael Niedermayer 3858a227ce More verbose aspect ratio error msg. 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Kostya Shishkov 7798b42df1 Add ff_ prefix to get_v() 17 years ago
Kostya Shishkov 897d3eef4c Make get_v() available to the other demuxers 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 0ab1ebea31 warning fix: 17 years ago
Diego Biurrun 30a987ece9 Remove unused variable. 17 years ago
Diego Biurrun 93951943ec spelling/wording cosmetics 17 years ago
Michael Niedermayer 4a3b5fe16a move syncpoint cache related stuff to common file 18 years ago
Michael Niedermayer 073811cdd2 fix forw_ptr crc check 18 years ago
Michael Niedermayer 7a26da44b0 get rid of printf 18 years ago
Michael Niedermayer f13ea4e00c move lsb2full to common file 18 years ago
Michael Niedermayer 874abace12 move syncpoint timestamp resetting code to a common file 18 years ago
Michael Niedermayer 47772399ec check forw_ptr CRC 18 years ago
Michael Niedermayer efd8f22a16 make StreamContext.time_base a pointer 18 years ago
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 18 years ago
Måns Rullgård 99a452342c nutdec: don't use deprecated codec_get_{bmp,wav}_id() 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Måns Rullgård 75e61b0e88 use new string functions 18 years ago
Måns Rullgård 706da4af32 fix some printf format specifiers 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Diego Biurrun a47ec310f2 Remove unused code + variable, fixes a warning. 18 years ago
Stefan Huehner 119e48d960 Make some functions which aren't used outside their declaring source file 18 years ago
Clemens Ladisch 559fd1e795 fix end-of-file detection 18 years ago
Luca Barbato bb0eb714bd get_packetheader() forgot to read the header_checksum in big packets 18 years ago
Michael Niedermayer 07495657fb simplify 18 years ago
Michael Niedermayer 06599638dd check max_pts_distance 18 years ago
Michael Niedermayer 0a3b575bc7 skip non keyframes after seeking between syncpoint and the first keyframe 18 years ago