aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* demux_avi: remove pointless checksGravatar reimar2010-11-14
* demux_avi: modify to avoid -aid problem in svnGravatar reimar2010-11-14
* demux_lavf: mark AVI timestamps non-pts to avoid messagesGravatar Uoti Urpala2010-11-14
* demux_lavf: use lavf for all formats except those listedGravatar Anton Khirnov2010-11-13
* core: give pts as parameter to demuxer_get_current_chapter()Gravatar Uoti Urpala2010-11-13
* demux_nsv: don't write to sh_video->ptsGravatar Uoti Urpala2010-11-13
* options: move -cache-min and cache-seek-min to option structGravatar Clément Bœsch2010-11-11
* options: move [no]hr-mp3-seek to option structGravatar Clément Bœsch2010-11-11
* options: move some demux options to option structGravatar Clément Bœsch2010-11-11
* demux: change "%s file format detected" messageGravatar Uoti Urpala2010-11-10
* demuxer.c: clean up demux_open_stream()Gravatar Uoti Urpala2010-11-10
* demux: error out if given invalid -demuxer optionGravatar Uoti Urpala2010-11-10
* demux_lavf: add simple seek-by-bytes mode for MPEGGravatar Uoti Urpala2010-11-10
* demux: improve -alang / -slang track choosing logicGravatar Uoti Urpala2010-11-08
* demux_mkv: seek: with no track-specific index entries use anyGravatar Uoti Urpala2010-11-08
* demux_mkv: fix relative seeks without indexGravatar Uoti Urpala2010-11-08
* demux_mkv: fix seek hang when going past end of file without indexGravatar Uoti Urpala2010-11-08
* demux_mkv: cleanup: separate index creation part of seekingGravatar Uoti Urpala2010-11-08
* core: use correct demuxer with -audiofile / -subfileGravatar Uoti Urpala2010-11-08
* demux_demuxers: initialize stream_pts to MP_NOPTS_VALUEGravatar Uoti Urpala2010-11-08
* core: move video pos/length query functions from demux to coreGravatar Uoti Urpala2010-11-08
* demux: fix -correct-pts autoselection with -audiofileGravatar Uoti Urpala2010-11-08
* demuxer.c: add missing parser list fourccsGravatar cehoyos2010-11-08
* demuxer.c: fix parser list fourcc typo: 'MPE '->'MP3 'Gravatar cehoyos2010-11-08
* demux_ts: Fix subtitle sync issuesGravatar reimar2010-11-08
* codecs_conf, mp_taglists: Use only one fourcc for LATMGravatar reimar2010-11-08
* demuxer.c: Add support for parsing LATMGravatar reimar2010-11-08
* demux_lavf: Fix program switchingGravatar reimar2010-11-08
* demux_lavf: Print PROGRAM_ID -identify output similar to demux_tsGravatar reimar2010-11-08
* codecs.conf, mp_taglists: Support FFmpeg LATM decodingGravatar cehoyos2010-11-08
* demux_lavf: for avi, use packet .dts instead of .ptsGravatar Uoti Urpala2010-11-06
* demux_lavf: avoid deprecated "first_iformat" by using newer APIGravatar Uoti Urpala2010-11-06
* demux_lavf: add hack for stream-changing ogg input (internet radio)Gravatar Uoti Urpala2010-11-06
* demux_lavf: more future proof AVInputFormat name comparisonGravatar Uoti Urpala2010-11-06
* Remove #warning preprocessor directivesGravatar diego2010-11-02
* demux_ts: fix subtitle stream breaking audio track switchGravatar cehoyos2010-11-02
* demux_lavf: handle new streams appearing during playbackGravatar reimar2010-11-02
* demux_pva: move functions, add "static"Gravatar diego2010-11-02
* mpeg_hdr.c: move function to avoid forward declarationGravatar diego2010-11-02
* demux_real.c: Remove unused hexdump() forward declarationGravatar diego2010-11-02
* demux_[mpg|ts|ty]: #include dec_audio.h for skip_audio_frame()Gravatar diego2010-11-02
* demux_mkv: fix decoded length calculation of LZO decompressionGravatar reimar2010-11-02
* demux_mkv: add some sanity checksGravatar Uoti Urpala2010-11-02
* build: enable/disable all FFmpeg libraries togetherGravatar Uoti Urpala2010-11-02
* Remove MEncoderGravatar Uoti Urpala2010-11-02
* demux_nemesi: Remove a pointless ifGravatar reimar2010-11-02
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* demux_rtp: Remove pointless typedef keywordGravatar diego2010-11-02
* Add central init_avcodec() to avoid duplicated libavcodec init codeGravatar diego2010-11-02