summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* use new metadata API in rtsp demuxerAurelien Jacobs2009-02-02
| | | | Originally committed as revision 16961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in rtp muxerAurelien Jacobs2009-02-02
| | | | Originally committed as revision 16960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* it seems I never added myself in there beforeAurelien Jacobs2009-02-02
| | | | Originally committed as revision 16959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for fourcc "SP54".Eli Friedman2009-02-02
| | | | | | Patch by Eli Friedman eli D friedman A gmail Originally committed as revision 16958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2009-02-02
| | | | Originally committed as revision 16957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify usage of dstlen as it is not a parameter anymoreAurelien Jacobs2009-02-02
| | | | Originally committed as revision 16956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2009-02-02
| | | | Originally committed as revision 16955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in the mp3 muxerAurelien Jacobs2009-02-02
| | | | Originally committed as revision 16954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in the mp3 demuxerAurelien Jacobs2009-02-02
| | | | Originally committed as revision 16953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* modify the way to pass parameters to av_metadata_set()Aurelien Jacobs2009-02-02
| | | | | | | This improves code readability and this avoid warnings about discarding qualifiers from pointer target type. Originally committed as revision 16952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: whitespaceAurelien Jacobs2009-02-02
| | | | Originally committed as revision 16951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Documentation for LZO error return value flagsReimar Döffinger2009-02-02
| | | | Originally committed as revision 16950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move doxygen documentation from lzo.c to lzo.hReimar Döffinger2009-02-02
| | | | Originally committed as revision 16949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: whitespaces, empty linesBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mxf does not have timestampsBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-02
| | | | | | Keep lzo1x_decode until the next major version bump for binary compatibility. Originally committed as revision 16946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allocate trellis tables on heap only when needed.Benjamin Larsson2009-02-02
| | | | Originally committed as revision 16945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink2009-02-02
| | | | | | Patch by Stefan de Konink stefan konink de Originally committed as revision 16944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement the reading of the video bitrate of flv movies out of the meta data,Stefan de Konink2009-02-02
| | | | | | | to have the total bitrate available in the avformat structures. Patch by Stefan de Konink stefan konink de Originally committed as revision 16943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 24bit pcm supportBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more flexible mapping selectionBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix temporal offet of ipbb sequences, simplification welcomeBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen defgroups throw a warning if they don't have a title as well as a nameRobert Swain2009-02-02
| | | | Originally committed as revision 16939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix video line map tag sizeBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix flush and interleaving by edit unitsBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write index table and rip, muxer works pretty well nowBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add XSUB to list of supported subtitle formats.Diego Biurrun2009-02-02
| | | | Originally committed as revision 16935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Place all subtitle entries together.Diego Biurrun2009-02-02
| | | | Originally committed as revision 16934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add necessary #includes to pass 'make checkheaders'.Diego Biurrun2009-02-02
| | | | Originally committed as revision 16933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize common wav local tagsBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write req local tags for wavBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adjust size when not writing f2Baptiste Coudurier2009-02-02
| | | | Originally committed as revision 16930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write f2 if not interlacedBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write bitrate tagBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write display height/width tagsBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: set default sample_fmt before parsing extradataJustin Ruggles2009-02-02
| | | | Originally committed as revision 16926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_unused to conditionally used variable, fixes the warning:Diego Biurrun2009-02-02
| | | | | | h264.c:6464: warning: unused variable 'dir' Originally committed as revision 16925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return eof/error if only ffm header has been written, should fix #815Baptiste Coudurier2009-02-01
| | | | Originally committed as revision 16924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain how to add IPv6 support to Cygwin.Víctor Paesa2009-02-01
| | | | Originally committed as revision 16923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't support the mp3 extension in the mp2 muxerAurelien Jacobs2009-02-01
| | | | | | especially not under any conditionnal Originally committed as revision 16922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence compiler warnings for XL decoderKostya Shishkov2009-02-01
| | | | Originally committed as revision 16921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make WNV1 decoder use temporary buffer for bit-reversed inputKostya Shishkov2009-02-01
| | | | Originally committed as revision 16920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove period after copyright statement non-sentence.Diego Biurrun2009-02-01
| | | | Originally committed as revision 16919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove period after copyright statement non-sentence.Diego Biurrun2009-02-01
| | | | Originally committed as revision 28444 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make TM2 decoder byteswap input into separate buffer instead of doing it ↵Kostya Shishkov2009-02-01
| | | | | | in-place. Originally committed as revision 16918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize stream reading in TM2 decoderKostya Shishkov2009-02-01
| | | | Originally committed as revision 16917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence two pointer assignment compiler warnings in rv34.cKostya Shishkov2009-02-01
| | | | Originally committed as revision 16916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence useless compiler warning when passing AVFrame* instead of AVPicture*Kostya Shishkov2009-02-01
| | | | | | to ff_msrle_decode() Originally committed as revision 16915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove H.264 encoder initialization.Diego Biurrun2009-02-01
| | | | | | We have no H.264 encoder to speak of and this produces warnings. Originally committed as revision 16914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the Transport: line in the SETUP request so that it works with WMSRonald S. Bultje2009-02-01
| | | | | | | | | | | | servers when trying to set up a session over TCP: - add the interleave property - add unicast, only for WMS (since it is normally only UDP, but WMS expects it for UDP and TCP) - add mode=play See discussion in "[PATCH] RTSP-MS 9/15: add interleave property to the TCP transport line of the SETUP request" thread on mailinglist. Originally committed as revision 16913 to svn://svn.ffmpeg.org/ffmpeg/trunk