5870 Commits (bc2bc41bb8dbfa4c39da5a03ec87bc667bf872dd)

Author SHA1 Message Date
  Diego Biurrun 24743a767f Rename LIB to LIBNAME for consistency. 18 years ago
  Timofei V. Bondarenko 880de6b0be Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). 18 years ago
  Diego Biurrun deb43f0bd8 Explain why there are no multiple inclusion guards in these header files. 18 years ago
  Diego Biurrun 9b1f04b08b Clarify comment that explains why this header lacks multiple inclusion guards. 18 years ago
  Aurelien Jacobs ab54bff20a Remove wrong multiple inclusion guards. 18 years ago
  Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 18 years ago
  Diego Biurrun 6a03549e8a Add a comment that explains why this header lacks multiple inclusion guards. 18 years ago
  Diego Biurrun 31b2c1446f Add missing multiple inclusion guards. 18 years ago
  Diego Biurrun aeb6a69714 Fix #endif comment typo. 18 years ago
  Diego Biurrun 52703a6459 Use filename as multiple inclusion guard. 18 years ago
  Jeff Downs 2143b11853 Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by 18 years ago
  Aurelien Jacobs f1bf85b8cf Cygwin don't like this function declaration. 18 years ago
  Benjamin Larsson 636b13c5fc Nellymoser ASAO decoder 18 years ago
  Martin Zlomek 44a7e65a51 Fix mix-up of values in r10690 (deblocking for PAFF). 18 years ago
  Aurelien Jacobs f28b10483a add support for VP6 with huffman encoded blocks 18 years ago
  Aurelien Jacobs 437c2079b7 moves fraps huffman decoder to its own file, making it more generic 18 years ago
  Aurelien Jacobs 0cd05c0820 VP6A needs its Makefile rules too 18 years ago
  Vladimir Voroshilov 3c3704d281 Fix MJPEG decoder for AMV files. 18 years ago
  Michael Niedermayer 4d570f94ba prevent infinite loop and memcpy of negative amounts 18 years ago
  Michael Niedermayer 211dd1e81f factorize code and add safety check to prevent memcpying negative amounts 18 years ago
  Jeff Downs 0d43dd8c2d Simplify tests for field macroblocks 18 years ago
  Stefan Lucke b8a9dfb7f6 Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 18 years ago
  Diego Biurrun 1084771ac0 10l: refill2() is not unused, it is used conditionally. 18 years ago
  Jeff Downs 5e832bc28f Interlaced pictures (not just MBAFF) + spatial direct mode is not 18 years ago
  Diego Biurrun 0f26eec23e Disable unused code; fixes several gcc warnings: 18 years ago
  Andrea Gualano 2a7feb18c4 Enable avpicture_deinterlace() for PIX_FMT_GRAY8. 18 years ago
  Shane bdb273564c Fix intended order of operations for 4 assert() checks. 18 years ago
  Ville Skyttä 645f7879ca Specify in documentation that avcodec_find_(en|de)coder* only searches for 18 years ago
  Diego Biurrun 3ea7841120 warning fixes: 18 years ago
  Carl Eugen Hoyos 2fe279f9f9 Set pict->interlaced_frame if returned frame is MBAFF or PAFF. 18 years ago
  Jeff Downs 03d3cab876 fix incorrect check for abs_diff_pic_num overflow 18 years ago
  Reimar Döffinger 9ba718e481 Allow to override zlib compression level in PNG encoder via avctx->compression_level 18 years ago
  Andreas Öman f6e3c4603d reindent 18 years ago
  Baptiste Coudurier 45b8e9e507 better lambda search method 18 years ago
  Carl Eugen Hoyos d6c52130f7 Enable PAFF decoding 18 years ago
  Aurelien Jacobs bcf8eb116a oops... mpegvideo_enc also depends on motion_est and ratecontrol 18 years ago
  Aurelien Jacobs 91ac0ab472 dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix) 18 years ago
  Jeff Downs 12d96de3ac Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. 18 years ago
  Martin Zlomek ac6b423b0c Fix deblocking for PAFF content 18 years ago
  Baptiste Coudurier 2e85b344f7 dnxhd 36mbit support 18 years ago
  Baptiste Coudurier 6cb1d36169 typo weigth->weight 18 years ago
  Baptiste Coudurier cd52a9ca9f preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it 18 years ago
  Baptiste Coudurier 5e301bbb70 merge 18 years ago
  Baptiste Coudurier a417d041f0 10l, check 'i' validity before using it 18 years ago
  Baptiste Coudurier 42d1ffa3a2 fix 10 bit per comp detection 18 years ago
  Baptiste Coudurier fc4cbc1699 DNxHD (SMPTE VC-3) encoder 18 years ago
  Baptiste Coudurier 69cea75f6b export convert_matrix and add ff_ prefix 18 years ago
  Baptiste Coudurier 6180ade790 export DCT_common_init and add ff_prefix 18 years ago
  Jeff Downs 5a421d538e Re-indent after PAFF MMCO implementation patch. 18 years ago
  Jeff Downs 0ae969faed Augment MMCO execution to work with both fields and frames. Part of PAFF 18 years ago