11924 Commits (b2a9177017b426e782198a7b3f8ffd478bbfa323)
 

Author SHA1 Message Date
Diego Pettenò b2a9177017 Remove unused symbol. 17 years ago
Justin Ruggles f0b3a7ba12 split out init of downmix coeffs into a separate function that can be called 17 years ago
Aurelien Jacobs 4f632b065b Make ff_mkv_codec_tags lie entirely in .rodata section. 17 years ago
Justin Ruggles 82a6c4811a remove unneeded variable from AC3DecodeContext 17 years ago
Justin Ruggles 4bc829bb8f make sure that the last coupling band stops at the end of the coupling range 17 years ago
Diego Biurrun c807e68f46 cosmetics: Add another pair of parentheses to aid readability. 17 years ago
Justin Ruggles b02fbf7536 fix phase flag processing for the case when coupling coordinates are reused 17 years ago
Diego Biurrun 621d7fe936 Rename two structures, identifiers starting with _[A-Z] are reserved. 17 years ago
Baptiste Coudurier 29c90869e6 cosmetics, split overly long lines 17 years ago
Kostya Shishkov 81df386929 Fractional parts of motion vectors should be accounted separately too 17 years ago
Diego Pettenò 7d51edddd4 Make AVRtpPayloadTypes static and constant 17 years ago
Justin Ruggles 51b73087b9 fix playing of multichannel audio for codecs without downmixing 17 years ago
Ivo van Poorten 5e40d0e898 cosmetics, superfluous space 17 years ago
Ivo van Poorten 71e1080e28 proper check for valid pva_pts 17 years ago
Ivo van Poorten dba13944f0 do not return an error, but warn and recover when encountering an audio packet 17 years ago
Ivo van Poorten 7705cf7e15 validate streamid before use 17 years ago
Ivo van Poorten fe332ad66e change audio codec id to mp2 17 years ago
Ivo van Poorten 0e8a207ff8 proper type and initialization of pva_pts 17 years ago
Ivo van Poorten 6a5ef2934c remove unnecessary shift 17 years ago
Justin Ruggles cfec09e914 check for request_channels in dca init function 17 years ago
Justin Ruggles ef7f2bb782 add downmixing support to libfaad decoder 17 years ago
Justin Ruggles 1d8cfa3168 cosmetics: indentation after last commit 17 years ago
Justin Ruggles 646800f79c move E-AC3 header parsing to ff_ac3_parse_header() 17 years ago
Justin Ruggles 86ad4c7e1b remove unneeded variables from AC3HeaderInfo 17 years ago
Justin Ruggles 3eca1e6fad do not set channels before checking request_channels 17 years ago
Justin Ruggles dc7009ea1b use request_channels in liba52 decoder 17 years ago
Justin Ruggles 2816d32310 cosmetics: indentation 17 years ago
Justin Ruggles 95283c1701 check for request_channels at codec init 17 years ago
Justin Ruggles 6cd325c106 do not set channels before checking request_channels 17 years ago
Luca Abeni 296cbe5728 Update maintainership information after the rtp.c split 17 years ago
Justin Ruggles f228eb737b adjust output channels based on AVCodecContext.request_channels in AC3 parser 17 years ago
Michael Niedermayer 9bd005bdbc Drop non key frames before the first key frame. 17 years ago
Aurelien Jacobs 977cbe79d8 install crc.h which is now part of public API 17 years ago
Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 years ago
Luca Abeni 83a0d3878c Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies 17 years ago
Benjamin Larsson 9389e63c83 Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net 17 years ago
Luca Abeni 8eb793c459 Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies 17 years ago
Michael Niedermayer a35bf971c6 indent 17 years ago
Michael Niedermayer 2e1d287329 Flip key and element so types match, not that it matters for any code 17 years ago
Michael Niedermayer b57cb96836 Document O() time. 17 years ago
Michael Niedermayer efbaf4deee Document node removial API. 17 years ago
Michael Niedermayer d5cb5fe86b Fix selftest. 17 years ago
Michael Niedermayer f05dda3b7a Support removing elements. 17 years ago
Michael Niedermayer 6e8b982bcc Move *malloc() out of tree.c, that way the code can be used with 17 years ago
Kostya Shishkov f1917274cc RV30 thirdpel motion compensation support 17 years ago
lars.taeuber@web.de e5635270d3 A few lines of text about the range coder, part of a patch by lars punkt taeuber ät web punkt de. 17 years ago
Diego Biurrun 68e7d44276 Add a note about the license of libamr. 17 years ago
Diego Biurrun 50e4d833fe Spell out WB and NB. 17 years ago
Diego Biurrun 0c89322463 Change some files to only include the necessary headers. 17 years ago
Benoit Fouet 1234585fac Initialize "saved" buffer to zero. 17 years ago