22933 Commits (dd80be5bfcc4135906cf9aff516c82c6efca18bd)
 

Author SHA1 Message Date
Michael Niedermayer ab5a0175f5 Add flag so muxers not needing width/height can signal this. 15 years ago
Michael Niedermayer 3566042a0d Try to support truncated h264 frames mixed with mpeg pes headers in mkv. 15 years ago
Reimar Döffinger 9f1d760a27 Use int8_t instead of char, the signedness of char can differ between systems. 15 years ago
Ronald S. Bultje fa65584f12 WMAVoice decoder. 15 years ago
Peter Ross cbd3441eec Make DeluxePaint Animation demuxer actually return the find_record() error code (issue 1739). 15 years ago
Michael Niedermayer 86d58bcfd9 Add GEOV fourcc (issue971). 15 years ago
Måns Rullgård 0844bae1ad Add "tomi" architecture 15 years ago
Måns Rullgård 8d4c00ed38 configure: require --arch and --target-os when cross-compiling 15 years ago
Måns Rullgård 4368990236 ffplay depends on rdft 15 years ago
Måns Rullgård b5ab9b59e0 Fix build with --disable-mdct 15 years ago
Måns Rullgård 084cbbaab4 configure: add missing mdct deps 15 years ago
Måns Rullgård 26fbcc85d9 configure: make mdct and rdft select fft and update other deps 15 years ago
Michael Niedermayer f2d56513d7 Fix timestamps. 15 years ago
Wolfram Gloger 23b361baca Remove recording_time check which is no longer necessary after r21687. 15 years ago
Kostya Shishkov a768816c33 Simplify expression as suggested by Måns Rullgård 15 years ago
Kostya Shishkov 045b60bf9b Make SHA digest function write digest value with AV_WN32 instead of assuming 15 years ago
Kostya Shishkov 94dde5c1ec Move 'chksum' declaration to the only block where that variable is used 15 years ago
Kostya Shishkov f7d649185b Move band checksum verifying into preprocessor condition, so compiler won't 15 years ago
Stefano Sabatini 9cb5c760d7 Extend show_pix_fmts(), make it show input/output support for 15 years ago
Måns Rullgård 33bd38dbd3 Stricter check for math.h functions 15 years ago
Måns Rullgård 6b73c0aedc configure: fix cosmetic typo in check_mathfunc 15 years ago
Daniel Verkamp f45a27dc52 Reindent 15 years ago
Daniel Verkamp b7e0f88f2b Fix demuxing of wav files with broken data header 15 years ago
Reimar Döffinger 40938d9382 Use av_compare_ts to compare against the -t end time instead of using 15 years ago
Reimar Döffinger f0cb55af88 Use av_compare_ts from libavutil instead of the locale compare_ts, the 15 years ago
Timo Teräs 4e8052ddad Fix syncronisation for streams with a high encoding delay. 15 years ago
Ronald S. Bultje 7515ed0c1d Reindent after r21741. 15 years ago
Ronald S. Bultje 170870b77c Don't forget to set known audio parameters (samplerate, etc.) if the codec is 15 years ago
Ronald S. Bultje 556aa7a102 RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 15 years ago
Alex Converse 1edea057dd Output the first AAC frame. This is needed for SBR conformance. 15 years ago
Michael Niedermayer 0332324a48 Dont give up after 100kb of zero bytes but returnd EAGAIN 15 years ago
Andreas Öman 80242f9bdb mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up. 15 years ago
David Conrad 19530266a5 Enable SSE2 (put|avg)_pixels_16_sse2 15 years ago
Måns Rullgård 8e05f06912 Define missing llrint() as macro instead of inline function 15 years ago
Måns Rullgård 645d26520a Special check for math.h functions 15 years ago
Måns Rullgård 0104b608ca Check for setrlimit() 15 years ago
Måns Rullgård 614d8911c6 configure: allow 'none' as target OS 15 years ago
Stefano Sabatini fe4fbb583d Doxument url_fopen(). 15 years ago
Stefano Sabatini fbef7a7644 Add an entry for the recently added av_compare_ts() function. 15 years ago
Måns Rullgård 41c2bd0a26 ARMv6 optimised pix_sum 15 years ago
Måns Rullgård 66ec243d95 ARMv6 optimised pix_norm1 15 years ago
Måns Rullgård 0c28474c92 ARMv6 optimised sse16 15 years ago
Måns Rullgård 3132614305 ARMv6 optimised diff_pixels 15 years ago
Måns Rullgård f73a626ae4 ARMv6 optimised get_pixels 15 years ago
Måns Rullgård d2578ff9f1 ARMv6 optimised pix_abs8 15 years ago
Måns Rullgård 74cc33c235 ARMv6 optimised pix_abs16_y2 15 years ago
Måns Rullgård 39a760f678 ARMv6 optimised pix_abs16_x2 15 years ago
Måns Rullgård e6056a9008 ARMv6 optimised pix_abs16 15 years ago
Måns Rullgård 38e016a7c9 ARMv6 optimised put_pixels functions except xy2 variants 15 years ago
Kostya Shishkov 5bebe94d86 Indeo 5 decoder 15 years ago