summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-116-27/+27
* parse pasp atom and set sample aspect ratio,Baptiste Coudurier2008-12-111-0/+17
* s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reservedMichael Niedermayer2008-12-111-8/+8
* Add backwards-compatibility typedef for removed _t names under appropriateDiego Biurrun2008-12-111-0/+2
* remove _t in typedef for POSIX compatibilityBaptiste Coudurier2008-12-113-56/+56
* Drop _t from typedef names for POSIX compatibility.Diego Biurrun2008-12-112-13/+13
* Remove comment suggesting using variables ending in _t as this would break PO...Michael Niedermayer2008-12-111-1/+1
* Avoid POSIX reserved _t suffix.Vitor Sessak2008-12-111-21/+21
* Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.Vitor Sessak2008-12-111-4/+4
* Avoid _t in typedef typeReimar Döffinger2008-12-111-3/+3
* remove _t for POSIX compatibility.Michael Niedermayer2008-12-114-13/+13
* Fix indenting.Ronald S. Bultje2008-12-111-3/+3
* Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.Diego Biurrun2008-12-111-1/+1
* Use "struct gxf_stream_info" instead of "st_info_t",Reimar Döffinger2008-12-111-5/+5
* Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c ...Reimar Döffinger2008-12-111-1/+0
* add 'ACDV' FourCC (which is just complete JPEG files in individual AVIMike Melanson2008-12-111-0/+2
* move structure definitions in their own headerBaptiste Coudurier2008-12-112-56/+89
* cosmeticsBaptiste Coudurier2008-12-111-8/+4
* use dsp clear_blockBaptiste Coudurier2008-12-111-2/+4
* use dsp clear_blockBaptiste Coudurier2008-12-111-3/+1
* Fix compilation with only Theora decoder enabledDavid Conrad2008-12-111-0/+1
* Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.Kenan Gillet2008-12-111-0/+6
* 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
OpenPOWER on IntegriCloud