source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @633aa01f   13 years michaelni libavfilter: fix --enable-small Signed-off-by: Michael Niedermayer …
(edit) @7c6c4cf2   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Remove …
(edit) @7b4ee3a2   13 years mans Remove h264_lowres_idct_put/add functions Use of these has been …
(edit) @89cc8a31   13 years mans Remove snow/dwt test program This test program so full of programming …
(edit) @1b4a1709   13 years diego h264: remove some disabled code
(edit) @e23a05ab   13 years mans Fix incorrect max_lowres values Signed-off-by: Mans Rullgard …
(edit) @69619a13   13 years rsbultje matroskadec: fix integer underflow if header length < probe length. …
(edit) @045ef52e   13 years michaelni libx264.c: distinguish between x264 parameter errors. Signed-off-by: …
(edit) @9533026   13 years justin.ruggles cosmetics: indentation
(edit) @08a747af   13 years justin.ruggles eac3enc: use frame exponent strategy when applicable. This checks if …
(edit) @31b69928   13 years justin.ruggles cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables …
(edit) @d303e0af   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @29b42c66   13 years mans dsputil: fix ff_check_alignment() The change to LOCAL_ALIGNED means …
(edit) @257f274d   13 years nicolas.george Do not use AVFMT_FLAG_NONBLOCK for the output file. Restore the …
(edit) @3e9409b   13 years mans simple_idct: simplify some ifdeffery Signed-off-by: Mans Rullgard …
(edit) @dbb5ee8e   13 years mans simple_idct: remove code for DCTELEM != int16 DCTELEM can never be …
(edit) @47b71eea   13 years Reimar.Doeffinger Bink: clip AC coefficients during dequantization. Fixes artefacts …
(edit) @f04d4345   13 years Reimar.Doeffinger Remove a pointless/bad "static". It has no advantage and seems to …
(edit) @3f5dcde7   13 years mans Remove VLAs in ff_amrwb_lsp2lpc() Signed-off-by: Mans Rullgard …
(edit) @b13c6e33   13 years mans fate: make vsynth tests depend on only the relevant vref …
(edit) @76e25dbc   13 years diego rtsp: remove disabled code
(edit) @e463f0e9   13 years diego dsputil: restore mistakenly removed hunk of disabled code This …
(edit) @3c3daf4d   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @93263dc1   13 years stefano.sabatini-lala au: add computation for duration Signed-off-by: Stefano Sabatini …
(edit) @9bc8bcdd   13 years diego vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h …
(edit) @65083b49   13 years diego dsputil: remove disabled code
(edit) @c99c0e26   13 years diego tta: remove disabled code
(edit) @6eaaf8da   13 years diego gxfenc: place variable declarations before statements …
(edit) @8f62ef0f   13 years martin x86: Use LOCAL_ALIGNED in mpegvideo_mmx_template Signed-off-by: …
(edit) @172ee1da   13 years mans random_seed: use proper #includes Use <> for system headers, add …
(edit) @78accb87   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ffmpeg: …
(edit) @08e09ed7   13 years mans ffmpeg: fix some indentation Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @e9f98c90   13 years mans ffmpeg: fix operation with --disable-avfilter The width and height …
(edit) @e0ae2174   13 years diego simple_idct: remove disabled code
(edit) @473e547e   13 years diego motion_est: remove disabled code
(edit) @9cab9421   13 years diego vc1: remove disabled code
(edit) @0218808d   13 years mans fate: separate lavf-mxf_d10 test from lavf-mxf Signed-off-by: Mans …
(edit) @fc096e2e   13 years michaelni Revert "Do not decode RV30 files if the extradata is too small" This …
(edit) @fd065d3e   13 years diego cabac: Move code only used in the cabac test program to cabac.c.
(edit) @0a85804   13 years anton ffplay: warn that -pix_fmt is no longer working, suggest alternative …
(edit) @a4e540c4   13 years anton ffplay: warn that -s is no longer working, suggest alternative Also …
(edit) @25dfda7f   13 years anton lavf: rename enc variable in utils.c:has_codec_parameters() Rename it …
(edit) @dfc2c4d9   13 years anton lavf: use designated initialisers for all (de)muxers. It's more …
(edit) @62709956   13 years anton wav: remove a use of deprecated AV_METADATA_ macro
(edit) @412b4367   13 years anton rmdec: remove useless ap parameter from rm_read_header_old()
(edit) @2f07cb4d   13 years mans dct-test: remove write-only variable Signed-off-by: Mans Rullgard …
(edit) @bd39c076   13 years mans des: fix #if conditional around P_shuffle CONFIG_SMALL is always …
(edit) @58d7efdb   13 years mans Use LOCAL_ALIGNED in ff_check_alignment() Signed-off-by: Mans …
(edit) @15285d8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (22 …
(edit) @c31a5b23   13 years michaelni Revert "ffmpeg: get rid of a pointless limit on number of streams." …
(edit) @b57df29f   13 years stefano.sabatini-lala lavfi: add audio channel packing negotiation fields Signed-off-by: …
(edit) @8342a826   13 years diego arm: remove disabled function dct_unquantize_h263_inter_iwmmxt()
(edit) @4d4c7f8e   13 years diego Remove commented-out call to non-existing function print_pow1().
(edit) @7bda0c9a   13 years stefano.sabatini-lala mpegvideo: fix compilation after …
(edit) @289c600   13 years diego Do not decode RV30 files if the extradata is too small Signed-off-by: …
(edit) @900321b0   13 years Joakim Plate Don't mark generated dummy frame output from mpeg1/2 decoder as …
(edit) @8b973d49   13 years Joakim Plate Patch for memory leaks in DVB subtitles decoder Signed-off-by: Joakim …
(edit) @b8783b98   13 years diego flashsv: split flashsv_decode_block() off from flashsv_decode_frame().
(edit) @21aed0ed   13 years diego ppc: remove disabled code
(edit) @0523dc57   13 years diego libspeexdec: Drop const qualifier to silence compiler warning. …
(edit) @34e36f3a   13 years diego libopenjpeg: Drop const qualifier to silence compiler warning. …
(edit) @8b587fa2   13 years diego alac: Remove unused dummy code.
(edit) @356be930   13 years diego Remove unused structs and tables.
(edit) @f20418c3   13 years diego vaapi: do not assert on value read from input bitstream User-provided …
(edit) @86e8272a   13 years diego flashsvenc: replace bitstream description by a link to the …
(edit) @20a6f210   13 years diego flashsvenc: drop unnecessary cast
(edit) @0686515c   13 years diego flashsvenc: improve some variable names and fix corresponding comments
(edit) @59ef6bde   13 years diego flashsvenc: merge two consecutive if-conditions
(edit) @12e9bf3e   13 years diego flashsvenc: merge variable declarations and initializations
(edit) @b88523c2   13 years diego flashsvenc: convert some debug av_log() to av_dlog()
(edit) @3d5669c6   13 years diego flashsvenc: whitespace cosmetics
(edit) @4877356d   13 years diego flashsvenc: drop some unnecessary parentheses
(edit) @36ba39d1   13 years diego flashsvenc: fix some comment typos
(edit) @e5902d60   13 years mans aacps: skip some memcpy() if src and dst would be equal …
(edit) @d3bb7191   13 years anton lavf/utils: drop av_ prefixes from static functions.
(edit) @c3bec4cd   13 years anton avio: don't replicate avio_alloc_context functionality.
(edit) @32aef7d0   13 years michaelni ffmpeg: fix muxer private options (bug introduced by anton khirnov) …
(edit) @042f9d62   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @e6cc30c2   13 years michaelni wtvdec: also support big-sectors when fat depth is zero …
(edit) @e3bc07f4   13 years martin configure: Automatically add more flags required on symbian …
(edit) @66f6bab7   13 years diego mem.h: switch doxygen parameter order to match function prototype
(edit) @bee6d2fd   13 years diego doxygen: replace @sa tag by the more readable but equivalent @see
(edit) @ad4cd0c2   13 years diego doxygen: use Doxygen markup for authors and web links where appropriate
(edit) @b43ca2de   13 years stefano.sabatini-lala vf_mp: remove rgbtest wrapper The filter was integrated natively into …
(edit) @9dbe8d9e   13 years stefano.sabatini-lala lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs The …
(edit) @1b880796   13 years stefano.sabatini-lala vsrc_testsrc: perform some refactoring for simplifying sharing code …
(edit) @4bd2857   13 years stefano.sabatini-lala vf_mp: remove boxblur wrapper It is natively included in libavfilter.
(edit) @6168781f   13 years diego doxygen: do not include license boilerplate in Doxygen documentation
(edit) @ca5d57ef   13 years martin ac3enc: Mark AVClasses const Signed-off-by: Martin Storsjö …
(edit) @863e2046   13 years rsbultje ffserver: Replace two loops with one loop. Signed-off-by: Mike …
(edit) @daca3365   13 years martin ffmpeg: Fix the check for experimental codecs The variable 'codec' …
(edit) @baba2eed   13 years rsbultje swscale: extend mmx padding. Fixes a crash when forcing libc to …
(edit) @55eda370   13 years rsbultje swscale: clip unscaled colorspace conversion path. Prevents overflows …
(edit) @8bc3a480   13 years michaelni cmdutils: remove #if 0-ed conflict marger trash that i forgot …
(edit) @321b2a9d   13 years michaelni ffmpeg: loose lowres hackery Signed-off-by: Michael Niedermayer …
(edit) @99b9df52   13 years diego doxygen: misc consistency cosmetics
(edit) @a2f31564   13 years diego doc: remove file name from @file directive in Doxygen usage example …
(edit) @f6f95d4e   13 years diego doxygen: consistently place brief description
(edit) @ec679eb4   13 years diego doxygen: place empty line between brief description and detailed …
(edit) @5a819c5e   13 years diego avformat_open_input(): Add braces to shut up gcc warning. …
Note: See TracRevisionLog for help on using the revision log.