23186 Commits (56540673410c5273c9b9590354ca21ae9fda639a)
 

Author SHA1 Message Date
Peter Ross be707647e9 Add myself as maintainer of the bink demuxer and bink audio decoder 15 years ago
Michael Niedermayer 59b5370f02 Simplify code to set cbp_* 15 years ago
Benoit Fouet 5818418758 Fix typos in ref_index documentation. 15 years ago
Michael Niedermayer 747db4e31a Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder(). 15 years ago
Michael Niedermayer 77c6edb846 Remove 3 mv_cache zeroing instructions that zeroed the right side. 15 years ago
Michael Niedermayer 8f8497ae78 Remove useless check of the 2 left MBs of a pair being in the same slice. 15 years ago
Michael Niedermayer f57a5dcd4e Clarify ref_index. 15 years ago
Michael Niedermayer 6e2fe0f20a Remove unneeded line of code from the neighbor setting code in h264. 15 years ago
Michael Niedermayer aa5ee59eee Simplify code in mv_pred. 15 years ago
Michael Niedermayer 358b5b1a59 Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to 15 years ago
Måns Rullgård f3a572ca14 Disable suffix rules 15 years ago
Stefano Sabatini 479e1e6170 Remove pointless empty line. 15 years ago
Stefano Sabatini 8ebed38e7a Apply consistency nit. 15 years ago
Stefano Sabatini 11ab237e31 Add the graph2dot tools and document it. 15 years ago
Stefano Sabatini 9c16add67b Replace not anymore valid syntax "-title X" with "-metadata title=X". 15 years ago
Michael Niedermayer 3b606e71c4 svq3 now in working condition, at least vissually, ill let fate tell us 15 years ago
Michael Niedermayer fc7f7f171f fix compilation, sorry ive not checked cvslog for a while :((( 15 years ago
Anton Khirnov cba2f6d51b asfenc: write tags in proper UTF-16. 15 years ago
Anton Khirnov a677078e14 asfenc: simplify writing of comment header. 15 years ago
Anton Khirnov e4ea625ab0 asfdec: don't strip the "WM/" prefix, this should be done during conversion. 15 years ago
Michael Niedermayer 36b54927fd Dont allocate direct_table 8 times too large. 15 years ago
Michael Niedermayer 5e350863cc Store data in direct_table interleaved. 15 years ago
Michael Niedermayer 013202d720 Simplify intra4x4_pred_mode_cache init. 15 years ago
Michael Niedermayer 662a5b2370 Reorder intra4x4_pred_mode so that we can read/write 4 values at once. 15 years ago
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