16676 Commits (b56adc784288bdbe5e34e581e8081b51a2a3eb5f)

Author SHA1 Message Date
  Justin Ruggles 513b691955 avcodec: use av_opt_set() instead of deprecated av_set_string3() 14 years ago
  Justin Ruggles fa9aeb82e2 avcodec: fix some const warnings 14 years ago
  Justin Ruggles 86d3730360 avcodec: remove pointless AVOption, internal_buffer_count 14 years ago
  Michael Niedermayer 0af8d20755 h261dec: correct AV_EF flags. 14 years ago
  Michael Niedermayer b0ccebe448 mpeg12dec: correct AV_EF flags. 14 years ago
  Michael Niedermayer 7fbe87c079 lavc: remove incorrect mapping between semantically incompatible error recognization values and flags. 14 years ago
  Michael Niedermayer 85ab33b87f mpegaudeiodec: correct AV_EF flags. 14 years ago
  Michael Niedermayer 02bd11e969 lavc: Add AV_EF flags to restore support for the error_resilience framework in the new API. 14 years ago
  Michael Bradshaw 1b987c4bb0 Applied patches from Michael Niedermayer to clean up the code 14 years ago
  Joakim Plate babf4fe01a Don't fill in frame gaps with copied refs after flush 14 years ago
  Michael Niedermayer 14db3af4f2 qdm2dec: check remaining input bits in the mainloop of qdm2_fft_decode_tones() 14 years ago
  Luca Barbato b7d939d998 cinepack: return non-generic errors 14 years ago
  Michael Niedermayer a4009c6a9a cinepak: remove redundant coordinate checks 14 years ago
  Michael Niedermayer 867b496681 cinepak: check strip_size 14 years ago
  Michael Niedermayer d92fea2b14 cinepak, simplify, use AV_RB24() 14 years ago
  Michael Niedermayer a2b51fe87c cinepak: simplify, use FFMIN() 14 years ago
  Michael Niedermayer b55aa7df6b cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 14 years ago
  Michael Niedermayer 640424e080 j2kdec: fix 10l typo in initializing sgnd. 14 years ago
  Michael Bradshaw 856b33f578 Added support for J2K encoding with libopenjpeg 14 years ago
  Michael Bradshaw 7c92c03b8d Added support for J2K encoding with libopenjpeg 14 years ago
  Clément Bœsch 3495817468 libutvideo: use K&R style. 14 years ago
  Alex Converse bb4b0ad83b vp5: Fix illegal read. 14 years ago
  Thierry Foucu e0966eb140 vp6: Fix illegal read. 14 years ago
  Michael Niedermayer 5a2b3f3a52 aacdec: Avoid unneeded reinit due to ADTS headers 14 years ago
  Michael Bradshaw 31ec694771 libopenjpeg: rename decoder source file. 14 years ago
  Michael Niedermayer 3e971fc6b5 h264: fix cur_chroma_format_idc with slice multithreading. 14 years ago
  Michael Niedermayer 4f7ad4c3e4 h264: migrate poc gap based has_b_frames calculation into new has_b_frame calculation code. 14 years ago
  Michael Niedermayer ed83f84891 h264: minor simplification 14 years ago
  Michael Niedermayer bfca35114a h264: rewrite has_b_frame calculation code, 14 years ago
  Michael Niedermayer 18b7f40007 h264: reset last_pocs on IDRs 14 years ago
  Michael Niedermayer 7056f13a89 cinepak: remove redundant coordinate checks 14 years ago
  Michael Niedermayer cea0c82d9b cinepak: check strip_size 14 years ago
  Michael Niedermayer f35f50b311 cinepak, simplify, use AV_RB24() 14 years ago
  Michael Niedermayer 111ffa55b7 cinepak: simplify, use FFMIN() 14 years ago
  Michael Niedermayer 4e7b3ef3b3 cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 14 years ago
  Mike Melanson 12d9a36481 Add another special case to the Cinepak video decoder so that it can handle the following file: 14 years ago
  Martin Storsjö 268fb3f985 mpegaudiodec: Don't use a nonexistent log context for av_dlog 14 years ago
  Mike Melanson 747283a078 cinepak: Add another special case so that it can handle the following file: 14 years ago
  Kostya Shishkov ffc638c283 lagarith: add some RGBA decoding support 14 years ago
  Nathan Caldwell 39616fc307 lagarith: Add correct line prediction for RGB 14 years ago
  Clément Bœsch 4da45aff28 cleanup: remove various double end ';' all over the code. 14 years ago
  Michael Niedermayer 20431a9982 wma: Check channel number before init. 14 years ago
  Michael Niedermayer 7776091b9f diracdec: obmc accesses arent aligned for all files. 14 years ago
  Justin Ruggles f1d1516e55 cosmetics: indentation 14 years ago
  Justin Ruggles 1158745a2d mpegaudiodec: init static tables in AVCodec.init_static_data() 14 years ago
  Michael Niedermayer be4c9a440f mpeg4videodec: dont treat empty frames as errors for QMP4, it seems thats normal. 14 years ago
  Michael Niedermayer 66cd3c12ab mpegaudio: prettify avpriv_mpa_bitrate_tab 14 years ago
  Clément Bœsch edc26bfae5 vda: use K&R style. 14 years ago
  Sebastien Zwickert 81852ef5d6 vda: get correctly the frame from h264 context. 14 years ago
  Sebastien Zwickert 4590e161e6 vda: check allocation result. 14 years ago