summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Reindent code folowing previous commit (r20019)Vitor Sessak2009-09-24
* Factorize duplicated code in at1_imdct_block()Vitor Sessak2009-09-24
* Allow decoding of 625/50 (PAL) with video_stype==1.Maksym Veremeyenko2009-09-24
* Fix reading VDR files (broken since r19000).Carl Eugen Hoyos2009-09-24
* Support both LSB and MSB orders for TIFF CCITT G.x compressed data.Kostya Shishkov2009-09-24
* Check if a git-svn revision number is available to try to get better versionAlex Converse2009-09-24
* Fix possible buffer over-read in vorbis_comment, fix it double to be sure.Reimar Döffinger2009-09-24
* Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages andReimar Döffinger2009-09-24
* Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1decReimar Döffinger2009-09-24
* Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC.Reimar Döffinger2009-09-24
* Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since staticReimar Döffinger2009-09-24
* Use INIT_VLC_STATIC where easily possible in svq1decReimar Döffinger2009-09-24
* Make sure that all memory allocations succeed.Mike Melanson2009-09-24
* Take into account real number of colours when reading BMP palette.Kostya Shishkov2009-09-24
* id3v2: Add support for UTF-16 encoding.Anton Khirnov2009-09-23
* id3v2: Use 0 instead of '\0'.Anton Khirnov2009-09-23
* id3v2: check for enough space to write full UTF-8 characters.Anton Khirnov2009-09-23
* Fix format string to match the types printed.Reimar Döffinger2009-09-23
* Make sure priv_data is freed and codec is set to NULL in case of failure of a...Michael Niedermayer2009-09-23
* Check submap indexes.Google Chrome2009-09-23
* ARM: NEON optimised int32_to_float_fmul_scalarMåns Rullgård2009-09-23
* AAC: minor simplification in PNS decodingMåns Rullgård2009-09-23
* configure: fix tms470 flag mapping for soft-floatMåns Rullgård2009-09-23
* Make error return sign consistent.Michael Niedermayer2009-09-23
* Check begin/end/partition_size.Google Chrome2009-09-23
* Fix >= vs > check of coded_fragment_list_index.Google Chrome2009-09-23
* Remove unused variables, fixes the warnings:Diego Biurrun2009-09-23
* Fix init_get_bits() buffer size.Google Chrome2009-09-23
* Check res_setup->books.Google Chrome2009-09-23
* Check masterbook index and subclass book index.Google Chrome2009-09-23
* Add checks for per-packet mode indexes and per-header mode mapping indexes.Google Chrome2009-09-23
* Check classbook value.Google Chrome2009-09-23
* Set data_size to 0 to avoid having it uninitialized.Michael Niedermayer2009-09-23
* Check data_size in decode_frame_mp3on4().Michael Niedermayer2009-09-23
* check data_size in decode_frame()Michael Niedermayer2009-09-23
* ARM: improve armcc detectionMåns Rullgård2009-09-23
* Fix book_idx check.Google Chrome2009-09-23
* Sanity checks for magnitude and angle.Google Chrome2009-09-23
* = -> == typo.Google Chrome2009-09-23
* WMA: use DSPContext.butterflies_floatMåns Rullgård2009-09-23
* Cosmetics: Fix typo.Carl Eugen Hoyos2009-09-23
* Check num_units_in_tick/time_scale to be valid and within the range we support.Michael Niedermayer2009-09-23
* Correctly print number of remaining bytes in oggparsevorbis instead of alwaysReimar Döffinger2009-09-23
* Add support for new x264 API.Jason Garrett-Glaser2009-09-23
* Check dimensions against 0 too.Michael Niedermayer2009-09-23
* Check validity of channels & samplerate.Michael Niedermayer2009-09-23
* Another micro-optimization for unpack_vlcs(): Eliminate a possibleMike Melanson2009-09-23
* Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_misma...Michael Niedermayer2009-09-22
* Set compiler version string for supported non-gcc compilersMåns Rullgård2009-09-22
* ARM: NEON optimised scalarproduct_floatMåns Rullgård2009-09-22