21304 Commits (55d2e32a409e62f19af0e0032a2b1f8f201465fb)
 

Author SHA1 Message Date
Kostya Shishkov e96f885aa0 Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data, 15 years ago
Justin Ruggles 3b6c5ad2f6 Move variable declaration to inside of loop. 15 years ago
Justin Ruggles 025873738f Cosmetics: Rename some variables. 15 years ago
Justin Ruggles b5f4639b13 Simplify coupling band loop. 15 years ago
Justin Ruggles 09e03847b9 Remove unneeded table lookup. 15 years ago
Justin Ruggles 444ce49a7a Cosmetics: Rename some variables to be more descriptive of their use. 15 years ago
Justin Ruggles 4e745ea83e Move some variable declarations to inside of loops. 15 years ago
Justin Ruggles 3538a2e47a Remove unneeded variable. 15 years ago
Justin Ruggles 84cb4bc6a2 Cosmetics: Rename some variables to be more descriptive of their use. 15 years ago
Justin Ruggles 8a547c25a0 Remove some unneeded variables. 15 years ago
Justin Ruggles 403b1543b5 Cosmetics: Rename some variables 15 years ago
Justin Ruggles f805d5fc9d simplify 2 lines into 1 using FFMIN 15 years ago
Justin Ruggles 612bdf1808 Cosmetics: Do some basic pretty-printing. 15 years ago
Justin Ruggles bf8643838b Simplify by combining increment with array access. 15 years ago
Justin Ruggles 89e6317b5b cosmetics: Rename some variables to be more descriptive of their use. Do some 15 years ago
Justin Ruggles a7e7417c41 Move 2 variable declarations to inside of loop. 15 years ago
Justin Ruggles 20520421a1 simplify by combining increment with array access 15 years ago
Justin Ruggles be5830ea7a Remove unneeded variable 15 years ago
Justin Ruggles b05e4195d4 Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set. 15 years ago
Stefano Sabatini 7087a0f525 Add a -loglevel command line option to ffserver. 15 years ago
Justin Ruggles 65935bc729 simplify format string for writing pix_fmt string. 15 years ago
Baptiste Coudurier a42bf19134 100l, typo 15 years ago
haim alon 7b5252ce3e Export mov/mp4 major and compatible brands as metadata. 15 years ago
Måns Rullgård f331cec47d ARM: NEON optimised vector_clipf 15 years ago
Måns Rullgård 0a07e9d012 WMA: remove some unused variables 15 years ago
Måns Rullgård b9b1ad9cd8 ARM: NEON optimised vector_fmul_reverse 15 years ago
Stefano Sabatini 13d41a194e Document the -loglevel option in the ffmpeg man page. 15 years ago
Stefano Sabatini 5a6d66640c Add a -loglevel command line option to ffplay. 15 years ago
Reimar Döffinger a55247e761 Specify maximum sample rate of MLP by defining the factor relative to 48000 15 years ago
Kostya Shishkov a8c7a3d2c1 Fix decoding of TIFF CCITT RLE compressed data. 15 years ago
Justin Ruggles 84e30ef992 Align pix_fmt list by allowing one more char for the pix_fmt name. 15 years ago
Reimar Döffinger ef530829f8 Remove ff_realloc_static, it is no longer used and since it was declared 15 years ago
Reimar Döffinger 1e224c5480 Reindent. 15 years ago
Reimar Döffinger e518a49f34 Remove a piece of code left-over from the removed alloc'd static vlc table code. 15 years ago
Vitor Sessak f49bcde63b Reindent code folowing previous commit (r20019) 15 years ago
Vitor Sessak b11d40d12e Factorize duplicated code in at1_imdct_block() 15 years ago
Maksym Veremeyenko fbec307f6c Allow decoding of 625/50 (PAL) with video_stype==1. 15 years ago
Carl Eugen Hoyos 486168877e Fix reading VDR files (broken since r19000). 15 years ago
Kostya Shishkov a58e96be0e Support both LSB and MSB orders for TIFF CCITT G.x compressed data. 15 years ago
Alex Converse d38b7b80d1 Check if a git-svn revision number is available to try to get better version 15 years ago
Reimar Döffinger 98422c44cf Fix possible buffer over-read in vorbis_comment, fix it double to be sure. 15 years ago
Reimar Döffinger 595324e143 Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and 15 years ago
Reimar Döffinger 80bc3bbc2e Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec 15 years ago
Reimar Döffinger 2f9bbdd25c Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC. 15 years ago
Reimar Döffinger c05df6895f Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static 15 years ago
Reimar Döffinger 9c3068c80e Use INIT_VLC_STATIC where easily possible in svq1dec 15 years ago
Mike Melanson 0efbd068e7 Make sure that all memory allocations succeed. 15 years ago
Kostya Shishkov 22da339f5d Take into account real number of colours when reading BMP palette. 15 years ago
Anton Khirnov 20c6837880 id3v2: Add support for UTF-16 encoding. 15 years ago
Anton Khirnov 9aa1bcce51 id3v2: Use 0 instead of '\0'. 15 years ago