summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* general.texi: use "the FFmpeg libraries" in place of enumerating themStefano Sabatini2011-06-231-1/+1
* general.texi: apply minor formatting fix in the MinGW sectionStefano Sabatini2011-06-231-2/+2
* This is to match gcc's {athlon64,k8,opteron}-sse3 -march flags.Alexis Ballier2011-06-221-1/+1
* Use HAVE_TEN_OPERANDS for new decode_significance* functions.Carl Eugen Hoyos2011-06-222-2/+2
* Revert needless API change in 05e84c95.Reimar Döffinger2011-06-221-1/+2
* ffplay: use new avformat_open_* API.Anton Khirnov2011-06-221-23/+9
* vf_mp: do not add duplicated pixel formats.Clément Bœsch2011-06-221-1/+6
* lavfi: minor style fixes in formats.cStefano Sabatini2011-06-221-11/+11
* CrystalHD: Always identify H.264 streams as Annex B.Philip Langdale2011-06-211-6/+2
* CrystalHD: Always send filtered H.264 stream to hardware.Philip Langdale2011-06-211-9/+13
* CrystalHD: Simplfy extradata handling for non-Annex B content.Philip Langdale2011-06-211-18/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-2212-37/+402
|\
| * rawdec: Fix decoding of QT WRAW files.ami_stuff2011-06-212-2/+3
| * configure: report optimization for size separatelyMans Rullgard2011-06-211-1/+1
| * mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos2011-06-212-0/+5
| * mov: Support R10g codec identifier.ami_stuff2011-06-211-0/+1
| * riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad2011-06-212-0/+2
| * riff: Add DAVC fourcc.ami_stuff2011-06-211-0/+1
| * riff: Add M263, XVIX, MMJP, CDV5 fourccs.Carl Eugen Hoyos2011-06-211-0/+4
| * rawvideo: Support auv2 fourcc.ami_stuff2011-06-212-0/+2
| * swscale: Remove unused variable from ff_bfin_get_unscaled_swscale().Diego Biurrun2011-06-211-2/+0
| * h264: Fix assert that failed to compile with -DDEBUG.Diego Biurrun2011-06-211-1/+1
| * h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang2011-06-213-0/+383
| * fate: remove output redirections from old regtest scriptsMans Rullgard2011-06-215-32/+16
* | ffplay: do not init SDL audio if -an is specified.Clément Bœsch2011-06-211-0/+2
* | Fix zero-length gnu_printf format string warning.Clément Bœsch2011-06-213-3/+3
* | A cmp instruction with two constants is invalid, thus "g" constraintReimar Döffinger2011-06-211-4/+4
* | release_notes: document not fully understood mingw-sdl issueMichael Niedermayer2011-06-211-0/+2
* | release_notes: some updatesMichael Niedermayer2011-06-211-8/+15
* | presets: forgotten libvpx presetsMichael Niedermayer2011-06-215-0/+84
* | release_notes: fix versionMichael Niedermayer2011-06-211-1/+1
* | release_notes: mention more codecsMichael Niedermayer2011-06-211-1/+2
* | release_notes: there will be 2 releases each for one ABI/API.Michael Niedermayer2011-06-211-1/+3
* | release_notes: suggest git log instead of the poorly maintained APIChangesMichael Niedermayer2011-06-211-1/+2
* | release_notes: we do support releasesMichael Niedermayer2011-06-211-5/+5
* | build system: disable memalign on haiku, its not reliable there.Michael Niedermayer2011-06-211-0/+5
* | ffprobe: remove duplicate avformat_alloc_context()Michael Niedermayer2011-06-211-2/+0
* | Fix segmentation fault in ffprobeGavin Kinsey2011-06-211-0/+1
* | wma: fix infinite loopMichael Niedermayer2011-06-211-3/+3
* | Fix H.264 4:4:4 lossless decoding.Jason Garrett-Glaser2011-06-211-1/+1
* | libx264: fix open gop default.Michael Niedermayer2011-06-211-1/+1
* | avfilter picture pool: double free hotfixMichael Niedermayer2011-06-211-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-2121-435/+288
|\ \ | |/
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-2012-16/+16
| * x86: cabac: fix register constraints for 32-bit modeMans Rullgard2011-06-202-3/+3
| * cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard2011-06-203-132/+173
| * x86: h264: cast pointers to intptr_t rather than intMans Rullgard2011-06-201-3/+3
| * x86: h264: remove hardcoded edi in decode_significance_8x8_x86()Mans Rullgard2011-06-201-25/+26
| * x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()Mans Rullgard2011-06-201-31/+34
| * x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()Mans Rullgard2011-06-201-35/+37
OpenPOWER on IntegriCloud