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
2009-09-27simplify format string for writing pix_fmt string.Justin Ruggles
2009-09-26ARM: NEON optimised vector_clipfMåns Rullgård
2009-09-26WMA: remove some unused variablesMåns Rullgård
2009-09-26ARM: NEON optimised vector_fmul_reverseMåns Rullgård
2009-09-26Specify maximum sample rate of MLP by defining the factor relative to 48000Reimar Döffinger
2009-09-26Fix decoding of TIFF CCITT RLE compressed data.Kostya Shishkov
2009-09-25Align pix_fmt list by allowing one more char for the pix_fmt name.Justin Ruggles
2009-09-25Remove ff_realloc_static, it is no longer used and since it was declaredReimar Döffinger
2009-09-25Reindent.Reimar Döffinger
2009-09-25Remove a piece of code left-over from the removed alloc'd static vlc table code.Reimar Döffinger
2009-09-25Reindent code folowing previous commit (r20019)Vitor Sessak
2009-09-25Factorize duplicated code in at1_imdct_block()Vitor Sessak
2009-09-24Allow decoding of 625/50 (PAL) with video_stype==1.Maksym Veremeyenko
2009-09-24Support both LSB and MSB orders for TIFF CCITT G.x compressed data.Kostya Shishkov
2009-09-24Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages andReimar Döffinger
2009-09-24Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1decReimar Döffinger
2009-09-24Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC.Reimar Döffinger
2009-09-24Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since staticReimar Döffinger
2009-09-24Use INIT_VLC_STATIC where easily possible in svq1decReimar Döffinger
2009-09-24Make sure that all memory allocations succeed.Mike Melanson
2009-09-24Take into account real number of colours when reading BMP palette.Kostya Shishkov
2009-09-23Fix format string to match the types printed.Reimar Döffinger
2009-09-23Make sure priv_data is freed and codec is set to NULL in case of failure of a...Michael Niedermayer
2009-09-23Check submap indexes.Google Chrome
2009-09-23ARM: NEON optimised int32_to_float_fmul_scalarMåns Rullgård
2009-09-23AAC: minor simplification in PNS decodingMåns Rullgård
2009-09-23Make error return sign consistent.Michael Niedermayer
2009-09-23Check begin/end/partition_size.Google Chrome
2009-09-23Fix >= vs > check of coded_fragment_list_index.Google Chrome
2009-09-23Remove unused variables, fixes the warnings:Diego Biurrun
2009-09-23Fix init_get_bits() buffer size.Google Chrome
2009-09-23Check res_setup->books.Google Chrome
2009-09-23Check masterbook index and subclass book index.Google Chrome
2009-09-23Add checks for per-packet mode indexes and per-header mode mapping indexes.Google Chrome
2009-09-23Check classbook value.Google Chrome
2009-09-23Set data_size to 0 to avoid having it uninitialized.Michael Niedermayer
2009-09-23Check data_size in decode_frame_mp3on4().Michael Niedermayer
2009-09-23check data_size in decode_frame()Michael Niedermayer
2009-09-23Fix book_idx check.Google Chrome
2009-09-23Sanity checks for magnitude and angle.Google Chrome
2009-09-23= -> == typo.Google Chrome
2009-09-23WMA: use DSPContext.butterflies_floatMåns Rullgård
2009-09-23Cosmetics: Fix typo.Carl Eugen Hoyos
2009-09-23Check num_units_in_tick/time_scale to be valid and within the range we support.Michael Niedermayer
2009-09-23Add support for new x264 API.Jason Garrett-Glaser
2009-09-23Check dimensions against 0 too.Michael Niedermayer
2009-09-23Check validity of channels & samplerate.Michael Niedermayer
2009-09-23Another micro-optimization for unpack_vlcs(): Eliminate a possibleMike Melanson
2009-09-23Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_misma...Michael Niedermayer
2009-09-23ARM: NEON optimised scalarproduct_floatMåns Rullgård