24510 Commits (77b4b7c383c4709b9d7aebf808ada1198c19aab3)
 

Author SHA1 Message Date
Nick Brereton 77b4b7c383 Support DTS-ES extension (XCh) in dca: move subband_samples into context structure 14 years ago
Martin Storsjö d99659f0b3 libvorbis: Only drop 1-byte packets at end of stream 14 years ago
Martin Storsjö 5634f30c4a ffserver: Use avcodec_copy_context instead of manually copying an AVCodecContext 14 years ago
Carl Eugen Hoyos 33e7febdbe Remove stray semicolon. 14 years ago
Stefano Sabatini 843b5fd0fe Re-add the list of parameters for the unsharp filter, I somehow lost 14 years ago
Stefano Sabatini 3275ac6a23 Make the ffmpeg and ffplay man pages show the list of lavfi filters, 14 years ago
Stefano Sabatini 168b441e40 Replace multitable for the unsharp filter option table with a simple 14 years ago
Stefano Sabatini dd46b538ec Update documentation dependencies, make ff* tools manpages and HTML 14 years ago
Martin Storsjö a8ead3322f RTSP: Use the same authentication for the HTTP POST session as for the GET 14 years ago
Martin Storsjö db30234794 HTTP: Add a method for initializing the authentication state from another connection 14 years ago
Martin Storsjö 17b1493f74 Reindent 14 years ago
Martin Storsjö ea02b593a1 HTTP: Compact the code for writing chunked post data 14 years ago
Martin Storsjö 077026ccf3 HTTP: Get rid of the is_chunked variable, use the chunksize variable instead 14 years ago
Martin Storsjö a6a9158973 HTTP: Clarify a comment 14 years ago
Reimar Döffinger 6785e92709 mathematics.h no longer needs config.h, so update tablegen code and 14 years ago
Alexander Strange 28db32159e ffmpeg: cosmetics: combine two variable declarations 14 years ago
Alex Converse 19ed4b8647 aacdec: cosmetics: (more) whitespace 14 years ago
Alex Converse d4e355d5c9 aacdec: cosmetics: whitespace 14 years ago
Alex Converse ed99e54d67 aacdec: Factorize if (elem_type < TYPE_DSE). 14 years ago
Alex Converse fda36b5944 aacdec: Handle the first frame being empty case. 14 years ago
Baptiste Coudurier 91a4abd8f5 fail if input and output are the same 14 years ago
Alex Converse cf3b4d9a78 aacsbr: Make dk signed. There is no point in it being unsigned. 14 years ago
Alex Converse e90e1f558a psdec: IPD/OPD reset is no longer needed by the context initializer. 14 years ago
Alex Converse 5e071f5339 psdec: Simplify filter addressing by incrementing the "in" pointer. 14 years ago
Nick Brereton 63c3b716d7 Fix typo in macro name. 14 years ago
Alex Converse c6b0947171 psdec: Replace a division with a shift. 14 years ago
Alex Converse 3fa1a93265 Rename PS bitstream reading functions to have a read_ prefix. 14 years ago
Ronald S. Bultje 45c611a95b Reset chunksize back to zero (= no chunked encoding) after each new open 14 years ago
Ronald S. Bultje f37246952a Use url_write(), not http_write(), for sending the HTTP headers. This prevents 14 years ago
Alex Converse fd16564b04 Cosmetics: whitespace. 14 years ago
Alex Converse 0d6b3269ea Use memcpy() where appropriate in PS stereo processing remapping. 14 years ago
Alex Converse d23077af56 Allow PS envelope fixup when ps->num_env_old <= 1. 14 years ago
Alex Converse bd9e0e2905 10l: aacsbr: Fix f_master[2] calculation when k2diff == -1. 14 years ago
Alex Converse 78ba1d39d9 Document the PS_BASELINE define. 14 years ago
Alex Converse 284b041b1c Remove iid_mode from the PS context. 14 years ago
Ramiro Polla be90cd2718 configure: preserve cross-prefix for strip on darwin 14 years ago
Vitor Sessak 4233ce315c Fix breakage in compilation with --disable-mpegaudio-hp introduced in 14 years ago
Carl Eugen Hoyos 2c4a10134e Add IEC958 data_types for DTS-HD (data burst described in IEC 61937-5), 14 years ago
Måns Rullgård 41f91b5f1a ChangeLog: note libfaad wrapper removal 14 years ago
Måns Rullgård 6a74b1272e Remove libfaad wrapper 14 years ago
Alex Converse 1076b0d093 psdec: Factorize iid/icc/ipd/opd parameter bitstream reading. 14 years ago
Martin Storsjö 10ed37b5d1 RTSP: Add the auth credentials to the HTTP tunnel URL, too 14 years ago
Martin Storsjö a955fc5ee7 ff_url_join: Don't add any at-char if the auth is an empty string 14 years ago
Martin Storsjö 6217b6451a RTSP: Set the connection handles to null after closing them 14 years ago
Josh Allmann 00e4a1f4e2 RTSP: Don't store the connection handles in local variables 14 years ago
Alex Converse a20639017b Add HE-AAC v2 support to the AAC decoder. 14 years ago
Vitor Sessak 4d49a5a785 Factorize the mpegaudio windowing code in a function and call it by a 14 years ago
Michael Niedermayer 57eb217ac4 Improve h263_probe() 14 years ago
Laurent Aimar 164aab02a0 MPEG-2 DXVA2 implementation 14 years ago
Martin Storsjö d3f84dfc0e RTSP: Clean up rtsp_hd on failure 14 years ago