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 (Expand)Author
2008-04-09Fix H.264 interframe decoding when compiling with icc. Patch by LorenLoren Merritt
2008-04-08Fix reference to a file in MPlayer that was renamed.Diego Biurrun
2008-04-08add CODEC_ID_DIRACMichael Niedermayer
2008-04-08Correction of typo in aac_ac3_parserBartlomiej Wolowiec
2008-04-08Increase alignment for DCT block arrays from 8 to 16Alexander Strange
2008-04-08Add a missing comma in tiff_encoder.pix_fmtsStefano Sabatini
2008-04-08replace some ifeq with prettier ifdefMåns Rullgård
2008-04-08append TESTS-yes to TESTS; one ifeq lessMåns Rullgård
2008-04-08non-recursive makefilesMåns Rullgård
2008-04-08Corrections of errors in aac_ac3_parserBartlomiej Wolowiec
2008-04-06change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec
2008-04-04Disable the split function. This should end the mpeg1/2 global header issues.Michael Niedermayer
2008-04-03Decode stuff from extradata as well.Michael Niedermayer
2008-04-03Factorize code a little.Michael Niedermayer
2008-04-03use common aac sample rate tablesAurelien Jacobs
2008-04-02Do not use the mlib IDCT by default. We do not want videos which are onlyMichael Niedermayer
2008-04-01use mpeg4audio common code in aac parserBaptiste Coudurier
2008-04-01mpeg4audio common codeBaptiste Coudurier
2008-04-01h264 chroma mc ssse3Loren Merritt
2008-04-01Remove flexible array member from Escape 124Eli Friedman
2008-03-31minor typo fixesDiego Biurrun
2008-03-31cosmetics: Write some Doxygen comments in a more compact fashion.Diego Biurrun
2008-03-31Fix a bunch of typos in comments.Diego Biurrun
2008-03-31Remove redundant #ifdef around the complete file.Diego Biurrun
2008-03-31Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.Diego Biurrun
2008-03-31help gcc-2.95Michael Niedermayer
2008-03-31Escape 124 (RPL) decoderEli Friedman
2008-03-31remove redundant context variableJustin Ruggles
2008-03-308SVX decoderJai Menon
2008-03-30change rle encoder to count up to 127, sgi does not support 128Baptiste Coudurier
2008-03-30Use 15-bit LPC precision by default. This generally gives better compressionJustin Ruggles
2008-03-30Altivec and SSE2 require 16-byte alignment, so make sure they get itAlexander Strange
2008-03-30check mm_flags for each DCT and skips the ones that can't be runAlexander Strange
2008-03-30get rid of the useless DCT_ERROR() macroAlexander Strange
2008-03-30Fix closed gop flag disapearence.Michael Niedermayer
2008-03-28change name from stream type to frame type in AC3 codeBartlomiej Wolowiec
2008-03-28removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec
2008-03-27only allocate context input buffer if AVCodecContext.error_reslience is great...Justin Ruggles
2008-03-26cosmetics: indentation after last commitJustin Ruggles
2008-03-26additional protection from segmentation faults and memory access errors byJustin Ruggles
2008-03-26Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun
2008-03-25Return an error when realloc fails.Andy Gocke
2008-03-25Set mm_flags in dct-test to fix floating math.Alexander Strange
2008-03-25Fix possible heap overflow caused by av_fast_realloc()Michael Niedermayer
2008-03-25adding lacking include to aac3_parser.cBartlomiej Wolowiec
2008-03-25using EAC3_STREAM_TYPE_* instead of numbersBartlomiej Wolowiec
2008-03-25using stream type in eac3 parserBartlomiej Wolowiec
2008-03-24pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be usedMatthieu Castet
2008-03-23Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles
2008-03-22Fix typo in variable name: blured --> blurred.Diego Biurrun