summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* modify the way to pass parameters to av_metadata_set()Aurelien Jacobs2009-02-024-10/+11
* cosmetics: whitespaceAurelien Jacobs2009-02-021-2/+1
* Documentation for LZO error return value flagsReimar Döffinger2009-02-021-1/+8
* Move doxygen documentation from lzo.c to lzo.hReimar Döffinger2009-02-022-20/+20
* cosmetics: whitespaces, empty linesBaptiste Coudurier2009-02-021-11/+7
* mxf does not have timestampsBaptiste Coudurier2009-02-021-1/+2
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-025-25/+31
* Allocate trellis tables on heap only when needed.Benjamin Larsson2009-02-021-4/+16
* Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink2009-02-025-33/+36
* Implement the reading of the video bitrate of flv movies out of the meta data,Stefan de Konink2009-02-021-0/+2
* 24bit pcm supportBaptiste Coudurier2009-02-021-1/+2
* more flexible mapping selectionBaptiste Coudurier2009-02-021-8/+16
* fix temporal offet of ipbb sequences, simplification welcomeBaptiste Coudurier2009-02-021-3/+7
* Doxygen defgroups throw a warning if they don't have a title as well as a nameRobert Swain2009-02-021-1/+1
* fix video line map tag sizeBaptiste Coudurier2009-02-021-1/+1
* fix flush and interleaving by edit unitsBaptiste Coudurier2009-02-021-8/+20
* write index table and rip, muxer works pretty well nowBaptiste Coudurier2009-02-021-14/+205
* Add XSUB to list of supported subtitle formats.Diego Biurrun2009-02-021-0/+1
* cosmetics: Place all subtitle entries together.Diego Biurrun2009-02-021-1/+1
* Add necessary #includes to pass 'make checkheaders'.Diego Biurrun2009-02-021-0/+4
* factorize common wav local tagsBaptiste Coudurier2009-02-021-12/+8
* write req local tags for wavBaptiste Coudurier2009-02-021-2/+23
* adjust size when not writing f2Baptiste Coudurier2009-02-021-1/+1
* do not write f2 if not interlacedBaptiste Coudurier2009-02-021-4/+5
* write bitrate tagBaptiste Coudurier2009-02-021-1/+7
* write display height/width tagsBaptiste Coudurier2009-02-021-1/+9
* flacdec: set default sample_fmt before parsing extradataJustin Ruggles2009-02-021-1/+2
* Add av_unused to conditionally used variable, fixes the warning:Diego Biurrun2009-02-021-1/+1
* return eof/error if only ffm header has been written, should fix #815Baptiste Coudurier2009-02-011-0/+3
* Explain how to add IPv6 support to Cygwin.Víctor Paesa2009-02-011-0/+3
* don't support the mp3 extension in the mp2 muxerAurelien Jacobs2009-02-011-4/+0