summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Cosmetics: Rename some variablesJustin Ruggles2009-09-27
* simplify 2 lines into 1 using FFMINJustin Ruggles2009-09-27
* Cosmetics: Do some basic pretty-printing.Justin Ruggles2009-09-27
* Simplify by combining increment with array access.Justin Ruggles2009-09-27
* cosmetics: Rename some variables to be more descriptive of their use. Do someJustin Ruggles2009-09-27
* Move 2 variable declarations to inside of loop.Justin Ruggles2009-09-27
* simplify by combining increment with array accessJustin Ruggles2009-09-27
* Remove unneeded variableJustin Ruggles2009-09-27
* Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set.Justin Ruggles2009-09-27
* Add a -loglevel command line option to ffserver.Stefano Sabatini2009-09-26
* simplify format string for writing pix_fmt string.Justin Ruggles2009-09-26
* 100l, typoBaptiste Coudurier2009-09-26
* Export mov/mp4 major and compatible brands as metadata.haim alon2009-09-26
* ARM: NEON optimised vector_clipfMåns Rullgård2009-09-26
* WMA: remove some unused variablesMåns Rullgård2009-09-26
* ARM: NEON optimised vector_fmul_reverseMåns Rullgård2009-09-26
* Document the -loglevel option in the ffmpeg man page.Stefano Sabatini2009-09-26
* Add a -loglevel command line option to ffplay.Stefano Sabatini2009-09-26
* Specify maximum sample rate of MLP by defining the factor relative to 48000Reimar Döffinger2009-09-26
* Fix decoding of TIFF CCITT RLE compressed data.Kostya Shishkov2009-09-26
* Align pix_fmt list by allowing one more char for the pix_fmt name.Justin Ruggles2009-09-25
* Remove ff_realloc_static, it is no longer used and since it was declaredReimar Döffinger2009-09-24
* Reindent.Reimar Döffinger2009-09-24
* Remove a piece of code left-over from the removed alloc'd static vlc table code.Reimar Döffinger2009-09-24
* 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