aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Split the lavf taglists out of the lavf muxer to allow using libmpmuxGravatar albeu2008-04-09
* Split the aac header parsing out of aac demuxer to allow using libmpmuxGravatar albeu2008-04-09
* Make stream independent of libmpdemux, the asf demuxer and streamingGravatar albeu2008-04-09
* Fix lots and lots of other demuxers broken by r26301Gravatar reimar2008-04-05
* Remove another useless castGravatar reimar2008-04-05
* Remove useless castGravatar reimar2008-04-05
* Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoderGravatar reimar2008-04-05
* Set demuxer->audio->id to avoid breakage due to r26301Gravatar reimar2008-04-05
* Set correct codec tag for raw rgb in mov, fixesGravatar reimar2008-04-05
* Remove unnecessary includesGravatar uau2008-04-01
* Support 'default' attribute for audio and subtitle tracks.Gravatar eugeni2008-03-30
* another DCA audio identified (0x86) used in BD; patch by kirill belokurov gma...Gravatar nicodvb2008-03-17
* Use HAVE_QUICKTIME instead of MACOSX preprocessor condition.Gravatar diego2008-03-15
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-05
* Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.Gravatar diego2008-03-03
* Revert fixing illegal identifiers to fix compilation on MinGW. UnfortunatelyGravatar diego2008-03-02
* Fix illegal identifiers starting with _ and capital letters.Gravatar diego2008-03-01
* Support switching to/from nosound in demux_lavf.Gravatar eugeni2008-02-29
* Remove unused function.Gravatar eugeni2008-02-29
* Reindent.Gravatar eugeni2008-02-29
* Don't select audio stream in lavf and mkv demuxers.Gravatar eugeni2008-02-29
* Set audio->sh correctly when switching audio tracks. The same for video tracks.Gravatar eugeni2008-02-29
* Don't select subtitle track in lavf and mkv demuxers.Gravatar eugeni2008-02-29
* Demuxer-independent functions for selecting tracks based on language.Gravatar eugeni2008-02-29
* Remove stupid checks of free() argument.Gravatar eugeni2008-02-29
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleGravatar eugeni2008-02-29
* Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio trackGravatar eugeni2008-02-29
* Add language info to sh_sub_t and sh_audio_t.Gravatar eugeni2008-02-29
* in ds_fill_buffer() disabled the code that demuxes until the arrival of the r...Gravatar nicodvb2008-02-25
* sun rasterfile decoderGravatar compn2008-02-25
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUEGravatar nicodvb2008-02-23
* read the PCR of the currently playing program (if available) in demuxer->refe...Gravatar nicodvb2008-02-23
* New member in demuxer_t: reference_clock.Gravatar nicodvb2008-02-23
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Fix r26032: wrong sub stream id assigned to dvdsub_id.Gravatar eugeni2008-02-21
* Support -slang in lavf demuxer.Gravatar eugeni2008-02-19
* when seeking in H264 an SPS *should* be a valid entry point; feel free to cha...Gravatar nicodvb2008-02-16
* cosmeticsGravatar nicodvb2008-02-16
* in ts_detect_streams() try to identify the program found based on vpid and ap...Gravatar nicodvb2008-02-16
* Change force_fps and force_ofps to doubleGravatar reimar2008-02-14
* Change mf_fps to doubleGravatar reimar2008-02-14
* typo fix: inited --> initializedGravatar diego2008-02-14
* add ffpcx decoder, works on my samples.Gravatar compn2008-02-13
* Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.Gravatar reimar2008-02-12
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadGravatar nicodvb2008-02-11
* cosmetic typo fix, geneate > generateGravatar compn2008-02-09
* Use AV_RB*, reduces x86_64 code size by almost 1kB.Gravatar reimar2008-02-09
* in some still unknown system format 0x82 identifies AUDIO_DTSGravatar nicodvb2008-02-08
* Add speex tagGravatar reimar2008-02-06