summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_lavf.c
Commit message (Expand)AuthorAgeFilesLines
* 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