summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_lavf.c
Commit message (Expand)AuthorAgeFilesLines
* add support for subtitles thru lavfaurel2007-07-131-0/+36
* add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronte...compn2007-05-101-0/+1
* Add support for Bethesda Software VID video.diego2007-04-251-0/+1
* with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...nicodvb2007-04-201-1/+3
* Ignore mp4a audio tag, it is meaningless since we get it for all mp4 filesreimar2007-04-161-0/+3
* Use lavf_preferred mechanism to replace more extension-based detection hacksreimar2007-04-141-0/+2
* Add lavf_preferred demuxer for lavf formats we want to be probedreimar2007-04-141-0/+38
* support for C93 videodiego2007-04-071-0/+1
* support for THP ADPCM audiodiego2007-04-071-0/+1
* Add support for the THP game format.diego2007-04-011-0/+1
* add fourcc for dxa files, approved by diegocompn2007-03-171-0/+1
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* when seeking consider stream->start_pos instead of 0 as initial position; pat...nicodvb2007-03-041-2/+4
* dont set 0 nBlockAlignmichael2007-02-201-1/+1
* Support selecting a specific lavf demuxer and listing available ones via -lav...reimar2007-02-061-0/+22
* Support 16bit bigendian PCM audio from libavformatreimar2007-01-301-0/+1
* Remove ff_gcd prototype and include avutil.h instead where it is defined.reimar2007-01-251-2/+2
* Simplify by using av_codec_get_id and include riff.h only in demux_lavf.creimar2007-01-211-8/+8
* Forgotten CodecTag -> AVCodecTagreimar2007-01-211-1/+1
* Fix compilation after lavf changesreimar2007-01-211-1/+1
* Include "internal" libavformat/riff.h also when dynamic libavformat is usedreimar2007-01-061-6/+1
* sortmichael2006-12-311-1/+1
* first step toward amr-nb muxing supportmichael2006-12-291-0/+1
* add support for musepack native decoder from ffmpeg (require -demuxer lavf)aurel2006-12-281-0/+1
* Respect -noidx in lavf demuxerreimar2006-12-101-0/+2
* Set AVFMT_FLAG_GENPTS if -correct-pts is used.uau2006-12-101-0/+4
* support for Westwood SND1 audiodiego2006-11-291-0/+1
* check we aren't short of sh_videos before allocating another onenicodvb2006-11-201-13/+35
* support for XAN DPCM audiodiego2006-11-181-0/+1
* support for some more fringe formats, still buggy ..diego2006-11-171-0/+3
* support flic video through lavfdiego2006-11-171-0/+1
* cosmetics: Restore alphabetical order, align both tables.diego2006-11-161-11/+11
* support for RoQ video and audio through libavformatdiego2006-11-161-0/+2
* support for Electronic Arts ADPCM audiodiego2006-11-161-0/+1
* support for Delphine CIN audio and videodiego2006-11-161-0/+2
* support for Interplay DPCM audiodiego2006-11-161-0/+1
* cosmetics: alphabetical order and prettyprinting for the CodecTag tablediego2006-11-161-8/+8
* support for Sierra VMD videodiego2006-11-161-0/+1
* Add support for Tiertex SEQ video.diego2006-11-161-0/+1
* Add support for Westwood IMA ADPCM audio.diego2006-11-151-0/+1
* Move some FourCC values from libavformat/riff.c to our private mapping.diego2006-11-081-0/+3
* Add our own CODEC_ID -> fourcc translation tables so we do not needreimar2006-11-071-0/+22
* Implement absolute and percent-based seekreimar2006-10-051-1/+12
* include forgotten limits.hnicodvb2006-08-311-0/+1
* added lavfdopts to pass options to libavformatnicodvb2006-08-301-0/+19
* Do not treat AV_NOPTS_VALUE as a valid duration value.reimar2006-07-281-2/+2
* Take start time into consideration when calculation percentage positionreimar2006-07-231-1/+1
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.diego2006-07-131-20/+2
* drops casts from void * on malloc/calloc from libmpdemux codereynaldo2006-07-131-1/+1
* more c++ decl craprfelker2006-07-101-1/+2
* Remove bogus stream_eof() test - av_read_frame() has its own buffer and canpacman2006-06-281-5/+0
* support for -alangnicodvb2006-06-211-5/+9
* support for audio stream switchingnicodvb2006-06-201-1/+50
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-4/+4
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-2/+2
* Second-try commit of this patch.corey2006-02-171-2/+2
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-2/+2
* 10l 1000 fps fixmichael2006-02-081-2/+2
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-2/+2
* Update licensing information: The FSF changed postal address.diego2006-01-131-1/+1
* added support for external libavformatnicodvb2006-01-091-3/+4
* makes demux_lavf (-demuxer 35) use the framerate specified in the containergpoirier2005-10-101-0/+5
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. Theods152005-09-021-1/+1
* Demuxer modularizationrtognimp2005-08-051-11/+28
* Hopefully finally fix the last commitreimar2005-07-281-0/+8
* lavf demuxer with raw PCM fix (and a related hang)reimar2005-07-281-0/+10
* LIBAVFORMAT_BUILD >= 4629michael2005-07-171-0/+4
* 10lfaust32005-06-261-1/+2
* LIBAVFORMAT_BUILD >= 4624michael2005-05-011-0/+10
* various (de)muxer_lavf fixesmichael2005-03-251-1/+15
* set i_bpsmichael2005-03-251-0/+2
* discard streams we dont needmichael2005-03-251-4/+14
* discard lavf packets with wrong idsnicodvb2005-01-301-2/+4
* print build nummichael2004-10-241-0/+1
* 10l (mplayer doesnt like AV_NOPTS_VALUE)michael2004-10-241-3/+4
* LIBAVFORMAT_BUILD >= 4619michael2004-10-101-0/+4
* segfault fixmichael2004-05-121-1/+4
* fix possible segfault on lavf demuxer patch by (adland <adland123 at yahoo do...michael2004-04-261-2/+4
* seekingmichael2004-04-111-7/+13
* avoid unneeded stream_reset()michael2004-04-111-2/+15
* nicer EOF solution, mpeg-ps works now toomichael2004-04-111-4/+4
* libavformat really doesnt like it that the streams get stuck if the end is re...michael2004-04-111-3/+11
* demux_lavfmichael2004-04-111-0/+333