summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clear_block mmxLoren Merritt2008-12-1010-25/+56
* fix progressive jpeg:Loren Merritt2008-12-102-45/+202
* AAC: move scratch array to context to ensure 16-byte alignmentMåns Rullgård2008-12-102-1/+2
* Remove useless inline qualifier, fixes linking with gcc 4.3.Alexis Ballier2008-12-091-1/+1
* AAC: Use a sign LUT rather than 1-2*get_bits1()Alex Converse2008-12-091-4/+5
* AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.Alex Converse2008-12-091-9/+26
* AAC: Remove unnecessary fabsf()Alex Converse2008-12-091-1/+1
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-087-27/+58
* add mpeg2 fourcc and aac format tag from asfBen Littler2008-12-081-0/+2
* cosmetics: alignment after last commitJustin Ruggles2008-12-083-13/+13
* ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles2008-12-083-6/+15
* Remove unnecessary ret variable.Stefano Sabatini2008-12-071-6/+4
* bind to the multicast address if possibleJindřich Makovička2008-12-071-2/+8
* Do not attempt to decode RV30/40 B-frames without anchors.Kostya Shishkov2008-12-071-0/+2
* documentation: update documentation for minimal w32api version.Ramiro Polla2008-12-071-1/+1
* mingw: update w32api to 3.13Ramiro Polla2008-12-072-14/+2
* COSMETICSReynaldo H. Verdejo Pinochet2008-12-071-17/+15
* mlp: cosmetics: remove {}s over one-lined if.Ramiro Polla2008-12-071-2/+1
* mlp: support bit-depths greater than 16 by default.Ramiro Polla2008-12-072-5/+5
* Remove static variable and a printf using it. See "[PATCH] asf.c: moveRonald S. Bultje2008-12-061-2/+0
* Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.Ronald S. Bultje2008-12-064-7/+11
* Do not access s->gb directly in functions that have a local copy of thatRonald S. Bultje2008-12-061-2/+2
* ac3dec: simplify exponent bounds checkingJustin Ruggles2008-12-061-1/+1
* mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.Mathieu Velten2008-12-062-3/+3
* ac3dec: add missing feature log message for block start infoJustin Ruggles2008-12-061-0/+1
* ac3dec: use skip_bits_long() for block start bitsJustin Ruggles2008-12-061-1/+1
* ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().Justin Ruggles2008-12-061-3/+6
* cosmetics: vertical alignmentJustin Ruggles2008-12-061-1/+1
* cosmetics: reindent after last commitJustin Ruggles2008-12-061-2/+2
* ac3dec: detect out-of-range exponentsJustin Ruggles2008-12-061-4/+10
* ARM: remove some useless commentsMåns Rullgård2008-12-061-10/+10
* Make decoding run of pixels in MS RLE saner.Kostya Shishkov2008-12-061-3/+1
* Print out some errors found during MS RLE decodingKostya Shishkov2008-12-061-2/+6
* AASC can contain raw data in addition to MS-RLEKostya Shishkov2008-12-061-1/+19
* Check that cpb_count is within the allowed range.Michael Niedermayer2008-12-051-3/+12
* add VX1K h263 and DMK2 mpeg4 avi fourccsBen Littler2008-12-051-0/+2
* Fix FF_OPT_TYPE_INT64 support of defaults.Michael Niedermayer2008-12-051-0/+5
* Fix an overflow in the predictor.Jai Menon2008-12-051-1/+2
* Silence some ICC warnings. Patch by Vitor Sessak.Vitor Sessak2008-12-041-2/+2
* Add expected const qualifier on 'buf' to match AVCodec.decode's declaration.Reynaldo H. Verdejo Pinochet2008-12-041-2/+2
* Recognize pnm file as images.Carl Eugen Hoyos2008-12-041-0/+1
* COSMETICS, add missing remarks crediting Ben and KenanReynaldo H. Verdejo Pinochet2008-12-043-0/+4
* Fraps version 3 seems to be the same as Fraps v5Kostya Shishkov2008-12-041-2/+3
* WRAW fourccBaptiste Coudurier2008-12-041-0/+2
* partial WRAW fourcc support, might need image flippingBaptiste Coudurier2008-12-041-0/+1
* silence gcc warning: ‘n_bands’ may be used uninitializedJustin Ruggles2008-12-041-1/+1
* ac3dec: use uint8_t for band sizesJustin Ruggles2008-12-041-3/+4
* Removes misleading const qualifier, gets rid of two compiler warningsReynaldo H. Verdejo Pinochet2008-12-041-1/+1
* Add necessary header for av_set_program_name and av_program_add_stream_index.Diego Biurrun2008-12-031-0/+1
* add fourccs from avi filesBen Littler2008-12-031-0/+14
OpenPOWER on IntegriCloud