source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0d84a8f6   16 years baptiste.coudurier increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm …
(edit) @cb5b96cd   16 years baptiste.coudurier Prevent dts generation code to be executed when delay is > …
(edit) @ebc22cc2   16 years pross Electronic Arts demuxer: support SxEN audio tags found in 'Need for …
(edit) @3b4b1137   16 years pross Fix CODEC_ID_PCM_U8 decoder output size calculation to support …
(edit) @8d36d36e   16 years stefano.sabatini-lala Add to the ffmpeg docs an usage example showing how to extract images …
(edit) @6819af82   16 years pross Electronic Arts demuxer: perform identification of ADPCM EA R2 codec …
(edit) @a07f1178   16 years pross Electronic Arts demuxer: ignore PTxx platform ID values. Originally …
(edit) @d3302b7   16 years pross Support Electronic Arts files containing MPEG2VIDEO. Originally …
(edit) @81b060fa   16 years lorenm align the audio decoding buffer, since some codecs write to it with …
(edit) @72745cff   16 years lorenm use float_to_int16_interleave in ac3 Originally committed as revision …
(edit) @916d5d6c   16 years lorenm use imdct_half in ac3 Originally committed as revision 14705 to …
(edit) @862b98d4   16 years lorenm cosmetics in dsp init Originally committed as revision 14704 to …
(edit) @d46ac5bf   16 years lorenm mdct wrapper function to match fft Originally committed as revision …
(edit) @0a570e82   16 years lorenm remove mdct tmp buffer Originally committed as revision 14702 to …
(edit) @e8dd7b0c   16 years lorenm remove a float->double->float conversion. 1.8x faster imdct_c with …
(edit) @46803f4f   16 years lorenm optimize imdct_half: remove tmp buffer. skip fft reinterleave pass, …
(edit) @49c0dd75   16 years lorenm indent Originally committed as revision 14699 to …
(edit) @5d0ddd1a   16 years lorenm split-radix FFT c is 1.9x faster than previous c (on various x86 …
(edit) @bafad220   16 years lorenm import yasm macros from x264 Originally committed as revision 14697 …
(edit) @304d586   16 years lorenm yasm buildsystem Originally committed as revision 14696 to …
(edit) @9edae4ad   16 years robert.swain Synchronise code with AAC decoder in SoC Originally committed as …
(edit) @9cc04edf   16 years robert.swain More OKed hunks of the AAC decoder from SoC Originally committed as …
(edit) @3f66d168   16 years Roman R. Fixing the units in DV50 tables (both coordinates are supposed to be …
(edit) @5e8ecfde   16 years pross Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. …
(edit) @d557838c   16 years Roman R. Coalescing the un-weighting and de-quantization steps for faster …
(edit) @76c655fb   16 years kostya.shishkov Simplify colour conversion in Fraps as suggested by Michael …
(edit) @29671011   16 years michaelni The deblock filter does not need all the intra availability stuff so …
(edit) @faa7e394   16 years michaelni Simplify constrained_intra_pred code in fill_caches(). Originally …
(edit) @d1d10e91   16 years michaelni Support MBAFF + constrained intra prediction. (no i would not have …
(edit) @697c7cd   16 years robert.swain Bump minor version as av_log_missing_feature() was added to public API …
(edit) @ea779d91   16 years robert.swain Add a generic function to lavc to log messages about missing features. …
(edit) @af176191   16 years kostya.shishkov R and B components are stored as a differences to G component in Fraps …
(edit) @beca9a28   16 years michaelni Mask bits of reference indexes properly to avoid negative numbers …
(edit) @e248cb60   16 years michaelni Remove a few more lines of unneeded code in fill_caches() for MBAFF. …
(edit) @1b46683   16 years banan FOURCC addition: added 3IV2, another mpeg4 id. …
(edit) @d50cdd8   16 years michaelni Use the correct reference tables for interlaced MBAFF MBs in the loop …
(edit) @d9d9a8c0   16 years pross Add MDEC tags to Electronic Arts demuxer. Originally committed as …
(edit) @0281d325   16 years michaelni Do not execute the part of fill_caches() for the loopfilter that …
(edit) @8163c870   16 years stefano.sabatini-lala Cosmetics: move at the beginning of the file the av_frac_* functions, …
(edit) @3d11b8ce   16 years michaelni Remove more code that has become useless after the pairless MBAFF loop …
(edit) @7fc332c7   16 years stefano.sabatini-lala Remove reference to the unsupported master format from ffserver.conf. …
(edit) @cc0591da   16 years robert.swain Sync already committed code with that in SoC and commit more OKed …
(edit) @5f7f971   16 years michaelni Remove odd pairwise deblock filtering applied to MBAFF MBs. …
(edit) @44015c56   16 years Aurélien Jacobs matroskadec: add basic tags support (metadata) Originally committed …
(edit) @4f5c72e8   16 years pross PCM regression tests. Originally committed as revision 14671 to …
(edit) @76eb5c05   16 years stefano.sabatini-lala Cosmetics: fix weird indent. Originally committed as revision 14670 …
(edit) @540f1c7b   16 years stefano.sabatini-lala Implement avfilter_version(). Originally committed as revision 14669 …
(edit) @b3b990b6   16 years stefano.sabatini-lala Implement avdevice_version(). Originally committed as revision 14668 …
(edit) @c97429e   16 years stefano.sabatini-lala Implement avformat_version(). Originally committed as revision 14667 …
(edit) @96afa6b   16 years stefano.sabatini-lala Doxygenate avcodec_version(). Originally committed as revision 14666 …
(edit) @7f0026d   16 years stefano.sabatini-lala Implement avutil_version(). Originally committed as revision 14665 to …
(edit) @3241ec1d   16 years stefano.sabatini-lala Cosmetics: make a v4l2 error message consistent with r14647. …
(edit) @c57c4897   16 years benoit.fouet Change OSS long names. Originally committed as revision 14663 to …
(edit) @ec7e2582   16 years baptiste.coudurier fix 4:2:2 psnr Originally committed as revision 14662 to …
(edit) @b80b5692   16 years baptiste.coudurier remove mxf.c, previously copied to mxfdec.c Originally committed as …
(edit) @3ee573a3   16 years pross Add simpler/cleaner/faster F32BE encoding/decoding. Originally …
(edit) @ff66caab   16 years pross Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total …
(edit) @13dbd9b7   16 years pross Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] …
(edit) @bc02bc86   16 years benoit.fouet Remove unused redefinition of av_log for test. Originally committed …
(edit) @0f680571   16 years benoit.fouet Remove useless 'channels' assignment. Originally committed as …
(edit) @d09ea6ba   16 years baptiste.coudurier rename mxf.c to mxfdec.c Originally committed as revision 14655 to …
(edit) @5c5b173   16 years mans Maintain pointer to end of AVFormatContext.packet_buffer list This …
(edit) @b888abe1   16 years vitor1001 Cosmetics: rename loop counters in eval_refl() Originally committed …
(edit) @bdb34c9f   16 years vitor1001 Simplify eval_refl(): do not store a buffer value in a var when the …
(edit) @aa425ada   16 years vitor1001 Simplify eval_refl(): s/b == 0/!b/ Originally committed as revision …
(edit) @40812fdc   16 years vitor1001 Simplify range checking in eval_refl(). Before the condition b == 0 …
(edit) @d70875c8   16 years vitor1001 Cosmetics: reindent Originally committed as revision 14649 to …
(edit) @7e05617a   16 years vitor1001 Simplify do_output_subblock(): Remove a unneeded memcpy Originally …
(edit) @99423fa0   16 years stefano.sabatini-lala Distinguish the error reporting for the cases of wrong size and wrong …
(edit) @e78d651f   16 years stefano.sabatini-lala Distinguish the error reporting for the cases of wrong size and wrong …
(edit) @c3b9f5fb   16 years benoit.fouet Remove a useless directive. Originally committed as revision 14645 to …
(edit) @2daefd2c   16 years benoit.fouet Cosmetics: indentation Originally committed as revision 14644 to …
(edit) @bbf020e9   16 years pross Add Electronic Arts TGV chunk tags to EA demuxer. Originally …
(edit) @cfc78718   16 years pross Electronic Arts TGV decoder Originally committed as revision 14642 to …
(edit) @6ba10f33   16 years pross Add av_memcpy_backptr(): deliberately overlapping memcpy variant. …
(edit) @c0f0b34b   16 years vitor1001 Simplify eval_refl(): return directly when needed instead of storing …
(edit) @2f1cad0   16 years vitor1001 Simplify rms(): merge a few operations in the same statement …
(edit) @b4d46e8c   16 years vitor1001 Cosmetical simplification in t_sqrt() Originally committed as …
(edit) @438abda   16 years vitor1001 Check available size before writing in decode_frame() Originally …
(edit) @8089c652   16 years vitor1001 Check *data_size in decode_frame() Originally committed as revision …
(edit) @59917046   16 years vitor1001 Cosmetics: alignment Originally committed as revision 14635 to …
(edit) @e3751aa6   16 years vitor1001 Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. …
(edit) @00a3431c   16 years Aurélien Jacobs matroskadec: use av_freep(&x) instead of av_free(x);x=NULL Originally …
(edit) @b8702539   16 years Aurélien Jacobs matroskadec: replace matroska_queue_packet with a single call to …
(edit) @77c3fb90   16 years baptiste.coudurier add dv 4:1:1 regression test Originally committed as revision 14631 …
(edit) @b91758de   16 years baptiste.coudurier 100l, fix test, ref values were done with mv0, dunno how this slipped …
(edit) @2cce68f8   16 years baptiste.coudurier add mpeg2 4:2:2 regression test Originally committed as revision …
(edit) @95aad5d1   16 years diego Fix small typo. Originally committed as revision 14628 to …
(edit) @9cc440bf   16 years michaelni Prevent low delay from being used with mpeg1. Originally committed as …
(edit) @71e9a1b8   16 years robert.swain OKed sections of code from the SoC AAC decoder Originally committed …
(edit) @fed3f06   16 years robert.swain Move shared tables to aactab.c and add declarations to aactab.h. Also …
(edit) @589ce6e6   16 years robert.swain AAC definitions and structures that have been OKed from the SoC AAC …
(edit) @2ccd25d0   16 years michaelni Use local variabes for *stride, where local variables exist. …
(edit) @7d54ecc9   16 years michaelni indent Originally committed as revision 14622 to …
(edit) @9b5fab91   16 years michaelni Simplify l1mv/l1ref calculation. Originally committed as revision …
(edit) @c210fa6   16 years michaelni simplify y_shift/ref_shift code Originally committed as revision …
(edit) @cc615d2c   16 years michaelni indent Originally committed as revision 14619 to …
(edit) @d00eac6c   16 years michaelni Factorize some code between temporal and spatial direct mode. …
(edit) @4e0e6888   16 years pross Support muxing of Zork PCM audio into RIFF formats. Originally …
(edit) @5968d2dd   16 years diego misc spelling/grammar fixes Originally committed as revision 14616 to …
Note: See TracRevisionLog for help on using the revision log.