aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Electronic Arts TQI decoderPeter Ross2009-02-056-1/+172
* don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is req...Peter Ross2009-02-051-1/+1
* convert mpeg1_decode_block_intra() to inline globalPeter Ross2009-02-052-5/+4
* fix key frame offset with open gopBaptiste Coudurier2009-02-051-5/+14
* configure: add command flag to disable yasm useMåns Rullgård2009-02-051-1/+3
* configure: set EXESUF before it is usedMåns Rullgård2009-02-051-4/+4
* Remove CONFIG_H264_ENCODER referencesMåns Rullgård2009-02-041-4/+1
* configure: move basic sanity tests before other testsMåns Rullgård2009-02-041-27/+27
* Remove documentation of non-existing function parameters.Diego Biurrun2009-02-041-2/+0
* Remove unused CONFIG_H264_ENCODER #define.Diego Biurrun2009-02-041-4/+0
* Remove pointless '#if CONFIG_ENCODERS' around forward declarations.Diego Biurrun2009-02-041-4/+2
* fastdiv is disabled by default, so put --enable-fastdiv into the help output.Diego Biurrun2009-02-041-1/+1
* Use directory name as multiple inclusion guard prefix.Diego Biurrun2009-02-042-6/+6
* Move enum RTSPTransport up a bit, so that all fields that are assigned a valueRonald S. Bultje2009-02-041-7/+7
* No need to compute stypeRoman Shaposhnik2009-02-041-2/+1
* always write mxf time base in descriptorsBaptiste Coudurier2009-02-041-7/+10
* Do not misuse unsigned long to store pointers.Ramiro Polla2009-02-042-6/+6
* use sample rate as audio input time baseBaptiste Coudurier2009-02-041-17/+16
* write all available metadata tags into extended_content_headerAurelien Jacobs2009-02-041-1/+20
* use new metadata API in asf muxerAurelien Jacobs2009-02-041-9/+15
* let packet pass through when no timestampsBaptiste Coudurier2009-02-031-1/+4
* exactly compute index byte countBaptiste Coudurier2009-02-031-6/+13
* Add av_cold attributes to *_init and *_end functions.Alex Converse2009-02-032-7/+7
* prevent reading more than container atom size, fix broken file broken_by_rev1...Baptiste Coudurier2009-02-031-2/+7
* VP3: Prevent stack corruption from an unset custom coding method.Alex Converse2009-02-031-0/+2
* use new metadata API in asf demuxerAurelien Jacobs2009-02-031-33/+22
* Add fields to H264Context and SPS for upcoming VA API support.Gwenole Beauchesne2009-02-032-7/+28
* 100l, don't run tests twice, this was some forgotten debugging code.Reimar Döffinger2009-02-031-1/+0
* Fix a bug in 3DEC CBC decryption and add more extensive tests based onReimar Döffinger2009-02-031-1/+36
* check validity of pointer srcCStefan Gehrer2009-02-031-3/+9
* Update DES test code to use the new public API.Reimar Döffinger2009-02-031-7/+24
* Add support for 3DES to DES moduleReimar Döffinger2009-02-032-3/+15
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-035-24/+125
* Reformat rdt_demuxer AVCodec struct sanely.Michael Niedermayer2009-02-031-1/+4
* Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec)Michael Niedermayer2009-02-031-5/+6
* Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thanky...Michael Niedermayer2009-02-031-0/+3
* use new metadata API in aiff demuxerAurelien Jacobs2009-02-021-7/+10
* be more flexible with frame rate checkBaptiste Coudurier2009-02-021-2/+4
* simplifyAurelien Jacobs2009-02-021-7/+1
* Fix vertical resolution of subtitles.Björn Axelsson2009-02-021-2/+2
* Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:Diego Biurrun2009-02-021-0/+2
* use new metadata API in rtsp demuxerAurelien Jacobs2009-02-021-2/+2
* use new metadata API in rtp muxerAurelien Jacobs2009-02-021-2/+3
* it seems I never added myself in there beforeAurelien Jacobs2009-02-021-0/+1
* Add support for fourcc "SP54".Eli Friedman2009-02-021-0/+1
* cosmetics: indentationAurelien Jacobs2009-02-021-1/+1
* simplify usage of dstlen as it is not a parameter anymoreAurelien Jacobs2009-02-021-3/+1
* cosmetics: indentationAurelien Jacobs2009-02-021-6/+6
* use new metadata API in the mp3 muxerAurelien Jacobs2009-02-021-40/+50
* use new metadata API in the mp3 demuxerAurelien Jacobs2009-02-021-23/+33