29821 Commits (ce10e858a756f28b4d56e610152c9f7c9bae2643)
 

Author SHA1 Message Date
John Horigan ce10e858a7 Added PIX_FMT_GRAY8 to the formats supported by the QuickTime RLE encoder 14 years ago
ami_stuff 1d14edb724 Use VOFW 21503 as a default value for all types of the CPUs 14 years ago
ami_stuff 4f038fdc23 Add "DAVC" FourCC 14 years ago
anatoly 99e07a4453 Fix crash of interlaced MPEG2 decoding 14 years ago
Michael Niedermayer a18eff49c0 av_compare_ts: Improve speed when calculations fit in 64bit. 14 years ago
Kyle de545d2491 configure: Fix SDL detection on OSX and win32 14 years ago
Michael Niedermayer f1e7822e17 fate: Disable h264-conformance-frext-pph10i4_panasonic_a. 14 years ago
Ronald S. Bultje c77b858c4c h264pred: fix one more aliasing violation. 14 years ago
Michael Niedermayer 0f6bbc5a06 h264-fate: Fix 10bit H264 tests on big endian. 14 years ago
Michael Niedermayer b75e53cc43 h264idct_template: fix include path 14 years ago
Michael Niedermayer d18e243f62 h264: merge _internal & template files. 14 years ago
Reimar Döffinger 3b6bbfa063 Check syntax even if DEBUG is not defined. 14 years ago
Michael Niedermayer e3497907ef swscale: remove fork bug that i missed in the merge. 14 years ago
Ronald S. Bultje b9660e2ac5 fix fate failures for 10bit H264 on some systems 14 years ago
Michael Niedermayer 59eb12faff Merge remote branch 'qatar/master' 14 years ago
Baptiste Coudurier 580fa76c5c Allocate per codec options, now that options are freed between inputs and outputs. 14 years ago
Michael Niedermayer 3732c48304 error_concealment: Use previous pictures motion vectors when the current ones have been lost. 14 years ago
Multiple Authors a811ec7cb5 Merging branch 'ffmpeg-mt/master' 14 years ago
Robert Leatherwood b5e089924f "Initialize" copy_tb like the other global variables. 14 years ago
Stefano Sabatini aa909d300f tiff: prefer enum TiffCompr over int for TiffContext.compr 14 years ago
Stefano Sabatini 1e97700fba tiff: remove duplicated author information, fix @file doxy 14 years ago
Stefano Sabatini 687ff547fc tiff: perform minor cleanups in the header 14 years ago
Stefano Sabatini b50217f6f7 8svx: remove pointless comments 14 years ago
Stefano Sabatini 48dce86065 8svx: add links to documentation resources 14 years ago
Stefano Sabatini baa1030286 8svx: remove duplicated author/file information 14 years ago
Stefano Sabatini 70b10db24c iff: remove get_image_data() and get_image_size() wrappers 14 years ago
Stefano Sabatini 8b1171e93e iff: remove get_palette_size() wrapper 14 years ago
Stefano Sabatini 83294a3251 iff: remove pointless get_palette_data() wrapper 14 years ago
Maksym Veremeyenko 002e1f1eb3 motion_est: fix ffmpeg compilation with DEBUG defined 14 years ago
Reimar Döffinger 3d929a607a mpegaudio: remove frame_count variable and its only usage, it is always 0. 14 years ago
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Andres Gonzalez dc05b6af3d Added oggpagesize option for Ogg encoding. Allows setting a preferred page size. When set, if an Ogg stream buffer has enough data, a page is made, instead of filling maximum-size pages. 14 years ago
Michael Niedermayer eeaba924b7 ffmpeg: Fix -t with files that do not have any timestamps. 14 years ago
Ronald S. Bultje b27b54de31 arm/h264pred: add missing argument type. 14 years ago
Michael Niedermayer 7bea13f111 swscale: Fix scaling for unscaled dithered planar convertions. 14 years ago
Ronald S. Bultje 86b29553f8 h264dsp_mmx: place bracket outside #if/#endif block. 14 years ago
Vitor Sessak ecc297308f lavf/utils: fix ff_interleave_compare_dts corner case. 14 years ago
Ronald S. Bultje 23d10ce015 fate: add 10-bit H264 tests. 14 years ago
Ronald S. Bultje e86fbe1751 h264: do not print "too many references" warning for intra-only. 14 years ago
Oskar Arvidsson d545cf804c Enable decoding of high bit depth h264. 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Oskar Arvidsson fcc0224e4f Add support for higher QP values in h264. 14 years ago
Oskar Arvidsson 6e3ef511d7 Add the notion of pixel size in h264 related functions. 14 years ago
Oskar Arvidsson 44ca80df34 Make the h264 loop filter bit depth aware. 14 years ago
Oskar Arvidsson 87ce8b495f Template dsputil_template.c with respect to pixel size, etc. 14 years ago
Oskar Arvidsson 5d4bd9cc89 Template h264idct_template.c with respect to pixel size, etc. 14 years ago
Oskar Arvidsson de3e760720 Preparatory patch for high bit depth h264 decoding support. 14 years ago
Oskar Arvidsson 325eefa2ca Move some functions in dsputil.c into a new file dsputil_template.c. 14 years ago
Oskar Arvidsson 15fb393be6 Move the functions in h264idct into a new file h264idct_template.c. 14 years ago
Oskar Arvidsson 5ada25245d Move the functions in h264pred.c into a new file h264pred_template.c. 14 years ago