summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_lavf.c
Commit message (Expand)AuthorAgeFilesLines
* fix compilation w/ FFmpeg r15533gpoirier2008-10-031-2/+2
* riff.h and avi.h are not needed, but avio.h is.diego2008-09-151-2/+1
* Make internal Matroska demuxer default againuau2008-09-091-1/+0
* revert r27551 which break much more things than it fixesaurel2008-09-091-0/+1
* Use internal demuxer for Matroska files for nowuau2008-09-081-1/+0
* Fix compilation after libavcodec major version 52 changesuau2008-09-081-2/+2
* lavf: the subtitles display duration is stored in pkt.convergence_durationaurel2008-09-041-2/+2
* prefer libavformat to demux matroska filesaurel2008-08-261-0/+1
* cosmetics: indentationaurel2008-08-241-2/+2
* use new lavf API to grab sample_aspect_ratio from the demuxersaurel2008-08-241-0/+4
* demux_lavf: fix mp_seek behavior in case of seeking erroraurel2008-08-131-1/+6
* 1000l, fix demux_lavf compilationreimar2008-07-111-1/+1
* Correct stream-seekability tests in demux_audio and demux_lavfreimar2008-07-111-1/+1
* Chapter support for lavf demuxer.reimar2008-06-161-0/+7
* Use standard license headers with standard formatting.diego2008-05-141-16/+18
* AVOption support for lavf demuxingmichael2008-05-101-0/+10
* Prefer libavformat musepack demuxer over internal one (which does not even su...reimar2008-04-161-0/+2
* Split the lavf taglists out of the lavf muxer to allow using libmpmuxalbeu2008-04-091-58/+2
* Set correct codec tag for raw rgb in mov, fixesreimar2008-04-051-0/+6
* Support 'default' attribute for audio and subtitle tracks.eugeni2008-03-301-0/+4
* Support switching to/from nosound in demux_lavf.eugeni2008-02-291-14/+8
* Don't select audio stream in lavf and mkv demuxers.eugeni2008-02-291-2/+2
* Don't select subtitle track in lavf and mkv demuxers.eugeni2008-02-291-7/+0
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleeugeni2008-02-291-13/+2
* Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio trackeugeni2008-02-291-0/+2
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-11/+5
* Fix r26032: wrong sub stream id assigned to dvdsub_id.eugeni2008-02-211-1/+1
* Support -slang in lavf demuxer.eugeni2008-02-191-1/+10
* Add speex tagreimar2008-02-061-0/+1
* Allow demuxers to choose a default value for correct_ptsreimar2008-02-031-1/+3
* Add support for attachments in lavf demuxer.eugeni2008-01-301-0/+7
* Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f...reimar2008-01-291-3/+6
* Use defines to give names to the different seek flags.reimar2008-01-291-2/+2
* Support CODEC_ID_MOV_TEXTreimar2008-01-281-0/+2
* Prefer lavf mov demuxer over our own, it should work better most of the time ...reimar2008-01-271-0/+1
* 100l, inverted condition for AVSEEK_FLAG_BACKWARDreimar2008-01-261-0/+1
* Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend onreimar2008-01-261-2/+3
* Cosmetics: remove some trailing whitespacereimar2008-01-261-17/+17
* Add QDM2 codec identifierreimar2008-01-261-0/+1
* Partially support vobsub subtitles from lavf demuxers (palette support missing)reimar2008-01-261-0/+2
* Allow overriding the codec_tag for audio codecs, and always override rtogni2008-01-201-3/+13
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-2/+2
* Add libass support to demux_lavf.eugeni2008-01-121-2/+12
* 100l, fix compilation.reimar2007-12-221-2/+2
* Set is_streamed correctly, should make network playback work more reliably.reimar2007-12-221-0/+1
* Get rid of URLProtocol mess (especially problematic since it made usereimar2007-12-221-34/+12
* Make m_option_t arrays referenced by cfg-common.h constreimar2007-12-021-1/+1
* Bring (de)muxer_lavf up to date with the libavformat API changes introduced b...iive2007-11-231-3/+3
* Musepack SV8 lavc decoder supportkostya2007-11-201-0/+1
* Remove unused variable:diego2007-10-301-1/+1
* reindented previously modified codenicodvb2007-10-271-4/+4
* implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switchingnicodvb2007-10-271-0/+54
* permit identification and selection of programsnicodvb2007-10-271-0/+29
* permit the transititions no stream <-> some streams and viceversa (needed for...nicodvb2007-10-271-3/+11
* moved to a new function handle_stream() the code to parse the streams and ass...nicodvb2007-10-271-111/+115
* add nellymoser codec to mplayer with internal fourcc NELLcompn2007-10-161-0/+1
* Add -lavfdopts cryptokeyreimar2007-10-141-0/+22
* Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal...voroshil2007-10-031-0/+2
* AMV demuxer and audio/video decodervoroshil2007-09-301-0/+1
* analyzeduration option for lavf demuxerhenry2007-09-291-0/+6
* remove useless int->double conversionhenry2007-09-291-3/+2
* fix warningshenry2007-09-291-1/+1
* reverted useless r24539ben2007-09-151-1/+0
* added monkey audio fourcc in wave headerben2007-09-151-0/+1
* Add support for cook audio (though most .rm files don't work with lavfreimar2007-09-151-0/+1
* Add nuv codec tag mappingreimar2007-09-091-0/+1
* Mark lavfpref demuxer as safe, so it that it is actually used for e.g.reimar2007-09-091-1/+1
* We can support SEEK_END seeks only when stream->end_pos is knownreimar2007-08-201-1/+1
* Add support for AVSEEK_SIZE in demux_lavfreimar2007-08-201-0/+2
* Do not seek to an invalid position.reimar2007-08-191-0/+2
* 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