summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add all required includes to avio.hMartin Storsjö2010-06-23
| | | | Originally committed as revision 23734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable pthreads automatically unless w32threads is requestedMåns Rullgård2010-06-23
| | | | Originally committed as revision 23733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Continue after guids in asf after which other guids are possible instead of ↵Michael Niedermayer2010-06-23
| | | | | | | | | skiping over the stored size. Fixes issue2029 Originally committed as revision 23732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove OS/2 threads supportMåns Rullgård2010-06-23
| | | | | | | OS/2 SMP support is rare, and a pthreads library exists. No need to keep this code. Originally committed as revision 23731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add barcelona to the list of cmov/fast_cmov compatible CPUs.Diego Pettenò2010-06-22
| | | | | | | For GCC, barcelona is just an alias for amdfam10, so simply add it in there. Originally committed as revision 23730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove beosthreads supportMåns Rullgård2010-06-22
| | | | | | | Relevant BeOS variants support pthreads, so there is no need to maintain the beos-native threads interface. Originally committed as revision 23729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-22
| | | | Originally committed as revision 23728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename rec_timestamp to recording_timestamp, for consistency withStefano Sabatini2010-06-22
| | | | | | recording_time. Originally committed as revision 23727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend documentation for the ffmpeg -timestamp option.Stefano Sabatini2010-06-22
| | | | | | | '(' and ')' are used instead of '{' and '}' in the date specification as the latter confound the texinfo interpreter. Originally committed as revision 23726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention how "now" is interpreted in the parse_date() doxy.Stefano Sabatini2010-06-22
| | | | Originally committed as revision 23725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix date specification accepted by parse_date().Stefano Sabatini2010-06-22
| | | | Originally committed as revision 23724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use right-shift instead of division by two.Jason Garrett-Glaser2010-06-22
| | | | | | Patch by Dark Shikari Originally committed as revision 23723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r23721.Ronald S. Bultje2010-06-22
| | | | Originally committed as revision 23722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename PACK4x8() to PACK4UINT8().Ronald S. Bultje2010-06-22
| | | | Originally committed as revision 23721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Parametric Stereo related ps* files to aacps*.Alex Converse2010-06-22
| | | | Originally committed as revision 23720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Native VP8 decoder.David Conrad2010-06-22
| | | | | | Patch by David Conrad <lessen42 gmail com> and myself. Originally committed as revision 23719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change a / 256 into a >> 8.Ronald S. Bultje2010-06-22
| | | | Originally committed as revision 23718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r23716.Ronald S. Bultje2010-06-22
| | | | Originally committed as revision 23717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add intra prediction functions for VP8.David Conrad2010-06-22
| | | | | | Patch by David Conrad <lessen42 gmail com> and myself. Originally committed as revision 23716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a macro to pack 4 bytes into native byte-order so they can be writtenRonald S. Bultje2010-06-22
| | | | | | at once using a single 32-bit store. Originally committed as revision 23715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make "topright" argument to pred4x4() const.David Conrad2010-06-22
| | | | | | Patch by David Conrad <lessen42 gmail com>. Originally committed as revision 23714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_clip_int8(), used in the upcoming VP8 decoder.Ronald S. Bultje2010-06-22
| | | | Originally committed as revision 23713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics whitespace.Alex Converse2010-06-22
| | | | Originally committed as revision 23712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing parentheses in MKTAG and MKBETAG macros.Benoit Fouet2010-06-22
| | | | Originally committed as revision 23711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the http protocol open the connection immediately in http_open againMartin Storsjö2010-06-22
| | | | | | | Also make the RTSP protocol use url_alloc and url_connect instead of relying on the delay open behaviour. Originally committed as revision 23710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an AVClass to the HTTPContextMartin Storsjö2010-06-22
| | | | Originally committed as revision 23709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allocate the HTTPContext through URLProtocol.priv_data_sizeMartin Storsjö2010-06-22
| | | | Originally committed as revision 23708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an APIchanges entry for priv_data_size and priv_data_classMartin Storsjö2010-06-22
| | | | Originally committed as revision 23707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö2010-06-22
| | | | | | This allows url_alloc to allocate and initialize the priv_data. Originally committed as revision 23706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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