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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-29Add doxy to av_log_missing_feature() etc. stating that the function isRonald S. Bultje
2009-06-29Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje
2009-06-29Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje
2009-06-29Revert r19149 "Disable native Vorbis encoder"David Conrad
2009-06-27Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:Carl Eugen Hoyos
2009-06-26Pitch delay decodingVladimir Voroshilov
2009-06-26Replace pitch_delay_int array with single variable.Vladimir Voroshilov
2009-06-25Rewrite doxy for av_strtod().Stefano Sabatini
2009-06-24Improve wording: s/reseted/resetHaruhiko Yamagata
2009-06-24LSF (Line Spectral Frequencies) decoding routine.Vladimir Voroshilov
2009-06-24Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata
2009-06-23Make documentation better match the code. Now AVCodecContext.sample_fmtBrian Crowell
2009-06-23Edge emulation should be used in B-frame MC in mspel mode withKostya Shishkov
2009-06-23Export av_strtod() to eval.h.Stefano Sabatini
2009-06-22Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new nameStefano Sabatini
2009-06-21Fetch timestamp for the first frame of field only if frame_offset andBaptiste Coudurier
2009-06-20Revert r19239: It broke four conformance tests.Carl Eugen Hoyos
2009-06-20Convertion of LSF values to coefficients of linear prediction filterVladimir Voroshilov
2009-06-20Fix H.264 picture reordering.Haruhiko Yamagata
2009-06-20Fix indentation after last commit.Carl Eugen Hoyos
2009-06-20Fix yamaha adpcm stereo (issue 1117).Yoshihisa Uchida
2009-06-20Make remaining run level decode comments doxygen commentsSascha Sommer
2009-06-20Simplify run level decoding:Sascha Sommer
2009-06-20Fix indentation after the previous commitSascha Sommer
2009-06-20Add support for escape coded wmapro run level coefficientsSascha Sommer
2009-06-20Introduce WMACoef typedef for decoded coefficientsSascha Sommer
2009-06-19Add support for encoding XSUB subtitles. Muxing support is still missing.Reimar Döffinger
2009-06-19Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger
2009-06-18G.729 decoding routine (skeleton, including parameters decoding).Vladimir Voroshilov
2009-06-18ARM: slightly faster NEON H264 horizontal loop filterMåns Rullgård
2009-06-17VC-1/WMV: Remove redundant ff_init_block_index() calls.Jason Garrett-Glaser
2009-06-17H.264: Fix memory leaks with multithreading.Alexander Strange
2009-06-16SSE version of clear_blocksJason Garrett-Glaser
2009-06-16VC-1/WMV3 decoding: don't clear blocks unless they're actually used.Jason Garrett-Glaser
2009-06-16idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser
2009-06-16Fix typo in vc1.c, make capitalization in warning/error messages more consist...Jason Garrett-Glaser
2009-06-15Fix unaligned accesses by doing bytewise access until aligned, thenRamiro Polla
2009-06-15print error when dv frame profile cannot be foundBaptiste Coudurier
2009-06-15check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier
2009-06-14Initialise MAD decode_block_intra() loop iterator to zero.Peter Ross
2009-06-14G.729 decoder initialization routine (skeleton)Vladimir Voroshilov
2009-06-14Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE,Vladimir Voroshilov
2009-06-14Do not guess the channel layout when getting its string value.Justin Ruggles
2009-06-13Remove the 3-front-channel layout from the list of channel layoutJustin Ruggles
2009-06-13Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits).Kostya Shishkov
2009-06-13Electronic Arts Madcow decoderPeter Ross
2009-06-13Cosmetics: Re-indent after last commitAlex Converse
2009-06-13Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can beAlex Converse
2009-06-12Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.Jason Garrett-Glaser
2009-06-12Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer