summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun2006-10-151-1/+2
* Remove unused variable.Diego Biurrun2006-10-151-1/+1
* Consistently use $(BUILD_ROOT).Diego Biurrun2006-10-151-1/+1
* Ignore blocks with no samples and flags (but usually with MD5 sum)Kostya Shishkov2006-10-151-3/+3
* Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski2006-10-143-5/+5
* Move block size check to decoderKostya Shishkov2006-10-141-6/+0
* 10l CODEC vs. FORMATMichael Niedermayer2006-10-131-1/+1
* flv files from myspace with mp3 audio require need_parsing because theRoberto Togni2006-10-131-1/+1
* TIFF decoderKostya Shishkov2006-10-131-0/+1
* Add a note about illegal codec IDs.Diego Biurrun2006-10-131-0/+2
* Add codec ID for Shorten audio.Diego Biurrun2006-10-131-0/+1
* support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c...Baptiste Coudurier2006-10-125-2/+312
* new mtv demuxerReynaldo H. Verdejo Pinochet2006-10-124-0/+191
* Rename ABS macro to FFABS.Diego Biurrun2006-10-113-7/+7
* support for Delphine Software .cin files demuxing / audio and video decoding,...Baptiste Coudurier2006-10-114-0/+229
* fix bit rateBaptiste Coudurier2006-10-111-1/+1
* use av_get_bits_per_sampleBaptiste Coudurier2006-10-111-19/+2
* use av_get_bits_per_sample, compute block align if not setBaptiste Coudurier2006-10-111-1/+8
* simplify by not writing unneeded codec name to fix segfault when stream copyBaptiste Coudurier2006-10-111-15/+2
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-111-3/+1
* Targa image decoderKostya Shishkov2006-10-111-0/+1
* unused #defineMichael Niedermayer2006-10-101-2/+0
* remove dummy amr_read_close()Michael Niedermayer2006-10-101-6/+1
* more factoriztaion and a FIXME noteMichael Niedermayer2006-10-101-11/+6
* factorze another 2 linesMichael Niedermayer2006-10-101-4/+2
* set duration and timebase (based on a patch by Simon Morlat simon.morlat linp...Michael Niedermayer2006-10-101-0/+2
* factorize (untested)Michael Niedermayer2006-10-101-57/+28
* return cleanupMichael Niedermayer2006-10-101-6/+3
* fix d-10 mapping detectionBaptiste Coudurier2006-10-101-1/+1
* rewind completely if sample time is negativeBaptiste Coudurier2006-10-101-1/+3
* dont seek back if no sync to let eof happenBaptiste Coudurier2006-10-101-2/+0
* quiet gcc about enum value not handled in switchBaptiste Coudurier2006-10-101-0/+1
* 10l: remove alien seek function from demuxerKostya Shishkov2006-10-101-1/+0
* Add fourccs for Wavpak and TTAYong2006-10-071-0/+2
* 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
OpenPOWER on IntegriCloud