14415 Commits (n0.8.1)

Author SHA1 Message Date
  Ronald S. Bultje 5e3578893a mt: proper locking around release_buffer calls. 14 years ago
  Ronald S. Bultje dc1b670a2c vp8/mt: flush worker thread, not application thread context, on seek. 14 years ago
  Diego Biurrun 683df9bf54 Add LGPL license boilerplate to files lacking it. 14 years ago
  Diego Biurrun 64e2656f7c doxygen: Fix documentation for some VP8 functions. 14 years ago
  Christian Schmidt 8e3d264fb2 libxvid: add missing include of libavutil/mathematics.h 14 years ago
  Robert Swain 46a2dc9175 vorbis: vpxenc: Add missing include for av_rescale* 14 years ago
  Carl Eugen Hoyos b9e126fbe2 ffmpeg: Fix VDPAU decoding for some H264 samples. 14 years ago
  Reinhard Tartler f95e5225fe doxygen: Drop array size declarations from Doxygen parameter names. 14 years ago
  Diego Biurrun 8f536408d1 doxygen: Remove spurious documentation for non-existing function parameters. 14 years ago
  Stefano Sabatini d734d4ce6a suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxy 14 years ago
  Reinhard Tartler 2fe47b21c8 doxygen: Prefer member groups over grouping into modules 14 years ago
  Reimar Döffinger b6fe44b9db Add operand size to add instructions. 14 years ago
  Carl Eugen Hoyos 376dfd07ab Fix possible double free when encoding using xvid. 14 years ago
  Jason Garrett-Glaser 87eedf6943 Add new yuv444 pixfmts to avcodec_align_dimensions2 14 years ago
  Carl Eugen Hoyos f239b91596 Fix VDPAU decoding for some H264 samples. 14 years ago
  Jason Garrett-Glaser e54fd33848 H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bit 14 years ago
  Jason Garrett-Glaser 180faac637 H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFF 14 years ago
  Jason Garrett-Glaser 13c943ffb1 H.264: fix 4:4:4 + deblocking + MBAFF 14 years ago
  Jason Garrett-Glaser 18052f1df9 H.264: fix 4:4:4 cropping warning 14 years ago
  Jason Garrett-Glaser 4c8b14c37f H.264: reference the correct SPS in decode_scaling_matrices 14 years ago
  Jason Garrett-Glaser e4071fa04c H.264: fix bug in lossless 4:4:4 decoding 14 years ago
  ami_stuff fcd26ebc8f rawdec: Fix decoding of QT WRAW files. 14 years ago
  Carl Eugen Hoyos 26f48752fb mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers. 14 years ago
  ami_stuff 6cef3ddbdc rawvideo: Support auv2 fourcc. 15 years ago
  Diego Biurrun 403eee165c h264: Fix assert that failed to compile with -DDEBUG. 14 years ago
  Jason Garrett-Glaser 523b57b331 H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFF 14 years ago
  Jason Garrett-Glaser a3589cce81 H.264: fix 4:4:4 + deblocking + MBAFF 14 years ago
  Jason Garrett-Glaser 0820593e64 H.264: fix 4:4:4 cropping warning 14 years ago
  Jason Garrett-Glaser 4db2b966be H.264: reference the correct SPS in decode_scaling_matrices 14 years ago
  Reimar Döffinger 5f654897e3 A cmp instruction with two constants is invalid, thus "g" constraint 14 years ago
  Michael Niedermayer 3cb64e327a wma: fix infinite loop 14 years ago
  Jason Garrett-Glaser da0dadb936 Fix H.264 4:4:4 lossless decoding. 14 years ago
  Michael Niedermayer d39b33c63b libx264: fix open gop default. 14 years ago
  Michael Niedermayer b37dfe181c mpegaudio_parser: be less picky on the start position 14 years ago
  Kim Nguyen 2d16394f97 ppc32: Fix movrel 14 years ago
  Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
  Mans Rullgard c5ee740745 x86: cabac: fix register constraints for 32-bit mode 14 years ago
  Mans Rullgard 2143d69bdd cabac: move x86 asm to libavcodec/x86/cabac.h 14 years ago
  Mans Rullgard d075e7d540 x86: h264: cast pointers to intptr_t rather than int 14 years ago
  Mans Rullgard 3a4edb76d6 x86: h264: remove hardcoded edi in decode_significance_8x8_x86() 14 years ago
  Mans Rullgard b92c1a6d26 x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86() 14 years ago
  Mans Rullgard 3fc4e36c78 x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86() 14 years ago
  Mans Rullgard e4b5a204aa x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86() 14 years ago
  Mans Rullgard 3146a30e61 x86: cabac: change 'a' constraint to 'r' in get_cabac_inline() 14 years ago
  Mans Rullgard f743595e87 x86: cabac: remove hardcoded esi in get_cabac_inline() 14 years ago
  Mans Rullgard da3af4db61 x86: cabac: remove hardcoded edx in get_cabac_inline() 14 years ago
  Mans Rullgard 51f16a9bf2 x86: cabac: remove unused macro parameter 14 years ago
  Mans Rullgard 018c33838e x86: cabac: remove hardcoded ebx in inline asm 14 years ago
  Mans Rullgard 6b712acc0e x86: cabac: remove hardcoded struct offsets from inline asm 14 years ago
  Mans Rullgard 34ee43fc0f cabac: remove inline asm under #if 0 14 years ago