2089 Commits (4922a5b0ee9108e406b8b14356f19851702604d1)

Author SHA1 Message Date
Baptiste Coudurier 263a93ecff add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov 18 years ago
Benoit Fouet b47f86c4a3 add rgb suffix to rawvideo muxer 18 years ago
Benoit Fouet 7d88b5ca02 more format abbreviations 18 years ago
Baptiste Coudurier 2f8fe719c6 correct comment about seek function 18 years ago
Diego Biurrun a47ec310f2 Remove unused code + variable, fixes a warning. 18 years ago
Michael Niedermayer db2a0e229f dont assert(0) due to buggy rm demuxer 18 years ago
Michael Niedermayer b5a3541da1 fix av_seek_frame_generic() so that it doesnt fail if the 18 years ago
Michael Niedermayer b237eb800d init packet before calling the demuxer 18 years ago
David Conrad 756fb7fea1 Change from using a seek table internal to the TTA demuxer to using the standard lavf index. 18 years ago
Baptiste Coudurier 1c02d96f6d long -> int 18 years ago
Baptiste Coudurier 9e40addd21 cosmetics: mov_mp4 -> mp4 18 years ago
Baptiste Coudurier 0b07ac425a clean and simplify esds reading function 18 years ago
Baptiste Coudurier d614f57978 remove broken ctab code 18 years ago
Baptiste Coudurier fa22ca2214 use INT64_MAX 18 years ago
Alex Beregszaszi 61bc79ec9c remove possibly broken wince cruft 18 years ago
Benjamin Larsson 10e26bc782 Atrac3 decoder. 18 years ago
Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 18 years ago
Diego Biurrun cefd4907e3 Make the declaration of AVInputFormat ac3_demuxer conditional 18 years ago
Diego Biurrun 98d0205145 Move AC3 header parsing code together with the rest of the AC3 parsing code. 18 years ago
Joakim Plate a74008a4c3 timestamps generation improvement when parsing avi 18 years ago
Diego Biurrun 4303c9bf62 spelling 18 years ago
John Donaghy 6fea687ec1 DVR-MS probe audio format 18 years ago
Baptiste Coudurier c4fe61ff87 add D-10 PAL 40 audio essence container ul 18 years ago
Baptiste Coudurier 088e827a96 add D-10 PAL 40 ul 18 years ago
Aurelien Jacobs 7fdcdf25a1 cosmetics: indentation 18 years ago
Aurelien Jacobs 6207bb209e add support for seeking to a keyframe instead of a random frame 18 years ago
Aurelien Jacobs 79f2634686 add an intermediate variable (prepare for next patch) 18 years ago
Aurelien Jacobs cca9b6cdb3 add support for seeking in matroska files 18 years ago
Aurelien Jacobs df06539a25 move matroska_find_track_by_num() upper in the file 18 years ago
Aurelien Jacobs 67545b0ce6 cluster position is relative to segment_start 18 years ago
Aurelien Jacobs 01344104c1 properly set streams start_time 18 years ago
Aurelien Jacobs 8e7a7e6a01 remove unused context field 18 years ago
Aurelien Jacobs 794857ae45 remove wrong and no more used packet reordering code 18 years ago
Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 18 years ago
Stefan Huehner 119e48d960 Make some functions which aren't used outside their declaring source file 18 years ago
Marco Gerards 90f2a1a03c cosmetics: indentation fix 18 years ago
Michael Niedermayer ac5565d88c file extension based probe is max/2 18 years ago
Michael Niedermayer 65a00bd65a factorize 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
Michael Niedermayer f118d254be also remove c93_ prefix for static function in the c93 demuxer 18 years ago
Michael Niedermayer 3e62d187ed s/rle_num_bytes/code/ 18 years ago
Michael Niedermayer f858c24fb3 simplify 18 years ago
Michael Niedermayer a7c405a48a conform to spec 18 years ago
Michael Niedermayer d7cf44899f use shorter names for the block type enum 18 years ago
Michael Niedermayer 905234285d code claims to use 32bit timestamp, lets make it also use that 18 years ago
Michael Niedermayer 8bb57775e8 remove redundant comments 18 years ago
Michael Niedermayer 955629c0e8 remove inappropriate debuging av_log() alternatively they could be changed to dprintf() 18 years ago
Michael Niedermayer 373209f816 memleak (seems ive missed that under the obfuscated indention) 18 years ago
Michael Niedermayer d5c5c8b4d3 sane indention (no more 3 statements on one line...) 18 years ago
Anssi Hannula 8e952e4d23 CRYO APC demuxer 18 years ago