summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.cLuca Abeni2009-02-05
| | | | | | does not need to abuse read_buf_index Originally committed as revision 17004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts demuxer: support TQI video tagPeter Ross2009-02-05
| | | | Originally committed as revision 17003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TQI decoderPeter Ross2009-02-05
| | | | Originally committed as revision 17002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is ↵Peter Ross2009-02-05
| | | | | | required for the Electronic Arts TQI decoder. Originally committed as revision 17001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert mpeg1_decode_block_intra() to inline globalPeter Ross2009-02-05
| | | | Originally committed as revision 17000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix key frame offset with open gopBaptiste Coudurier2009-02-05
| | | | Originally committed as revision 16999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add command flag to disable yasm useMåns Rullgård2009-02-05
| | | | Originally committed as revision 16998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: set EXESUF before it is usedMåns Rullgård2009-02-05
| | | | Originally committed as revision 16997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove CONFIG_H264_ENCODER referencesMåns Rullgård2009-02-04
| | | | Originally committed as revision 16996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: move basic sanity tests before other testsMåns Rullgård2009-02-04
| | | | Originally committed as revision 16995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove documentation of non-existing function parameters.Diego Biurrun2009-02-04
| | | | Originally committed as revision 16994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused CONFIG_H264_ENCODER #define.Diego Biurrun2009-02-04
| | | | Originally committed as revision 16993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless '#if CONFIG_ENCODERS' around forward declarations.Diego Biurrun2009-02-04
| | | | Originally committed as revision 16992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fastdiv is disabled by default, so put --enable-fastdiv into the help output.Diego Biurrun2009-02-04
| | | | Originally committed as revision 16991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use directory name as multiple inclusion guard prefix.Diego Biurrun2009-02-04
| | | | | | We do this for all other libraries already. Originally committed as revision 16990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move enum RTSPTransport up a bit, so that all fields that are assigned a valueRonald S. Bultje2009-02-04
| | | | | | | | of this type can be properly attributed as such (in this case, transport in the RTSPTransportField struct). See "[PATCH] RTSP-MS 10/15: ASF header parsing" thread on mailinglist. Originally committed as revision 16989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* No need to compute stypeRoman Shaposhnik2009-02-04
| | | | Originally committed as revision 16988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always write mxf time base in descriptorsBaptiste Coudurier2009-02-04
| | | | Originally committed as revision 16987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not misuse unsigned long to store pointers.Ramiro Polla2009-02-04
| | | | Originally committed as revision 16986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use sample rate as audio input time baseBaptiste Coudurier2009-02-04
| | | | Originally committed as revision 16985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write all available metadata tags into extended_content_headerAurelien Jacobs2009-02-04
| | | | Originally committed as revision 16984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in asf muxerAurelien Jacobs2009-02-04
| | | | Originally committed as revision 16983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* let packet pass through when no timestampsBaptiste Coudurier2009-02-03
| | | | Originally committed as revision 16982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exactly compute index byte countBaptiste Coudurier2009-02-03
| | | | Originally committed as revision 16981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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