summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07107-427/+641
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-071-1/+1
* flac fourcc (fixes mplayer -demuxer 35 with flac)Michael Niedermayer2006-10-061-0/+1
* prevent >16bit tags to be truncated and used in creating .wav filesMichael Niedermayer2006-10-061-1/+1
* support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam...Baptiste Coudurier2006-10-051-4/+48
* remove useless castsBaptiste Coudurier2006-10-041-8/+8
* Move EXTRALIBS handling to common.mak.Diego Biurrun2006-10-031-2/+1
* fix r_frame_rate detection in mpeg4 streams with non integer fpsMichael Niedermayer2006-10-031-3/+8
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-031-1/+1
* rtp.o needs mpegts.oDiego Biurrun2006-10-021-1/+1
* fix audio for mog_op1a_prompeg_mpeg.mxfBaptiste Coudurier2006-10-021-0/+2
* return 0 as stream index if only one stream, this is completely non standard,...Baptiste Coudurier2006-10-021-1/+2
* add support for some MS DIB formats for avisynthSteve L'Homme2006-10-011-3/+4
* Fix wrong ASF duration of generated filesBrian Brice2006-10-011-2/+4
* dont set sub_id as its completly redundant and sillyMichael Niedermayer2006-09-301-8/+1
* rudimentary binary seekBaptiste Coudurier2006-09-291-1/+30
* add another data definition ulBaptiste Coudurier2006-09-291-0/+1
* use a data definition uls table to fetch codec typeBaptiste Coudurier2006-09-291-8/+21
* add string param to PRINT_KEY for debugBaptiste Coudurier2006-09-291-6/+6
* shut up gcc about incompatible pointer typeBaptiste Coudurier2006-09-291-7/+7
* remove useless castsBaptiste Coudurier2006-09-291-13/+13
* remove gcc warnings about void * used in arithmeticBaptiste Coudurier2006-09-291-5/+5
* move sample size adjusting code after audio stsd v2 parsing to let v2 set cor...Baptiste Coudurier2006-09-281-6/+6
* add lpcm fourccBaptiste Coudurier2006-09-281-0/+1
* change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.movBaptiste Coudurier2006-09-281-0/+2
* prevent infinite loop with VORC012.WMAMichael Niedermayer2006-09-271-0/+11
* fix some signedness warningsMåns Rullgård2006-09-2712-19/+20
* remove useless memset()Måns Rullgård2006-09-271-1/+0
* fix r_frame_rate init code for groundhog.vobMichael Niedermayer2006-09-261-5/+11
* drop broken telecine detection codeMichael Niedermayer2006-09-261-23/+0
* reindentMichael Niedermayer2006-09-261-5/+5
* 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