summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* more factoriztaion and a FIXME noteMichael Niedermayer2006-10-10
* factorze another 2 linesMichael Niedermayer2006-10-10
* set duration and timebase (based on a patch by Simon Morlat simon.morlat linp...Michael Niedermayer2006-10-10
* factorize (untested)Michael Niedermayer2006-10-10
* return cleanupMichael Niedermayer2006-10-10
* fix d-10 mapping detectionBaptiste Coudurier2006-10-10
* rewind completely if sample time is negativeBaptiste Coudurier2006-10-10
* dont seek back if no sync to let eof happenBaptiste Coudurier2006-10-10
* quiet gcc about enum value not handled in switchBaptiste Coudurier2006-10-10
* 10l: remove alien seek function from demuxerKostya Shishkov2006-10-10
* Add fourccs for Wavpak and TTAYong2006-10-07
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
* flac fourcc (fixes mplayer -demuxer 35 with flac)Michael Niedermayer2006-10-06
* prevent >16bit tags to be truncated and used in creating .wav filesMichael Niedermayer2006-10-06
* support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam...Baptiste Coudurier2006-10-05
* remove useless castsBaptiste Coudurier2006-10-04
* Move EXTRALIBS handling to common.mak.Diego Biurrun2006-10-03
* fix r_frame_rate detection in mpeg4 streams with non integer fpsMichael Niedermayer2006-10-03
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-03
* rtp.o needs mpegts.oDiego Biurrun2006-10-02
* fix audio for mog_op1a_prompeg_mpeg.mxfBaptiste Coudurier2006-10-02
* return 0 as stream index if only one stream, this is completely non standard,...Baptiste Coudurier2006-10-02
* add support for some MS DIB formats for avisynthSteve L'Homme2006-10-01
* Fix wrong ASF duration of generated filesBrian Brice2006-10-01
* dont set sub_id as its completly redundant and sillyMichael Niedermayer2006-09-30
* rudimentary binary seekBaptiste Coudurier2006-09-29
* add another data definition ulBaptiste Coudurier2006-09-29
* use a data definition uls table to fetch codec typeBaptiste Coudurier2006-09-29
* add string param to PRINT_KEY for debugBaptiste Coudurier2006-09-29
* shut up gcc about incompatible pointer typeBaptiste Coudurier2006-09-29
* remove useless castsBaptiste Coudurier2006-09-29
* remove gcc warnings about void * used in arithmeticBaptiste Coudurier2006-09-29
* move sample size adjusting code after audio stsd v2 parsing to let v2 set cor...Baptiste Coudurier2006-09-28
* add lpcm fourccBaptiste Coudurier2006-09-28
* change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.movBaptiste Coudurier2006-09-28
* prevent infinite loop with VORC012.WMAMichael Niedermayer2006-09-27
* fix some signedness warningsMåns Rullgård2006-09-27
* remove useless memset()Måns Rullgård2006-09-27
* fix r_frame_rate init code for groundhog.vobMichael Niedermayer2006-09-26
* drop broken telecine detection codeMichael Niedermayer2006-09-26
* reindentMichael Niedermayer2006-09-26
* dont ignore MAX_READ_SIZEMichael Niedermayer2006-09-26
* support forward seeking in non seekable streamsMichael Niedermayer2006-09-26
* simplify seek() failure checkMichael Niedermayer2006-09-26
* WavPack lossless audio decoderKostya Shishkov2006-09-26
* simplify url_fseek()Michael Niedermayer2006-09-22
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
* reduce scores if the mp3 frames dont start from the begin of the file (fixes ...Michael Niedermayer2006-09-20
* Migrate the "packetsize" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-20