aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_lavf.c
Commit message (Expand)AuthorAge
* Move some FourCC values from libavformat/riff.c to our private mapping.Gravatar diego2006-11-08
* Add our own CODEC_ID -> fourcc translation tables so we do not needGravatar reimar2006-11-07
* Implement absolute and percent-based seekGravatar reimar2006-10-05
* include forgotten limits.hGravatar nicodvb2006-08-31
* added lavfdopts to pass options to libavformatGravatar nicodvb2006-08-30
* Do not treat AV_NOPTS_VALUE as a valid duration value.Gravatar reimar2006-07-28
* Take start time into consideration when calculation percentage positionGravatar reimar2006-07-23
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.Gravatar diego2006-07-13
* drops casts from void * on malloc/calloc from libmpdemux codeGravatar reynaldo2006-07-13
* more c++ decl crapGravatar rfelker2006-07-10
* Remove bogus stream_eof() test - av_read_frame() has its own buffer and canGravatar pacman2006-06-28
* support for -alangGravatar nicodvb2006-06-21
* support for audio stream switchingGravatar nicodvb2006-06-20
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 10l 1000 fps fixGravatar michael2006-02-08
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* Update licensing information: The FSF changed postal address.Gravatar diego2006-01-13
* added support for external libavformatGravatar nicodvb2006-01-09
* makes demux_lavf (-demuxer 35) use the framerate specified in the containerGravatar gpoirier2005-10-10
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* Demuxer modularizationGravatar rtognimp2005-08-05
* Hopefully finally fix the last commitGravatar reimar2005-07-28
* lavf demuxer with raw PCM fix (and a related hang)Gravatar reimar2005-07-28
* LIBAVFORMAT_BUILD >= 4629Gravatar michael2005-07-17
* 10lGravatar faust32005-06-26
* LIBAVFORMAT_BUILD >= 4624Gravatar michael2005-05-01
* various (de)muxer_lavf fixesGravatar michael2005-03-25
* set i_bpsGravatar michael2005-03-25
* discard streams we dont needGravatar michael2005-03-25
* discard lavf packets with wrong idsGravatar nicodvb2005-01-30
* print build numGravatar michael2004-10-24
* 10l (mplayer doesnt like AV_NOPTS_VALUE)Gravatar michael2004-10-24
* LIBAVFORMAT_BUILD >= 4619Gravatar michael2004-10-10
* segfault fixGravatar michael2004-05-12
* fix possible segfault on lavf demuxer patch by (adland <adland123 at yahoo do...Gravatar michael2004-04-26
* seekingGravatar michael2004-04-11
* avoid unneeded stream_reset()Gravatar michael2004-04-11
* nicer EOF solution, mpeg-ps works now tooGravatar michael2004-04-11
* libavformat really doesnt like it that the streams get stuck if the end is re...Gravatar michael2004-04-11
* demux_lavfGravatar michael2004-04-11