source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a37f7b62   14 years Carl Eugen Hoyos Support native DTS channel order when requested.
(edit) @f0eb373   14 years michaelni pixfmt-Comment: Fix big/little typo Found-by: kierank Signed-off-by: …
(edit) @7b874dcc   14 years michaelni ffv1: Add PIX_FMT_YUV420P9 support. Signed-off-by: Michael …
(edit) @7a3a259   14 years michaelni ffv1dec: output PIX_FMT_YUV422P10 and PIX_FMT_YUV420P10 when possible. …
(edit) @518cdff8   14 years michaelni Fix posix_memalign() usage when libavutil is compiled outside FFmpeg. …
(edit) @bcedf2e5   14 years michaelni asfdec: fix assert failure on invalid files Add an extra size …
(edit) @10291562   14 years michaelni Revert "asfdec: fix assert failure on invalid files" Reverting this …
(edit) @0b8002fd   14 years michaelni Add support for QT BMP 1bpp color mode Fix trac issue #188
(edit) @b7903ab1   14 years michaelni If a MP3 file contains the string NSVs, the NSV probe will think it is …
(edit) @612122b1   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: (32 commits) …
(edit) @4ea216e7   14 years michaelni libavformat/utils: Only consider dvb teletext timestamps for start …
(edit) @b8a4b015   14 years michaelni error concealment: check last pictures motion_val before using it. …
(edit) @1cafc232   14 years michaelni sws-PPC: fix after VOFW change. It seems sws-PPC did hardcode 2048 at …
(edit) @83630f79   14 years michaelni regtests: add grayscale qtrle Signed-off-by: Michael Niedermayer …
(edit) @ce10e858   14 years michaelni Added PIX_FMT_GRAY8 to the formats supported by the QuickTime RLE …
(edit) @1d14edb7   14 years michaelni Use VOFW 21503 as a default value for all types of the CPUs
(edit) @4f038fdc   14 years michaelni Add "DAVC" FourCC This FourCC is used by "mpegable AVC" codec and the …
(edit) @99e07a44   14 years michaelni Fix crash of interlaced MPEG2 decoding
(edit) @a18eff49   14 years michaelni av_compare_ts: Improve speed when calculations fit in 64bit. about …
(edit) @de545d24   14 years michaelni configure: Fix SDL detection on OSX and win32
(edit) @5705b020   14 years jason 10-bit H.264 x86 chroma v loopfilter asm Also delete some unused …
(edit) @f1e7822e   14 years michaelni fate: Disable h264-conformance-frext-pph10i4_panasonic_a. The file …
(edit) @9aa9104   14 years diego Port SMPTE S302M audio decoder from FFmbc 0.3.
(edit) @c77b858c   14 years michaelni h264pred: fix one more aliasing violation.
(edit) @0f6bbc5a   14 years michaelni h264-fate: Fix 10bit H264 tests on big endian. framecrc returns …
(edit) @b44c8ad2   14 years siretart Fix crash of interlaced MPEG2 decoding Problem description, …
(edit) @d2bf4289   14 years anton h264pred: fix one more aliasing violation. Signed-off-by: Anton …
(edit) @36dc49b7   14 years anton doc/APIchanges: fill in missing hashes and dates.
(edit) @880fa218   14 years anton flacenc: use proper initializers for AVOption default values. …
(edit) @c9e81d07   14 years anton lavc: deprecate named constants for deprecated antialias_algo.
(edit) @b75e53cc   14 years michaelni h264idct_template: fix include path Signed-off-by: Michael Niedermayer …
(edit) @083e715f   14 years siretart aac: workaround for compilation on cygwin On cygwin, math.h needs to …
(edit) @5c511ad4   14 years siretart swscale: extend YUV422p support to 10bits depth Signed-off-by: …
(edit) @d18e243f   14 years michaelni h264: merge _internal & template files. seems git missed them and we …
(edit) @b437f5b0   14 years diego tiff: add support for inverted FillOrder for uncompressed data Fix …
(edit) @bea70575   14 years diego Remove unused softfloat implementation. The softfloat functionality …
(edit) @2caf19e   14 years rsbultje h264pred: fix aliasing violations. Tested to fix Haiku H264/10bit …
(edit) @3b6bbfa0   14 years Carl Eugen Hoyos Check syntax even if DEBUG is not defined.
(edit) @e1e0ca70   14 years diego rotozoom: Eliminate French variable name.
(edit) @cbb0930   14 years diego rotozoom: Check return value of fread(). This fixes the warnings: …
(edit) @771339c   14 years diego rotozoom: Return an error value instead of calling exit().
(edit) @2131e859   14 years diego rotozoom: Make init_demo() return int and check for errors on invocation.
(edit) @5a37c12c   14 years diego rotozoom: Drop silly UINT8 typedef.
(edit) @e9c10459   14 years diego rotozoom: Drop some unnecessary parentheses.
(edit) @f628559d   14 years diego rotozoom: K&R coding style cosmetics
(edit) @0b4949b5   14 years martin rtsp: Only do keepalive using GET_PARAMETER if the server supports it …
(edit) @3fd62c6e   14 years anton ffmpeg: call pre_process_video_frame() only if decoding is needed In …
(edit) @2b95602e   14 years anton ffmpeg: reformat resample condition code in transcode() …
(edit) @9aa797cd   14 years anton ffmpeg: factorize resampling condition check in do_video_out() …
(edit) @c29c2eea   14 years anton ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet …
(edit) @2ecc5b70   14 years anton ffmpeg: improve reporting if size/pixel format changes Use av_log() …
(edit) @b568d6d9   14 years anton ffmpeg: warns the user when the selected pixel format is ignored …
(edit) @91199cf   14 years anton ffplay: add a dummy option -i so that it is easy to switch between …
(edit) @e3497907   14 years michaelni swscale: remove fork bug that i missed in the merge. Signed-off-by: …
(edit) @b9660e2a   14 years michaelni fix fate failures for 10bit H264 on some systems This is possibly a …
(edit) @59eb12fa   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: (30 commits) …
(edit) @ffc437c0   14 years alex.converse cosmetics: Fix crazy formatting in resample.
(edit) @3e00abab   14 years alex.converse Allow resampling with no channel count change for up to 8 channels.
(edit) @918a5409   14 years alex.converse Don't allow unsupported resampling configurations.
(edit) @9f3d6ca4   14 years jason Port x86 10-bit H.264 deblock asm from x264
(edit) @8ad77b65   14 years jason Update x86 H.264 deblock asm Includes AVX versions from x264.
(edit) @580fa76c   14 years baptiste.coudurier Allocate per codec options, now that options are freed between inputs …
(edit) @3732c483   14 years michaelni error_concealment: Use previous pictures motion vectors when the …
(edit) @a811ec7c   14 years michaelni Merging branch 'ffmpeg-mt/master' Just some cosmetics & comments, the …
(edit) @b5e08992   14 years Carl Eugen Hoyos "Initialize" copy_tb like the other global variables.
(edit) @aa909d30   14 years stefano.sabatini-lala tiff: prefer enum TiffCompr over int for TiffContext.compr Help …
(edit) @1e97700f   14 years stefano.sabatini-lala tiff: remove duplicated author information, fix @file doxy
(edit) @687ff547   14 years stefano.sabatini-lala tiff: perform minor cleanups in the header Add link to official …
(edit) @b50217f   14 years stefano.sabatini-lala 8svx: remove pointless comments
(edit) @48dce860   14 years stefano.sabatini-lala 8svx: add links to documentation resources
(edit) @baa10302   14 years stefano.sabatini-lala 8svx: remove duplicated author/file information
(edit) @70b10db2   14 years stefano.sabatini-lala iff: remove get_image_data() and get_image_size() wrappers Remove one …
(edit) @8b1171e9   14 years stefano.sabatini-lala iff: remove get_palette_size() wrapper Remove one level of …
(edit) @83294a32   14 years stefano.sabatini-lala iff: remove pointless get_palette_data() wrapper Also rename variable …
(edit) @002e1f1e   14 years michaelni motion_est: fix ffmpeg compilation with DEBUG defined Remove the …
(edit) @3d929a60   14 years Reimar.Doeffinger mpegaudio: remove frame_count variable and its only usage, it is always 0.
(edit) @b6675279   14 years anton AVOptions: make default_val a union, as proposed in AVOption2. This …
(edit) @dc05b6a   14 years michaelni Added oggpagesize option for Ogg encoding. Allows setting a preferred …
(edit) @eeaba924   14 years michaelni ffmpeg: Fix -t with files that do not have any timestamps. This for …
(edit) @b27b54de   14 years rsbultje arm/h264pred: add missing argument type.
(edit) @7bea13f1   14 years michaelni swscale: Fix scaling for unscaled dithered planar convertions. This …
(edit) @86b29553   14 years rsbultje h264dsp_mmx: place bracket outside #if/#endif block. Should fix …
(edit) @ecc29730   14 years rsbultje lavf/utils: fix ff_interleave_compare_dts corner case. This should …
(edit) @23d10ce0   14 years rsbultje fate: add 10-bit H264 tests.
(edit) @e86fbe17   14 years rsbultje h264: do not print "too many references" warning for intra-only. …
(edit) @d545cf80   14 years rsbultje Enable decoding of high bit depth h264. This patch completes the high …
(edit) @19a0729b   14 years rsbultje Adds 8-, 9- and 10-bit versions of some of the functions used by the …
(edit) @fcc0224e   14 years rsbultje Add support for higher QP values in h264. In high bit depth, the QP …
(edit) @6e3ef511   14 years rsbultje Add the notion of pixel size in h264 related functions. In high bit …
(edit) @44ca80df   14 years rsbultje Make the h264 loop filter bit depth aware. Preparatory patch for high …
(edit) @87ce8b49   14 years rsbultje Template dsputil_template.c with respect to pixel size, etc. …
(edit) @5d4bd9cc   14 years rsbultje Template h264idct_template.c with respect to pixel size, etc. …
(edit) @de3e7607   14 years rsbultje Preparatory patch for high bit depth h264 decoding support. …
(edit) @325eefa2   14 years rsbultje Move some functions in dsputil.c into a new file dsputil_template.c. …
(edit) @15fb393b   14 years rsbultje Move the functions in h264idct into a new file h264idct_template.c. …
(edit) @5ada2524   14 years rsbultje Move the functions in h264pred.c into a new file h264pred_template.c. …
(edit) @563c72da   14 years rsbultje Preparatory patch for high bit depth h264 decoding support. …
(edit) @42239ce   14 years rsbultje Add pixel formats for 9- and 10-bit yuv420p. Also add support for …
(edit) @e39e3aba   14 years rsbultje Choose h264 chroma dc dequant function dynamically. Needed for high …
(edit) @dd561441   14 years rsbultje h264: DSP'ize MBAFF loopfilter.
Note: See TracRevisionLog for help on using the revision log.