summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Simplify resolve_destination in sdp.c further, now that we don't enforce ↵Martin Storsjö2010-08-25
| | | | | | IPv4 any longer Originally committed as revision 24918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, add new function parameters to resolve_destination for !config_network tooMartin Storsjö2010-08-25
| | | | Originally committed as revision 24917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent, rewrap linesMartin Storsjö2010-08-25
| | | | Originally committed as revision 24916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-25
| | | | Originally committed as revision 24915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup a bit in a64multi_encode_frame()Tobias Bindhammer2010-08-25
| | | | Originally committed as revision 24914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added/extended some comments in a64multi_encode_frame()Tobias Bindhammer2010-08-25
| | | | Originally committed as revision 24913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-25
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Renderware TeXture Dictionary FATE testVitor Sessak2010-08-24
| | | | Originally committed as revision 24911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: enable fast_cmov for 'atom'Janne Grunau2010-08-24
| | | | Originally committed as revision 24910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove global mm_flags variableMåns Rullgård2010-08-24
| | | | Originally committed as revision 24909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark xmm registers as clobbered in simple loopfilter. Should fix the lastRonald S. Bultje2010-08-24
| | | | | | two VP8-related fate failures on Win64. Originally committed as revision 24908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix typo in test depsMåns Rullgård2010-08-24
| | | | Originally committed as revision 24907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix undefined expressions that use multiple calls to get_bits().Alex Converse2010-08-24
| | | | | | | | | Because the order of evaluation of subexpressions is undefined, two get_bits() calls may not be part of the same expression. See also r24902. Originally committed as revision 24906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize opt_new_{audio,video,subtitle} definitions.Stefano Sabatini2010-08-24
| | | | Originally committed as revision 24905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: rename out_video_filter to output_video_filter, forStefano Sabatini2010-08-24
| | | | | | consistency with input_video_filter. Originally committed as revision 24904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make configure_filters() return a meaningful error code rather thanStefano Sabatini2010-08-24
| | | | | | always -1. Originally committed as revision 24903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header()Måns Rullgård2010-08-24
| | | | | | | | | | Because the order of evaluation of subexpressions is undefined, two get_bits() calls may not be part of the same expression. In this specific case, using get_bits_long() is simpler. This fixes msmpeg4v1 decoding with armcc. Originally committed as revision 24902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added interlacing option and compression option for colorram (lut)Tobias Bindhammer2010-08-24
| | | | Originally committed as revision 24901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini2010-08-24
| | | | Originally committed as revision 24900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avformat: free decryption key in av_close_input_stream()Måns Rullgård2010-08-24
| | | | Originally committed as revision 24899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer2010-08-24
| | | | | | dithering (faster) along a linear gradient now. Originally committed as revision 24898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asfcrypt: fix unaligned accesses with armccMåns Rullgård2010-08-24
| | | | | | | | | Compilers may assume a pointer has natural alignment, even if it was assigned from a pointer type with weaker alignment requirements. It is thus not safe to assign a possibly unaligned value to a pointer, regardless of how it is subsequently dereferenced. Originally committed as revision 24897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fifo filter.Stefano Sabatini2010-08-24
| | | | Originally committed as revision 24896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfilter_start_frame() invoke avfilter_get_video_buffer() on theStefano Sabatini2010-08-24
| | | | | | | | | | | | | link rather than avfilter_default_get_video_buffer(). This is required as the buffer requested may be greater than the buffer allocated locally by avfilter_default_get_video_buffer(), for example if in filterchain there is a pad filter (like in "fifo,pad"). In that case the pad filter will try to write beyond the data of the allocated buffer, resulting in a crash. Originally committed as revision 24895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentRamiro Polla2010-08-24
| | | | Originally committed as revision 24894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversionMåns Rullgård2010-08-23
| | | | Originally committed as revision 32011 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: remove unused macro parameter in BGR2UV templateMåns Rullgård2010-08-23
| | | | Originally committed as revision 32010 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add _XOPEN_SOURCE definition for usleep().Dave Yeo2010-08-23
| | | | | | patch by Dave Yeo, daveryeo telus net Originally committed as revision 24893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* acenc: LAME-inspired window decisionNathan Caldwell2010-08-23
| | | | | | | | | | | | This performs quite a bit better than the current 3GPP-inspired window decision on all the samples I have tested. On the castanets.wav sample it performs very similar to iTunes window selection, and seems to perform better than Nero. On fatboy.wav, it seems to perform at least as good as iTunes, if not better. Nero performs horribly on this sample. Patch by: Nathan Caldwell <saintdev@gmail.com> Originally committed as revision 24892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert unintended changes to fft.h from r24890.Alex Converse2010-08-23
| | | | Originally committed as revision 24891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: Rename Psy3gpp* structs to AacPsy*Nathan Caldwell2010-08-23
| | | | | | | | | | This allows cleaner implementation of other psymodels using the existing structs. It also will make it easier to interchange individual parts of the psymodel to create hybrid models. Patch by: Nathan Caldwell <saintdev@gmail.com> Originally committed as revision 24890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: set LC_ALL=C to avoid locale interferenceMåns Rullgård2010-08-23
| | | | Originally committed as revision 24889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BinkAudio FATE testsVitor Sessak2010-08-23
| | | | Originally committed as revision 24888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits".Alex Converse2010-08-23
| | | | | | It generates smaller cleaner code. Originally committed as revision 24887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asfcrypt: fix unaligned read in ff_asfcrypt_dec()Måns Rullgård2010-08-23
| | | | Originally committed as revision 24886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing parentheses to AV_NE macro.Benoit Fouet2010-08-23
| | | | Originally committed as revision 24885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make "-fs ss" mean "make output file of size equals or less than ss"Vitor Sessak2010-08-23
| | | | | | | | | instead of current "make output file of size less than ss". Also use it to make MP3 tests more readable (using -fs xxx where xxx is the requested output size, not something slightly lower). Originally committed as revision 24884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding of a64-codec: there were changes to be documented in changelogTobias Bindhammer2010-08-23
| | | | Originally committed as revision 24883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed an unnecessary blank lineTobias Bindhammer2010-08-23
| | | | Originally committed as revision 24882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix fate breakage, 10l to me (too much copy and pasting)Vitor Sessak2010-08-23
| | | | Originally committed as revision 24881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MP3 float decoder FATE testsVitor Sessak2010-08-23
| | | | Originally committed as revision 24880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use the server SSRC as client SSRC in the RTP demuxerLuca Abeni2010-08-23
| | | | Originally committed as revision 24879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enabling codec and muxer by registering it in allcodec.c and allformat.c and ↵Tobias Bindhammer2010-08-23
| | | | | | adding files to the build-system Originally committed as revision 24878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added codec-ids for the a64 codecTobias Bindhammer2010-08-23
| | | | Originally committed as revision 24877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* documentation added for the a64 codecTobias Bindhammer2010-08-23
| | | | Originally committed as revision 24876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Corresponding muxer for the a64 codecTobias Bindhammer2010-08-23
| | | | Originally committed as revision 24875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FATE test for WMV8 DRMVitor Sessak2010-08-23
| | | | Originally committed as revision 24874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial version of the a64 (multicolor charset) codecTobias Bindhammer2010-08-23
| | | | Originally committed as revision 24873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add truemotion1 tests.Reimar Döffinger2010-08-23
| | | | Originally committed as revision 24872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures).Ronald S. Bultje2010-08-23
| | | | Originally committed as revision 24871 to svn://svn.ffmpeg.org/ffmpeg/trunk