summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* dont ignore MAX_READ_SIZEMichael Niedermayer2006-09-261-2/+1
* support forward seeking in non seekable streamsMichael Niedermayer2006-09-261-0/+7
* simplify seek() failure checkMichael Niedermayer2006-09-261-4/+1
* WavPack lossless audio decoderKostya Shishkov2006-09-264-0/+212
* simplify url_fseek()Michael Niedermayer2006-09-221-39/+24
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-215-204/+38
* reduce scores if the mp3 frames dont start from the begin of the file (fixes ...Michael Niedermayer2006-09-201-4/+6
* Migrate the "packetsize" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-201-0/+1
* Migrate the "muxrate" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-201-0/+1
* FLV seeking patch by Nazo. lovesyao at aol com.Nazo2006-09-171-1/+18
* Split the DV demuxer and muxer into separate files (as suggested by DiegoPanagiotis Issaris2006-09-153-379/+415
* Add support for 8-bit grayscale to V4L grabberMichael Benjamin2006-09-151-1/+9
* add support for grayscale rawvideo aviPhilippe De Muyter2006-09-151-0/+1
* Make OFFSET() reuse offsetofPanagiotis Issaris2006-09-141-1/+1
* Remove a redundant memset from libavformat.Panagiotis Issaris2006-09-141-1/+1
* 10l typoMichael Niedermayer2006-09-121-1/+1
* add a VP6F fourcc for apps which rely on fourccAurelien Jacobs2006-09-121-0/+1
* workaround for files, mainly d-cinema, with 0 sized tags especially UMID in s...Baptiste Coudurier2006-09-111-1/+3
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-101-5/+2
* allow ffmpeg to read mp3s beginning with partial framesAndreas Öman2006-09-101-14/+26
* make AVOptions default value field work.Panagiotis Issaris2006-09-101-0/+4
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-1013-0/+237
* VP5 and VP6 video decoderAurelien Jacobs2006-09-094-13/+33
* AVPROBE_SCORE_MAX docMichael Niedermayer2006-09-091-1/+1
* undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris2006-09-091-0/+4
* Remove empty variable declaration.Diego Biurrun2006-09-081-1/+0
* enable setting the year and track number using AVOptionPanagiotis Issaris2006-09-081-0/+2
* makes avformat_get_context_defaults() staticPanagiotis Issaris2006-09-081-0/+3
* fix sound of SampleVideo.mov (mp2 in mov)Michael Niedermayer2006-09-071-0/+3
* Allow to get the the track number in the IPRT (part) tag in AVI.Panagiotis Issaris2006-09-071-0/+5
* Allow to store the the track number though the IPRT (part) tag in AVI.Panagiotis Issaris2006-09-071-0/+5
* Better tag support:Panagiotis Issaris2006-09-071-0/+3
* Allow RGB Raw encodingJavier Garcia2006-09-061-1/+1
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-053-1/+5
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-051-0/+1
* move track timescale/sampleDuration init to write_header and return error if ...Baptiste Coudurier2006-09-041-8/+8
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux2006-09-044-31/+41
* WVC1 is now decodeable with VC-1 decoder.Kostya Shishkov2006-09-041-0/+1
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-042-268/+75
* Switch license from GPL to LGPL, this file originates from libdv, whichDiego Biurrun2006-09-031-10/+10
* remove redundant declarationsMåns Rullgård2006-09-023-8/+0
* Fix for AVI files with odd sized 'movi' listDavid Conrad2006-08-311-1/+1
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-302-15/+17
* add support for information in CDXA formatAllan Sandfeld Jensen2006-08-291-0/+18
* Add missing file from commit r6122 (AVISynth support)Guillaume Poirier2006-08-291-0/+219
* AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme2006-08-293-0/+5
* ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there...Aurelien Jacobs2006-08-281-1/+0
* scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa...Nico Sabbi2006-08-271-3/+3
* added option probesize; at the moment only used by mpegts.cNico Sabbi2006-08-272-0/+6
* initial support for AVOption in AVFormatContextNico Sabbi2006-08-272-2/+22
OpenPOWER on IntegriCloud