31207 Commits (01151a26c03c5df85509150d393e039f574d005f)
 

Author SHA1 Message Date
Jason Garrett-Glaser 2702a6f114 H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFF 14 years ago
Jason Garrett-Glaser 7c9079ab4c H.264: fix 4:4:4 + deblocking + MBAFF 14 years ago
Jason Garrett-Glaser 932db25024 H.264: fix 4:4:4 cropping warning 14 years ago
Jason Garrett-Glaser 85a88f9c0c H.264: reference the correct SPS in decode_scaling_matrices 14 years ago
Jason Garrett-Glaser 3b79f2e2e9 H.264: fix bug in lossless 4:4:4 decoding 14 years ago
Philip Langdale b2ad33dead CrystalHD: Always identify H.264 streams as Annex B. 14 years ago
Philip Langdale 63e0697294 CrystalHD: Always send filtered H.264 stream to hardware. 14 years ago
Philip Langdale edf5fbd5b2 CrystalHD: Simplfy extradata handling for non-Annex B content. 14 years ago
Michael Niedermayer 043d2affbb Merge remote-tracking branch 'qatar/master' 14 years ago
ami_stuff 67e7dc5404 rawdec: Fix decoding of QT WRAW files. 14 years ago
Mans Rullgard f082a0fb42 configure: report optimization for size separately 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
Carl Eugen Hoyos 53d5cd2c82 mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers. 14 years ago
ami_stuff 7ac639654f mov: Support R10g codec identifier. 14 years ago
Kamil Nowosad a304a83362 riff/img2: Add JPEG 2000 codec IDs. 14 years ago
ami_stuff 2ea1ca1714 riff: Add DAVC fourcc. 14 years ago
Carl Eugen Hoyos 682a20114e riff: Add M263, XVIX, MMJP, CDV5 fourccs. 14 years ago
ami_stuff d352df0931 rawvideo: Support auv2 fourcc. 14 years ago
Michael Niedermayer 250cebeb3b release_notes: document not fully understood mingw-sdl issue 14 years ago
Diego Biurrun 087d93f568 swscale: Remove unused variable from ff_bfin_get_unscaled_swscale(). 14 years ago
Diego Biurrun 6371ce4b0f h264: Fix assert that failed to compile with -DDEBUG. 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
Daniel Kang 84e70ef004 h264: Add x86 assembly for 10-bit weight/biweight H.264 functions. 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
Mans Rullgard ea57502c82 fate: remove output redirections from old regtest scripts 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