summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add an APIchanges entry for url_alloc() and url_connect()Martin Storsjö2010-06-22
| | | | Originally committed as revision 23705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö2010-06-22
| | | | Originally committed as revision 23704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an APIchanges entry for av_register_protocol2Martin Storsjö2010-06-22
| | | | Originally committed as revision 23703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an av_register_protocol2 function that takes a size parameterMartin Storsjö2010-06-22
| | | | | | | This allows extending the URLProtocol struct without breaking binary compatibility with code compiled with older definitions of the struct. Originally committed as revision 23702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at ↵Peter Ross2010-06-22
| | | | | | gmail dot com> Originally committed as revision 23701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump micro version, add changelog entry for DTS-ES extension decoding supportMartin Storsjö2010-06-22
| | | | Originally committed as revision 23700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix failure in av_read_frame on timestamp rollover.Stephen Dredge2010-06-22
| | | | | | Patch by Stephen Dredge, sdredge A tpg com au Originally committed as revision 23699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support DTS-ES extension (XCh) in dca: Cosmetic cleanupNick Brereton2010-06-22
| | | | | | Patch by Nick Brereton, nick at nbrereton dot net Originally committed as revision 23698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extensionNick Brereton2010-06-22
| | | | | | Patch by Nick Brereton, nick at nbrereton dot net Originally committed as revision 23697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support DTS-ES extension (XCh) in dca: update and add channel mapping tables ↵Nick Brereton2010-06-22
| | | | | | | | for DTS-ES mappings Patch by Nick Brereton, nick at nbrereton dot net Originally committed as revision 23696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support DTS-ES extension (XCh) in dca: move original code around to allow ↵Nick Brereton2010-06-22
| | | | | | | | reused by DTS-ES code Patch by Nick Brereton, nick at nbrereton dot net Originally committed as revision 23695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support DTS-ES extension (XCh) in dca: move subband_samples into context ↵Nick Brereton2010-06-22
| | | | | | | | structure Patch by Nick Brereton, nick at nbrereton dot net Originally committed as revision 23694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libvorbis: Only drop 1-byte packets at end of streamMartin Storsjö2010-06-22
| | | | | | | | | This fixes handling of totally silent packets during the encoding, that also are 1 byte in size. This fixes issue 2013 Originally committed as revision 23693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver: Use avcodec_copy_context instead of manually copying an AVCodecContextMartin Storsjö2010-06-22
| | | | Originally committed as revision 23692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stray semicolon.Carl Eugen Hoyos2010-06-21
| | | | Originally committed as revision 23691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-add the list of parameters for the unsharp filter, I somehow lostStefano Sabatini2010-06-21
| | | | | | it in the previous commit. Originally committed as revision 23690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the ffmpeg and ffplay man pages show the list of lavfi filters,Stefano Sabatini2010-06-21
| | | | | | sinks and sources, and document the -vf option. Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace multitable for the unsharp filter option table with a simpleStefano Sabatini2010-06-21
| | | | | | | | | @table @option. Allow pod rendering, as texinfo multitables are not supported by texi2pod.pl, also improve plain texinfo file readability. Originally committed as revision 23688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update documentation dependencies, make ff* tools manpages and HTMLStefano Sabatini2010-06-21
| | | | | | pages depend of fftools-common-opts.texi. Originally committed as revision 23687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTSP: Use the same authentication for the HTTP POST session as for the GETMartin Storsjö2010-06-21
| | | | Originally committed as revision 23686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HTTP: Add a method for initializing the authentication state from another ↵Martin Storsjö2010-06-21
| | | | | | connection Originally committed as revision 23685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentMartin Storsjö2010-06-21
| | | | Originally committed as revision 23684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HTTP: Compact the code for writing chunked post dataMartin Storsjö2010-06-21
| | | | Originally committed as revision 23683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HTTP: Get rid of the is_chunked variable, use the chunksize variable insteadMartin Storsjö2010-06-21
| | | | Originally committed as revision 23682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HTTP: Clarify a commentMartin Storsjö2010-06-21
| | | | Originally committed as revision 23681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mathematics.h no longer needs config.h, so update tablegen code andReimar Döffinger2010-06-21
| | | | | | documentation to use it where appropriate. Originally committed as revision 23680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: cosmetics: combine two variable declarationsAlexander Strange2010-06-21
| | | | Originally committed as revision 23677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: cosmetics: (more) whitespaceAlex Converse2010-06-21
| | | | Originally committed as revision 23676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: cosmetics: whitespaceAlex Converse2010-06-21
| | | | Originally committed as revision 23675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Factorize if (elem_type < TYPE_DSE).Alex Converse2010-06-21
| | | | Originally committed as revision 23674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Handle the first frame being empty case.Alex Converse2010-06-21
| | | | Originally committed as revision 23673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fail if input and output are the sameBaptiste Coudurier2010-06-21
| | | | Originally committed as revision 23672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacsbr: Make dk signed. There is no point in it being unsigned.Alex Converse2010-06-20
| | | | Originally committed as revision 23671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* psdec: IPD/OPD reset is no longer needed by the context initializer.Alex Converse2010-06-20
| | | | Originally committed as revision 23670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* psdec: Simplify filter addressing by incrementing the "in" pointer.Alex Converse2010-06-20
| | | | Originally committed as revision 23669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in macro name.Nick Brereton2010-06-20
| | | | | | Patch by Nick Brereton, nick nbrereton net Originally committed as revision 23668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* psdec: Replace a division with a shift.Alex Converse2010-06-20
| | | | Originally committed as revision 23667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename PS bitstream reading functions to have a read_ prefix.Alex Converse2010-06-20
| | | | Originally committed as revision 23666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reset chunksize back to zero (= no chunked encoding) after each new openRonald S. Bultje2010-06-20
| | | | | | | | connection (e.g. a seek). This fixes the theoretical case where a server sends a file first using chunked encoding, and then using non-chunked encoding. Originally committed as revision 23665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use url_write(), not http_write(), for sending the HTTP headers. This preventsRonald S. Bultje2010-06-20
| | | | | | | them from being sent using chunked encoding (I don't think this ever happened, but either way it would be wrong). Originally committed as revision 23664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: whitespace.Alex Converse2010-06-20
| | | | Originally committed as revision 23663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use memcpy() where appropriate in PS stereo processing remapping.Alex Converse2010-06-20
| | | | Originally committed as revision 23662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow PS envelope fixup when ps->num_env_old <= 1.Alex Converse2010-06-20
| | | | | | | It is already rejected by the "source >= 0 && source != ps->num_env" 0 envelope case and is perfectly legally for the suppressed final envelope case. Originally committed as revision 23661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: aacsbr: Fix f_master[2] calculation when k2diff == -1.Alex Converse2010-06-20
| | | | Originally committed as revision 23660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the PS_BASELINE define.Alex Converse2010-06-20
| | | | Originally committed as revision 23659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove iid_mode from the PS context.Alex Converse2010-06-20
| | | | Originally committed as revision 23658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: preserve cross-prefix for strip on darwinRamiro Polla2010-06-20
| | | | Originally committed as revision 23657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix breakage in compilation with --disable-mpegaudio-hp introduced inVitor Sessak2010-06-20
| | | | | | r23646. Originally committed as revision 23656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add IEC958 data_types for DTS-HD (data burst described in IEC 61937-5),Carl Eugen Hoyos2010-06-20
| | | | | | E-AC-3 (61937-3 Edition 2) and TrueHD (61937-9). Originally committed as revision 23655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ChangeLog: note libfaad wrapper removalMåns Rullgård2010-06-20
| | | | Originally committed as revision 23654 to svn://svn.ffmpeg.org/ffmpeg/trunk