18619 Commits (2b6325cacb6def8e9de0455f575b51a8bd90b12c)

Author SHA1 Message Date
  Kostya Shishkov 1e68cefe54 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder 15 years ago
  Michael Niedermayer ccc4b91832 Make sure ff_init_qscale_tab() is called one way or another when 15 years ago
  Michael Niedermayer 9015b095bc Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. 15 years ago
  Baptiste Coudurier bdcc13f2bf lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though 15 years ago
  Baptiste Coudurier f38e450746 use lzw compression in gif encoder 15 years ago
  Loren Merritt b10fa1bb8b port ape dsp functions from sse2 to mmx 15 years ago
  Loren Merritt 2ae87a6d5a avoid an unpredictable branch 15 years ago
  Loren Merritt 36373cde20 inline to allow constant propagation 15 years ago
  Philipp Matthias Hahn 38b5b47b23 Revert r20095: Allow compiling to vorbis again. 15 years ago
  Baptiste Coudurier ab3faa8bf1 pass avctx as argument instead of width and height 15 years ago
  Baptiste Coudurier af7436ae1d remove useless params 15 years ago
  Baptiste Coudurier cc26bf0d06 remove useless params 15 years ago
  Baptiste Coudurier e4e8632aaf move private context declaration at the top 15 years ago
  Michael Niedermayer c267bb038e Fix 1 pass RC in snow. 15 years ago
  Måns Rullgård c5d6cd5c81 ARM: 1l c&p fix: do not set pred16x16_plane for rv40 15 years ago
  Måns Rullgård 702b5885a1 ARM: NEON optimised H264 16x16, 8x8 pred 15 years ago
  Alex Converse 4fab662769 AAC: Add a global header but output not locked output configuration status. 15 years ago
  Alex Converse 38610d92ff Set the SBR mode to implicit on ADTS frames occurring before the output is locked. 15 years ago
  Mike Melanson 9d8bb0318a Small refactoring: Instead of 4 loops for decoding AC coefficients based 15 years ago
  Mike Melanson 098523eb28 Use a list to track which fragments coded in this frame still have 15 years ago
  Måns Rullgård 5dad039bf7 ARM: small tweak of NEON H264 IDCT 15 years ago
  Måns Rullgård 1025d19dd7 ARM: NEON 2xN chroma MC 15 years ago
  Måns Rullgård 04e7f6d2d0 ARM: NEON 16x16 and 8x8 avg qpel MC 15 years ago
  Baptiste Coudurier 28f2db9670 fix typo, ALT_BITSTREAM_WRITER_LE does not exist 15 years ago
  Michael Niedermayer 94f28061f5 Store original width/height so that rv20 does not get stuck with some 15 years ago
  Michael Niedermayer e7e578b73c Make rv1/2 decoder use the next slice if needed. 15 years ago
  Michael Niedermayer 63538a960e Support ASCII pnms. 15 years ago
  Jai Menon de3553b078 pngdec.c : release allocated buffers. 15 years ago
  Michael Niedermayer 483aad717e slif aka "SoftLab MPEG-2 I-frames Codec" support. 15 years ago
  Michael Niedermayer f40a7fd316 4:2:2 4:4:4 bugfix for the error concealment code. 15 years ago
  Stefano Sabatini 5f1836a7de Rename parameters of put_sbits() to make them consistent with those of 15 years ago
  Michael Niedermayer 52069c4d3c Move "slice below image" check from mpeg_decode_slice to its caller. 15 years ago
  Michael Niedermayer d52b4abe8b Move dummy picture allocation code from mpeg1/2 to mpegvideo. 15 years ago
  Michael Niedermayer fd1ef13bb4 Disable error resilience for field pictures, this was never supported, 15 years ago
  Michael Niedermayer 078cdecf9e Set mb_y in mpeg2 field pictures like h264 does. 15 years ago
  Michael Niedermayer 22d4f21331 Make ""MPEG motion vector out of boundary" message more verbose. 15 years ago
  Attila Kinali 76c4a644ee Fix an issue uncovered by commit 20623: 15 years ago
  Michael Niedermayer ab8c48de8c Start decoding from seq/gop too, not just I frames. 15 years ago
  Michael Niedermayer f0ec239438 Fix dual prime motion compensation in field pictures. 15 years ago
  Stefano Sabatini 587edd6af8 Use more consistent / meaningful parameter names for the 15 years ago
  Måns Rullgård b8cef7be5c nellymoser: use constant seed for dithering RNG 15 years ago
  Måns Rullgård 2d2e72b10e cook: use constant seed for dithering RNG 15 years ago
  Michael Niedermayer aeaef4ed63 Print errors instead of just ignoring contradictionary values in mpeg2 silently. 15 years ago
  Michael Niedermayer 87f6806069 Override a few values read so as to ensure that things are not inconsistent. 15 years ago
  Michael Niedermayer d9b99556bf Restructure dummy frame allocation. 15 years ago
  Michael Niedermayer 9d13016690 Make sure field_select is not set to nonsensical values even if unused. 15 years ago
  Michael Niedermayer 1c3260939d Factorize "s->first_slice = 1" out. 15 years ago
  Michael Niedermayer 88eba670fb Also check the location of the picture start code and picture coding 15 years ago
  Michael Niedermayer fc23d843e1 Check order of startcodes, ignore some obviously wrong ones. 15 years ago
  Michael Niedermayer bbf266fdb5 Move mpeg_decode_postinit() out of bitstream decoding functions, it does not 15 years ago