30950 Commits (e8baa8eb7f45bb5fdbfcc70ae028cd11238faa88)
 

Author SHA1 Message Date
  Reimar Döffinger e8baa8eb7f Fix av_open_input_stream with uninitialized context pointer. 14 years ago
  Reimar Döffinger b6fe44b9db Add operand size to add instructions. 14 years ago
  Ronald S. Bultje 8f7f3f0453 ogg: fix double free when finding length of small chained oggs. 14 years ago
  Carl Eugen Hoyos 376dfd07ab Fix possible double free when encoding using xvid. 14 years ago
  Carl Eugen Hoyos f239b91596 Fix VDPAU decoding for some H264 samples. 14 years ago
  Martin Matuska d052370c1e pict_type: add a value for unknown/none. 14 years ago
  Stefano Sabatini 1bf80a9a14 configure: select buffersink_filter when ffmpeg is enabled 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
  Michael Niedermayer 0b5c261212 set for next release of 0.8 14 years ago
  Clément Bœsch 680e473643 vf_mp: do not add duplicated pixel formats. 14 years ago
  Anton Khirnov 44e83d0c97 ffplay: use new avformat_open_* API. 14 years ago
  Clément Bœsch 86824c1dcb ffplay: do not init SDL audio if -an is specified. 14 years ago
  Clément Bœsch 4a34e54b0e Fix zero-length gnu_printf format string warning. 14 years ago
  Reimar Döffinger 5f654897e3 A cmp instruction with two constants is invalid, thus "g" constraint 14 years ago
  Michael Niedermayer 250cebeb3b release_notes: document not fully understood mingw-sdl issue 14 years ago
  Michael Niedermayer 0452f77f49 release_notes: some updates 14 years ago
  Michael Niedermayer e1674d7ef7 presets: forgotten libvpx presets 14 years ago
  Michael Niedermayer 9b80c51066 release_notes: fix version 14 years ago
  Michael Niedermayer c0c5053587 release_notes: mention more codecs 14 years ago
  Michael Niedermayer 5114e36d08 release_notes: there will be 2 releases each for one ABI/API. 14 years ago
  Michael Niedermayer 6324a5a4a2 release_notes: suggest git log instead of the poorly maintained APIChanges 14 years ago
  Michael Niedermayer 3afc647eda release_notes: we do support releases 14 years ago
  Michael Niedermayer ad3ac1d507 build system: disable memalign on haiku, its not reliable there. 14 years ago
  Michael Niedermayer 06724c5f5d ffprobe: remove duplicate avformat_alloc_context() 14 years ago
  Gavin Kinsey df1768d0a2 Fix segmentation fault in ffprobe 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 90c6963dae avfilter picture pool: double free hotfix 14 years ago
  Michael Niedermayer 6cbe81999b Merge remote-tracking branch 'qatar/master' 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