6059 Commits (0f44edaa1ce77f95b83de0db1077dafc4a305331)

Author SHA1 Message Date
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
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
Kostya Shishkov 81df386929 Fractional parts of motion vectors should be accounted separately too 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
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 3abe5fbdc4 improve CRC API 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
Kostya Shishkov f1917274cc RV30 thirdpel motion compensation support 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
Justin Ruggles 7564658bbc cosmetics: indentation and add a TODO comment 17 years ago
Justin Ruggles 471db688c6 only check ac3 crc if AVCodecContext.error_resilience > 0 17 years ago
Justin Ruggles 5706c0becd cosmetics: indentation after last commit 17 years ago
Justin Ruggles bd03aa1556 remove workaround which is no longer needed due to 17 years ago
Kostya Shishkov b44665c4e6 Make decode210() common function. 17 years ago
Justin Ruggles d6939960d5 add crc check to ac3 decoder 17 years ago
Christophe Gisquet ae904fd028 Fix issue #301: 17 years ago
Kostya Shishkov e640a5c4ce Direct blocks should use motion vectors from the second reference frame 17 years ago
Justin Ruggles 12eaa3b760 simplify 17 years ago
Justin Ruggles b35c67e58b pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments 17 years ago
Justin Ruggles 866181e5e8 cosmetics: rename sampling_rate to sample_rate 17 years ago
Justin Ruggles 0345fade94 do not need to cast a (void *) 17 years ago
Justin Ruggles 1b70d88b7a cosmetics: vertical realignment after last commit 17 years ago
Justin Ruggles d802d7ca12 cosmetics: rename all AC3DecodeContext variables from ctx to s 17 years ago
Justin Ruggles 23c8cb89c9 cosmetics: rename GetBitContext gb to gbc 17 years ago
Justin Ruggles 005ab694ae remove unused context variable 17 years ago
Evgeniy Stepanov f9a9b3509c export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) 17 years ago
Ivo van Poorten 29e35482e7 remove forgotten debug statement 17 years ago
Ivo van Poorten 3c808d8cc4 Sort properly 17 years ago
Ivo van Poorten d43df959d7 Sun Rasterfile decoder 17 years ago
Justin Ruggles 02c164c148 use cutoff frequency to adjust bandwidth in ac3 encoder 17 years ago
Justin Ruggles 08ac1e783e use bps instead of kbps for bitrate 17 years ago
Justin Ruggles c135b520e7 Do not give advice for which bitrate to choose. 17 years ago
Justin Ruggles 678a7179b6 fix typo 17 years ago
Diego Biurrun 22170ec0b2 Remove mistakenly added multiple inclusion guards. 17 years ago
Diego Biurrun 35562dc962 Fix make checkheaders. 17 years ago
Diego Biurrun 3035cb6796 Add necessary #include, fixes the warnings: 17 years ago
Alexander Strange d479d58cb6 Fix clicking sound in xa-adpcm. 17 years ago