summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix compilation on x64.Vitor Sessak2010-06-24
| | | | Originally committed as revision 23753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix asm constraints in apply_window()Vitor Sessak2010-06-24
| | | | Originally committed as revision 23752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alac: change VLAs to fixed sizeMåns Rullgård2010-06-24
| | | | Originally committed as revision 23751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-24
| | | | Originally committed as revision 23750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly return EOF for smacker videosAlexei Svitkine2010-06-24
| | | | | | Patch by Alexei Svitkine, alexei dot svitkine at gmail Originally committed as revision 23749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dependencies for the ra_144 encoderFrancesco Lavra2010-06-24
| | | | | | Patch by Francesco Lavra, francescolavra at interfree dot it Originally committed as revision 23748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* snow: remove unused parameter to mc_block()Måns Rullgård2010-06-23
| | | | Originally committed as revision 23746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid conditional and division in chroma MV calculationStefan Gehrer2010-06-23
| | | | Originally committed as revision 23745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacenc: convert VLA to fixed sizeMåns Rullgård2010-06-23
| | | | Originally committed as revision 23744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move float-specific function to mpegaudiodec_float.cVitor Sessak2010-06-23
| | | | Originally committed as revision 23743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless condition in #ifVitor Sessak2010-06-23
| | | | Originally committed as revision 23742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.Alex Converse2010-06-23
| | | | Originally committed as revision 23741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-23
| | | | Originally committed as revision 23740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update x264asm header files to latest versions.Jason Garrett-Glaser2010-06-23
| | | | | | | Modify the asm accordingly. GLOBAL is now no longoer necessary for PIC-compliant loads. Originally committed as revision 23739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a typo, spotted by Diego.Ronald S. Bultje2010-06-23
| | | | Originally committed as revision 23738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing changelog entry for VP8 decoder.Ronald S. Bultje2010-06-23
| | | | Originally committed as revision 23737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add required #includes to pass 'make checkheaders'.Diego Biurrun2010-06-23
| | | | Originally committed as revision 23736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentMartin Storsjö2010-06-23
| | | | Originally committed as revision 23735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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