summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add av_cold attributes to *_init and *_end functions.Alex Converse2009-02-03
| | | | Originally committed as revision 16980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent reading more than container atom size, fix broken file ↵Baptiste Coudurier2009-02-03
| | | | | | broken_by_rev15830.MOV, fix #818 Originally committed as revision 16979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3: Prevent stack corruption from an unset custom coding method.Alex Converse2009-02-03
| | | | Originally committed as revision 16978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in asf demuxerAurelien Jacobs2009-02-03
| | | | Originally committed as revision 16977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fields to H264Context and SPS for upcoming VA API support.Gwenole Beauchesne2009-02-03
| | | | | | Patch by Gwenole Beauchesne gbeauchesne A splitted-desktop dotcom Originally committed as revision 16976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, don't run tests twice, this was some forgotten debugging code.Reimar Döffinger2009-02-03
| | | | Originally committed as revision 16975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bug in 3DEC CBC decryption and add more extensive tests based onReimar Döffinger2009-02-03
| | | | | | the official test vectors. Originally committed as revision 16974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check validity of pointer srcCStefan Gehrer2009-02-03
| | | | Originally committed as revision 16973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update DES test code to use the new public API.Reimar Döffinger2009-02-03
| | | | Originally committed as revision 16972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for 3DES to DES moduleReimar Döffinger2009-02-03
| | | | Originally committed as revision 16971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-03
| | | | Originally committed as revision 16970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reformat rdt_demuxer AVCodec struct sanely.Michael Niedermayer2009-02-03
| | | | Originally committed as revision 16969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec)Michael Niedermayer2009-02-03
| | | | Originally committed as revision 16968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix unknown header 10001000 / ↵Michael Niedermayer2009-02-03
| | | | | | http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809 Originally committed as revision 16967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in aiff demuxerAurelien Jacobs2009-02-02
| | | | Originally committed as revision 16966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* be more flexible with frame rate checkBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyAurelien Jacobs2009-02-02
| | | | Originally committed as revision 16964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vertical resolution of subtitles.Björn Axelsson2009-02-02
| | | | | | Patch by Björn Axelsson gecko A acc D umu D se Originally committed as revision 16963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:Diego Biurrun2009-02-02
| | | | | | libavutil/lzo.c:235:5: warning: "LIBAVUTIL_VERSION_MAJOR" is not defined Originally committed as revision 16962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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