24531 Commits (b39a2d19d4d59d21ae1d0413e0e9ca0e08f2d1e9)
 

Author SHA1 Message Date
Ronald S. Bultje b39a2d19d4 Add a macro to pack 4 bytes into native byte-order so they can be written 15 years ago
David Conrad caaf098cec Make "topright" argument to pred4x4() const. 15 years ago
Ronald S. Bultje 45a1b86a05 Add av_clip_int8(), used in the upcoming VP8 decoder. 15 years ago
Alex Converse 890fe85f26 Cosmetics whitespace. 15 years ago
Benoit Fouet 1c7c0e2d40 Add missing parentheses in MKTAG and MKBETAG macros. 15 years ago
Martin Storsjö 9290f15d00 Make the http protocol open the connection immediately in http_open again 15 years ago
Martin Storsjö 4167ba0bc8 Add an AVClass to the HTTPContext 15 years ago
Martin Storsjö a9a3364c31 Allocate the HTTPContext through URLProtocol.priv_data_size 15 years ago
Martin Storsjö 58cc11c74c Add an APIchanges entry for priv_data_size and priv_data_class 15 years ago
Martin Storsjö 735cf6b265 Add priv_data_size and priv_data_class to URLProtocol 15 years ago
Martin Storsjö 4636f11551 Add an APIchanges entry for url_alloc() and url_connect() 15 years ago
Martin Storsjö ffbb289a1d Split url_open and url_open_protocol into url_alloc and url_connect 15 years ago
Martin Storsjö 6c4cbc8d50 Add an APIchanges entry for av_register_protocol2 15 years ago
Martin Storsjö 9b07a2dc02 Add an av_register_protocol2 function that takes a size parameter 15 years ago
Peter Ross e10412a334 IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gmail dot com> 15 years ago
Martin Storsjö e83aed04b0 Bump micro version, add changelog entry for DTS-ES extension decoding support 15 years ago
Stephen Dredge 5be5d28ced Fix failure in av_read_frame on timestamp rollover. 15 years ago
Nick Brereton d1177cb589 Support DTS-ES extension (XCh) in dca: Cosmetic cleanup 15 years ago
Nick Brereton 774e9acfa7 Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extension 15 years ago
Nick Brereton 3d5a9ba1af Support DTS-ES extension (XCh) in dca: update and add channel mapping tables for DTS-ES mappings 15 years ago
Nick Brereton 6baef06e8f Support DTS-ES extension (XCh) in dca: move original code around to allow reused by DTS-ES code 15 years ago
Nick Brereton 77b4b7c383 Support DTS-ES extension (XCh) in dca: move subband_samples into context structure 15 years ago
Martin Storsjö d99659f0b3 libvorbis: Only drop 1-byte packets at end of stream 15 years ago
Martin Storsjö 5634f30c4a ffserver: Use avcodec_copy_context instead of manually copying an AVCodecContext 15 years ago
Carl Eugen Hoyos 33e7febdbe Remove stray semicolon. 15 years ago
Stefano Sabatini 843b5fd0fe Re-add the list of parameters for the unsharp filter, I somehow lost 15 years ago
Stefano Sabatini 3275ac6a23 Make the ffmpeg and ffplay man pages show the list of lavfi filters, 15 years ago
Stefano Sabatini 168b441e40 Replace multitable for the unsharp filter option table with a simple 15 years ago
Stefano Sabatini dd46b538ec Update documentation dependencies, make ff* tools manpages and HTML 15 years ago
Martin Storsjö a8ead3322f RTSP: Use the same authentication for the HTTP POST session as for the GET 15 years ago
Martin Storsjö db30234794 HTTP: Add a method for initializing the authentication state from another connection 15 years ago
Martin Storsjö 17b1493f74 Reindent 15 years ago
Martin Storsjö ea02b593a1 HTTP: Compact the code for writing chunked post data 15 years ago
Martin Storsjö 077026ccf3 HTTP: Get rid of the is_chunked variable, use the chunksize variable instead 15 years ago
Martin Storsjö a6a9158973 HTTP: Clarify a comment 15 years ago
Reimar Döffinger 6785e92709 mathematics.h no longer needs config.h, so update tablegen code and 15 years ago
Alexander Strange 28db32159e ffmpeg: cosmetics: combine two variable declarations 15 years ago
Alex Converse 19ed4b8647 aacdec: cosmetics: (more) whitespace 15 years ago
Alex Converse d4e355d5c9 aacdec: cosmetics: whitespace 15 years ago
Alex Converse ed99e54d67 aacdec: Factorize if (elem_type < TYPE_DSE). 15 years ago
Alex Converse fda36b5944 aacdec: Handle the first frame being empty case. 15 years ago
Baptiste Coudurier 91a4abd8f5 fail if input and output are the same 15 years ago
Alex Converse cf3b4d9a78 aacsbr: Make dk signed. There is no point in it being unsigned. 15 years ago
Alex Converse e90e1f558a psdec: IPD/OPD reset is no longer needed by the context initializer. 15 years ago
Alex Converse 5e071f5339 psdec: Simplify filter addressing by incrementing the "in" pointer. 15 years ago
Nick Brereton 63c3b716d7 Fix typo in macro name. 15 years ago
Alex Converse c6b0947171 psdec: Replace a division with a shift. 15 years ago
Alex Converse 3fa1a93265 Rename PS bitstream reading functions to have a read_ prefix. 15 years ago
Ronald S. Bultje 45c611a95b Reset chunksize back to zero (= no chunked encoding) after each new open 15 years ago
Ronald S. Bultje f37246952a Use url_write(), not http_write(), for sending the HTTP headers. This prevents 15 years ago