23312 Commits (db76ca7f3543ab9caadce1bda6d70d5c1d9be011)
 

Author SHA1 Message Date
Michael Niedermayer 5b0fb5244d Store intra4x4_pred_mode per row only. 15 years ago
Michael Niedermayer c2186cbddc unroll tiny and trivial loop. Same speed but clearer. 15 years ago
Benoit Fouet a5517dcc9a asf: indent. 15 years ago
Benoit Fouet 9b54f4328e asf: add more entries to metadata conv table. 15 years ago
Michael Niedermayer e1c88a2138 Cut the size of mvd_table by yet another factor of 2. 15 years ago
Michael Niedermayer d43c192236 Keep mvd_table values of only 2 mb rows. 15 years ago
Stefano Sabatini b6a4185367 10l: add prefix "TAG:" to the metadata tags key showed for each stream. 15 years ago
Stefano Sabatini 912dd63ecb Cosmetics: replace "filename" to "arg" for the name of the argument of 15 years ago
Alex Converse c4a90caae2 aac: Keep decode_band_types() from eating all padding at the end of a buffer. 15 years ago
Stefano Sabatini 3314799368 Extend doxy for the src parameter of av_fifo_generic_write(). 15 years ago
Michael Niedermayer 09ef1ace4b 3rd and hopefully last 100l fix. 15 years ago
Michael Niedermayer 3393bff10d Fix doxy and assert(). 15 years ago
Michael Niedermayer 377fc38d5d Try to fix 100l compilation failure on some systems. 15 years ago
Michael Niedermayer b5bd070029 Change mvd_cache & mvd_table to 8bit, this is overall a bit faster 15 years ago
Michael Niedermayer 8ef4e65e94 AV_COPY16() & AV_ZERO16() 15 years ago
Michael Niedermayer f3ea29bfa3 Extend fill_rectangle() support for 16bit 15 years ago
Michael Niedermayer 81b5e4ee92 Calculate mvd without abs() 15 years ago
Anton Khirnov fce4448948 Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in our 15 years ago
Anton Khirnov a106d4112d Don't add WM prefixes to all written ASF tags. 15 years ago
Michael Niedermayer 855a1ba5e8 switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now. 15 years ago
Anton Khirnov 531d8fa308 Eliminate put_str16(). 15 years ago
Anton Khirnov ae529ddb32 Add PUT_UTF16() macro. 15 years ago
Michael Niedermayer 01b35be14a Factorize common code from the top of decode_cabac_mb_mvd() 15 years ago
Anton Khirnov 6164842300 Mention that metadata tags are (unvalidated) UTF-8. 15 years ago
Michael Niedermayer 6d0155c79c Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2) 15 years ago
Ramiro Polla bc77fce6ba Clear freed pointer in ffplay.c. 15 years ago
Michael Niedermayer 90332debfe Replace ad-hoc fill rectangle by fill_rectangle(). 15 years ago
Kostya Shishkov d2df291f73 ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls 15 years ago
Peter Ross 601e74d366 it is not necessary to display the decoder name, as av_log() automatically prints the context 15 years ago
Peter Ross dd80be5bfc low-complexity Bink file seeking 15 years ago
Peter Ross 7e276c85b1 set AVINDEX_KEYFRAME correctly for bink 15 years ago
Yann Coupin 8d819221db Correctly increment continuity_counter in PCR packets. 15 years ago
Benoit Fouet 6538c0f1c6 asfdec: skip byte array tags. 15 years ago
Benoit Fouet 27e7492771 asfdec: add a debug message about skipped tags. 15 years ago
Benoit Fouet 47794b9d3e asfdec: fix a memleak. 15 years ago
Benoit Fouet 514b73cf0d asfdec: only unicode tags must have even length. 15 years ago
Anton Khirnov 43382b5f13 Introduce metadata conversion table for NUT muxer and demuxer. 15 years ago
Ramiro Polla c8c0ac6b26 FFprobe: take only one input file. 15 years ago
Michael Niedermayer 9127a369ad Replace /2 by faster >>1 as the mvd values are now all positive. 15 years ago
Michael Niedermayer 5c34e36a23 Remove unused variable. Seems i forgot to commit this. 15 years ago
Michael Niedermayer a15fdd7ce3 Attempt to fix issue1728 and regression of issue203 15 years ago
Michael Niedermayer b8c93c483b Set ist->pts to something that isnt guranteed to entangle itself with stream copying b frames. 15 years ago
Diego Biurrun fc298fd9be Add -Wmissing-prototypes to CFLAGS if available. 15 years ago
Michael Niedermayer 9f7490a09c Also favor streams with more packets in ffplay. 15 years ago
Michael Niedermayer 256ab3ed9d Dont modify wanted_stream. 15 years ago
Michael Niedermayer 5b369983c6 replace wanted_*_stream by wanted_stream[CODEC_TYPE] 15 years ago
Jai Menon 8790961d7e mlp_parser: Fix memleak. 15 years ago
Nash Tsai d7a4961e53 vfwcap: support MJPG compressed streams. 15 years ago
Ramiro Polla f1d5a1f285 Reorder buffer debug. Also print out if slice was buffered. 15 years ago
Michael Niedermayer 6625a3de2a Replace *_index by st_index[codec_type]. 15 years ago