source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @35f6c154   15 years ramiro.polla Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). Patch …
(edit) @991e579c   15 years ramiro.polla Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). Patch …
(edit) @5333450c   15 years Reimar.Doeffinger Use memcpy to copy till end of line in one go instead of copying pixel …
(edit) @7a656933   15 years schreter cosmetic changes (indentation, doxygen comments, braces, put …
(edit) @64b8e620   15 years Reimar.Doeffinger Slightly simplify detection of end of compressed data in xan_unpack …
(edit) @bb991087   15 years Reimar.Doeffinger Make vp3 arrays static const where possible. Originally committed as …
(edit) @8444059f   15 years Reimar.Doeffinger Remove useless ulti_decode_end function. Originally committed as …
(edit) @61e8efd3   15 years Reimar.Doeffinger Search for ipmovie signature beyond the start of the file. This allows …
(edit) @78bfe6c3   15 years Reimar.Doeffinger Extend ipmovie signature to match exactly one place in mve files that …
(edit) @d87d5025   15 years diego prettyprinting cosmetics Originally committed as revision 19767 to …
(edit) @bbb0bdd5   15 years saschasommer fix handling of packet loss when the output buffer is full Originally …
(edit) @9244370a   15 years saschasommer reindent Originally committed as revision 19765 to …
(edit) @42ea9681   15 years saschasommer remove no longer needed debug output Originally committed as revision …
(edit) @7551a559   15 years saschasommer reduce output buffer needs (fixes playback of some multichannel files) …
(edit) @20169324   15 years saschasommer store packet GetBitContext in the decoder context Originally …
(edit) @d2a47a57   15 years justin.ruggles Remove fake Speex header creation from FLV demuxer. Having it there …
(edit) @1d07029f   15 years justin.ruggles Add frame_size as a codec parameter requirement for Speex in …
(edit) @83614f2d   15 years diego Reduce pointless verbosity after seeks in the MP3 decoder. Originally …
(edit) @5ce6934   15 years ramiro.polla Add a newline in error message in CHECKED_ALLOC(Z). Originally …
(edit) @315fa33f   15 years ramiro.polla Indent. Originally committed as revision 19757 to …
(edit) @a9decf00   15 years ramiro.polla Use if(0){} instead of #if 0 to prevent debug code to rot. Originally …
(edit) @d6ee035d   15 years justin.ruggles libspeex: Do not set AVCodecContext.frame_size in decoder init if …
(edit) @e69bb386   15 years mans configure: fix check for x264 libx264 recently started mangling the …
(edit) @e0b1d660   15 years diego cosmetics: indentation and other prettyprinting fixes Originally …
(edit) @c1061cc7   15 years saschasommer add missing wmapro decoder parts Originally committed as revision …
(edit) @ee155011   15 years diego whitespace cosmetics, prettyprinting Originally committed as revision …
(edit) @f4258b13   15 years diego Update ffv1 codec long name in the documentation as well. Originally …
(edit) @7c6208d4   15 years diego Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long …
(edit) @f2086fb5   15 years Carl Eugen Hoyos Fix incorrect display of ASF/WMV duration after r12926. Patch by Josh …
(edit) @c6dbbc45   15 years justin.ruggles Add function to compute ceil(log2(x)). Patch by Thilo Borgmann …
(edit) @13695827   15 years kostya.shishkov Convert ZERO8x2 macro into inline function Originally committed as …
(edit) @23638d87   15 years Reimar.Doeffinger Remove unused variable. Originally committed as revision 19745 to …
(edit) @b7eb7ef6   15 years kostya.shishkov Zeroing pic->motion_val in RV3/4 causes alignment problems on some …
(edit) @20622c4a   15 years kostya.shishkov Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing …
(edit) @67c2c5bb   15 years ramiro.polla Curly brackets cosmetics for previous commit. Originally committed as …
(edit) @1ddb5747   15 years ramiro.polla Check for return value of initFilter(). Originally committed as …
(edit) @dd653355   15 years ramiro.polla Revert mistakenly commited hunk. Originally committed as revision …
(edit) @7248797c   15 years ramiro.polla swscale: Check for return values of malloc. Originally committed as …
(edit) @e48a0966   15 years ramiro.polla Add CHECKED_ALLOC macro. It works the same as CHECKED_ALLOCZ except …
(edit) @6833385d   15 years justin.ruggles Store the frame size in the LibSpeexContext in case the header does …
(edit) @e78516c6   15 years mans One declaration of mm_flags is enough Originally committed as …
(edit) @4e36a5b4   15 years mans Move declarations of some mmx functions to dsputil_mmx.h Originally …
(edit) @5b1b0147   15 years mans Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16 …
(edit) @111641a9   15 years ramiro.polla swscale-example: Free memory used by input data. Originally committed …
(edit) @0607b090   15 years ramiro.polla Restore comment that was partially removed. Originally committed as …
(edit) @c4d6d318   15 years mans Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16 The …
(edit) @5c3b5e30   15 years justin.ruggles Use the output data type to determine the maximum number of samples …
(edit) @13db8750   15 years justin.ruggles Add myself as maintainer for libspeexdec.c Originally committed as …
(edit) @eb5f3c54   15 years justin.ruggles Modify the Ogg/Speex demuxer and the libspeex decoder so that they …
(edit) @dd0e43e   15 years alex.converse Re-add search_for_ms to the coefficients encoders to silence warnings …
(edit) @bf8202f3   15 years vitor1001 Formatting K&R fixes Originally committed as revision 19732 to …
(edit) @9263a05   15 years vitor1001 Mark "i" parameter of vector_clipf_sse() as early-clobber Originally …
(edit) @d3b60aa6   15 years vitor1001 100l, revision 19728 added a bug that broke twinvq decoding. I forgot …
(edit) @50e23ae9   15 years vitor1001 Mark parameter src of vector_clipf() as const Originally committed as …
(edit) @0a68cd8   15 years vitor1001 SSE optimized vector_clipf(). 10% faster TwinVQ decoding. Originally …
(edit) @8fc9376c   15 years lorenm indent Originally committed as revision 19727 to …
(edit) @2f17f9c1   15 years lorenm 1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on …
(edit) @ae925315   15 years diego whitespace cosmetics Originally committed as revision 19725 to …
(edit) @21c6a025   15 years mans Remove useless alignment from MpegEncContext.intra_scantable The …
(edit) @608be2ac   15 years schreter Cosmetic changes in read_seek* routines. Originally committed as …
(edit) @5dd3707b   15 years Carl Eugen Hoyos Decoder for LPCM as used in Bluray discs. Patch by Christian Schmidt, …
(edit) @2fee538a   15 years Carl Eugen Hoyos Fix comments after switching from CABAC to range coder in r3658. …
(edit) @85fecafe   15 years saschasommer add decode_coeffs() Originally committed as revision 19719 to …
(edit) @f53e96ed   15 years saschasommer merge 2-channel M/S stereo decoding code with the multichannel version …
(edit) @b97e0d7f   15 years mans 4xm: provide 16-byte alignment where required Originally committed as …
(edit) @95d36bdb   15 years mans dsputil: declare some arrays 16-byte aligned These arrays are passed …
(edit) @20e7c8ae   15 years mans Remove some unnecessary alignment specifiers None of these arrays are …
(edit) @4a3178b0   15 years Carl Eugen Hoyos Always allocate a buffer of AVPALETTE_SIZE for palette in the Bluray …
(edit) @7f4fca03   15 years Reimar.Doeffinger Increase maximum encoded subtitle size from 64 kB to 1 MB. Fixes …
(edit) @63a78ef   15 years Reimar.Doeffinger 100l typo, xsub encoder printed end time hours where minutes should …
(edit) @64e657fd   15 years Reimar.Doeffinger 100l, inv_zigzag_direct16 must be aligned to 16 bytes for …
(edit) @8b03c014   15 years Reimar.Doeffinger Make sure that start_display_time is 0 by moving its value onto pts. …
(edit) @44ed34b7   15 years Reimar.Doeffinger Check for seek failures in avi_load_index, otherwise if the index …
(edit) @d5a30f86   15 years Reimar.Doeffinger Reindent. Originally committed as revision 19708 to …
(edit) @c7d28f43   15 years Reimar.Doeffinger Remove now dead code. Originally committed as revision 19707 to …
(edit) @b0231614   15 years Reimar.Doeffinger Apply r19642 also pgssubdec: Make sure AVSubtitle is initialized, …
(edit) @a13e6870   15 years mans mdec: remove unused members from struct MDECContext Originally …
(edit) @dd36b88b   15 years mans Remove explicit init to zero of static inv_zigzag_direct16 Originally …
(edit) @b979e4a2   15 years diego whitespace cosmetics Originally committed as revision 19703 to …
(edit) @6aa33347   15 years baptiste.coudurier return AVERROR(ENOMEM) if stream could not be allocated Originally …
(edit) @b01c7b75   15 years baptiste.coudurier check av_new_stream return value, patch by Kent Mein, mein at cs dot …
(edit) @7305d97f   15 years diego Do not read index chunks as audio/video data; closes issue 1336. patch …
(edit) @c58b82a2   15 years Carl Eugen Hoyos Add Bluray Subtitle Support Patch by Stephen Backway, stev391 A …
(edit) @49056037   15 years Reimar.Doeffinger Mark video from .mtv files correctly as upside-down. Originally …
(edit) @cf5ec607   15 years mans mpegts: change variable-length array to fixed length The difference …
(edit) @afe08a72   15 years mans PPC: remove unnecessary alignment on local variables Storing a single …
(edit) @ce78113d   15 years vitor1001 Cosmetics: add some whitespace around operators Originally committed …
(edit) @429eeecd   15 years Aurélien Jacobs matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks …
(edit) @e2644407   15 years Aurélien Jacobs matroskadec: factorize some code Originally committed as revision …
(edit) @deb1b2b6   15 years diego Add necessary #include for config.h. Originally committed as revision …
(edit) @b662e839   15 years mans PPC: simplify loading some values into altivec registers Instead of …
(edit) @1feec476   15 years diego Add missing header to fix 'make checkheaders'. Originally committed …
(edit) @89fb9516   15 years ramiro.polla swscale-example: Rename src->ref so as to not confuse with src being …
(edit) @7da35acd   15 years ramiro.polla swscale-example: Use SWS_BILINEAR instead of hardcoded value. …
(edit) @d98fe8ec   15 years mans Add myself as maintainer for AVR32 and MIPS Originally committed as …
(edit) @98ef6079   15 years mans configure: fix filter() function when matching multiple patterns This …
(edit) @bce7b696   15 years mans Add PIC flags early so tests they affect give correct results This is …
(edit) @c7312933   15 years mans Include required headers in {mips,ppc}/mathops.h Originally committed …
(edit) @95f2c769   15 years mans Skip headers requiring external libs not present in checkheaders …
(edit) @566ae9fb   15 years mans configure: simplify directory creation for out of tree builds …
Note: See TracRevisionLog for help on using the revision log.