summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.Vitor Sessak2008-12-11
* Avoid _t in typedef typeReimar Döffinger2008-12-11
* remove _t for POSIX compatibility.Michael Niedermayer2008-12-11
* Fix indenting.Ronald S. Bultje2008-12-11
* Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.Diego Biurrun2008-12-11
* Use "struct gxf_stream_info" instead of "st_info_t",Reimar Döffinger2008-12-11
* Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c ...Reimar Döffinger2008-12-11
* add 'ACDV' FourCC (which is just complete JPEG files in individual AVIMike Melanson2008-12-11
* move structure definitions in their own headerBaptiste Coudurier2008-12-11
* cosmeticsBaptiste Coudurier2008-12-11
* use dsp clear_blockBaptiste Coudurier2008-12-11
* use dsp clear_blockBaptiste Coudurier2008-12-11
* Fix compilation with only Theora decoder enabledDavid Conrad2008-12-11
* Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.Kenan Gillet2008-12-11
* clear_block mmxLoren Merritt2008-12-10
* fix progressive jpeg:Loren Merritt2008-12-10
* AAC: move scratch array to context to ensure 16-byte alignmentMåns Rullgård2008-12-10
* Remove useless inline qualifier, fixes linking with gcc 4.3.Alexis Ballier2008-12-09
* AAC: Use a sign LUT rather than 1-2*get_bits1()Alex Converse2008-12-09
* AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.Alex Converse2008-12-09
* AAC: Remove unnecessary fabsf()Alex Converse2008-12-09
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-08
* add mpeg2 fourcc and aac format tag from asfBen Littler2008-12-08
* cosmetics: alignment after last commitJustin Ruggles2008-12-08
* ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles2008-12-08
* Remove unnecessary ret variable.Stefano Sabatini2008-12-07
* bind to the multicast address if possibleJindřich Makovička2008-12-07
* Do not attempt to decode RV30/40 B-frames without anchors.Kostya Shishkov2008-12-07
* documentation: update documentation for minimal w32api version.Ramiro Polla2008-12-07
* mingw: update w32api to 3.13Ramiro Polla2008-12-07
* COSMETICSReynaldo H. Verdejo Pinochet2008-12-07
* mlp: cosmetics: remove {}s over one-lined if.Ramiro Polla2008-12-07
* mlp: support bit-depths greater than 16 by default.Ramiro Polla2008-12-07
* Remove static variable and a printf using it. See "[PATCH] asf.c: moveRonald S. Bultje2008-12-06
* Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.Ronald S. Bultje2008-12-06
* Do not access s->gb directly in functions that have a local copy of thatRonald S. Bultje2008-12-06
* ac3dec: simplify exponent bounds checkingJustin Ruggles2008-12-06
* mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.Mathieu Velten2008-12-06
* ac3dec: add missing feature log message for block start infoJustin Ruggles2008-12-06
* ac3dec: use skip_bits_long() for block start bitsJustin Ruggles2008-12-06
* ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().Justin Ruggles2008-12-06
* cosmetics: vertical alignmentJustin Ruggles2008-12-06
* cosmetics: reindent after last commitJustin Ruggles2008-12-06
* ac3dec: detect out-of-range exponentsJustin Ruggles2008-12-06
* ARM: remove some useless commentsMåns Rullgård2008-12-06
* Make decoding run of pixels in MS RLE saner.Kostya Shishkov2008-12-06
* Print out some errors found during MS RLE decodingKostya Shishkov2008-12-06
* AASC can contain raw data in addition to MS-RLEKostya Shishkov2008-12-06
* Check that cpb_count is within the allowed range.Michael Niedermayer2008-12-05
* add VX1K h263 and DMK2 mpeg4 avi fourccsBen Littler2008-12-05