Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-12mlpdec: Split filter parameters from context into their own struct.Ramiro Polla
Originally committed as revision 14716 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atmBaptiste Coudurier
Originally committed as revision 14715 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,Baptiste Coudurier
this fixes overflow in AVStream->pts_buffer. Originally committed as revision 14714 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: ↵Peter Ross
Pro Street' computer game. Originally committed as revision 14713 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of ↵Peter Ross
samples. Originally committed as revision 14712 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12Add to the ffmpeg docs an usage example showing how to extract imagesStefano Sabatini
from a video. Originally committed as revision 14711 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using ↵Peter Ross
revision2 flag. Originally committed as revision 14710 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12Electronic Arts demuxer: ignore PTxx platform ID values.Peter Ross
Originally committed as revision 14709 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12Support Electronic Arts files containing MPEG2VIDEO.Peter Ross
Originally committed as revision 14708 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12align the audio decoding buffer, since some codecs write to it with simdLoren Merritt
Originally committed as revision 14707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12use float_to_int16_interleave in ac3Loren Merritt
Originally committed as revision 14706 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12use imdct_half in ac3Loren Merritt
Originally committed as revision 14705 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12cosmetics in dsp initLoren Merritt
Originally committed as revision 14704 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12mdct wrapper function to match fftLoren Merritt
Originally committed as revision 14703 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12remove mdct tmp bufferLoren Merritt
Originally committed as revision 14702 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12remove a float->double->float conversion.Loren Merritt
1.8x faster imdct_c with fpmath=sse, no change with x87 Originally committed as revision 14701 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12optimize imdct_half:Loren Merritt
remove tmp buffer. skip fft reinterleave pass, leaving data in a format more convenient for simd. merge post-rotate with post-reorder. Originally committed as revision 14700 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12indentLoren Merritt
Originally committed as revision 14699 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12split-radix FFTLoren Merritt
c is 1.9x faster than previous c (on various x86 cpus), sse is 1.6x faster than previous sse. Originally committed as revision 14698 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12import yasm macros from x264Loren Merritt
Originally committed as revision 14697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12yasm buildsystemLoren Merritt
Originally committed as revision 14696 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-11Synchronise code with AAC decoder in SoCRobert Swain
Originally committed as revision 14695 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-11More OKed hunks of the AAC decoder from SoCRobert Swain
Originally committed as revision 14694 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-11Fixing the units in DV50 tables (both coordinates areRoman Shaposhnik
supposed to be in units of 8 pixels) and simplifying the calculations of y_ptr and c_offset. Originally committed as revision 14693 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-11Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.Peter Ross
Originally committed as revision 14692 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-11Coalescing the un-weighting and de-quantization steps for fasterRoman Shaposhnik
processing Originally committed as revision 14691 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-11Simplify colour conversion in Fraps as suggested by MichaelKostya Shishkov
Originally committed as revision 14690 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-11The deblock filter does not need all the intra availability stuff so doMichael Niedermayer
not recalculate it. Originally committed as revision 14689 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-11Simplify constrained_intra_pred code in fill_caches().Michael Niedermayer
Originally committed as revision 14688 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-11Support MBAFF + constrained intra prediction.Michael Niedermayer
(no i would not have tried to implement this had i known what mess it is) fixes at least: CAMACI3_Sony_C Originally committed as revision 14687 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-11Bump minor version as av_log_missing_feature() was added to public API inRobert Swain
r14685 Originally committed as revision 14686 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-11Add a generic function to lavc to log messages about missing features.Justin Ruggles
Patch by Justin Ruggles (justin ruggles gmail com) Originally committed as revision 14685 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-10R and B components are stored as a differences to G component in Fraps v5.Kostya Shishkov
This fixes roundup issue 574. Originally committed as revision 14684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-10Mask bits of reference indexes properly to avoid negative numbers entanglingMichael Niedermayer
each other. Fixes at least: CAMA1_TOSHIBA_B cama1_vtc_c CAMA3_Sand_E cama3_vtc_b CAMASL3_Sony_B CVMA1_TOSHIBA_B CVMAQP3_Sony_D cvmp_mot_mbaff0_full_B FRExt/HCAMFF1_HHI FRExt/HCHP3_HHI_A FRExt/HVLCMFF0_Sony_B Originally committed as revision 14683 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-10Remove a few more lines of unneeded code in fill_caches() for MBAFF.Michael Niedermayer
Also document why the remaining related part is apparently needed. Originally committed as revision 14682 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-10FOURCC addition: added 3IV2, another mpeg4 id. ↵Benjamin Larsson
incoming/video_3iv2/video_3iv2.avi Originally committed as revision 14681 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-10Use the correct reference tables for interlaced MBAFF MBs in the loop filter.Michael Niedermayer
Fixes at least CAMP_MOT_MBAFF_L30 CAMP_MOT_MBAFF_L31 FRExt/FREXT01_JVC_D Originally committed as revision 14680 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-10Add MDEC tags to Electronic Arts demuxer.Peter Ross
Originally committed as revision 14679 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-10Do not execute the part of fill_caches() for the loopfilter that overwritesMichael Niedermayer
reference indexes and motion vectors. Fixes at least: CVMAQP2_Sony_G Originally committed as revision 14678 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-10Cosmetics: move at the beginning of the file the av_frac_* functions, avoidStefano Sabatini
the forward declarations. Originally committed as revision 14677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-09Remove more code that has become useless after the pairless MBAFF loopMichael Niedermayer
filter cleanup. Originally committed as revision 14676 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-09Remove reference to the unsupported master format from ffserver.conf.Stefano Sabatini
Originally committed as revision 14675 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-09Sync already committed code with that in SoC and commit more OKed hunks of codeRobert Swain
Originally committed as revision 14674 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-09Remove odd pairwise deblock filtering applied to MBAFF MBs.Michael Niedermayer
Originally committed as revision 14673 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-09matroskadec: add basic tags support (metadata)Aurelien Jacobs
Originally committed as revision 14672 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-09PCM regression tests.Peter Ross
Originally committed as revision 14671 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-08Cosmetics: fix weird indent.Stefano Sabatini
Originally committed as revision 14670 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-08Implement avfilter_version().Stefano Sabatini
Originally committed as revision 14669 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-08Implement avdevice_version().Stefano Sabatini
Originally committed as revision 14668 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-08Implement avformat_version().Stefano Sabatini
Originally committed as revision 14667 to svn://svn.ffmpeg.org/ffmpeg/trunk