aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* demux_audio: Set needs_parsing to 1 for DTS audioGravatar reimar2010-12-16
* demux-ts: fix TS files with MP4 ES AAC descriptorGravatar reimar2010-12-16
* mp_taglists.c: add tag for svq3Gravatar compn2010-12-16
* demux_lavf: Add support for uncompressed BGR24 pixfmtGravatar reimar2010-12-16
* cosmetics: make some arguments const, "unsigned char"->uint8_tGravatar reimar2010-12-16
* demux_avi: Add WAVEFORMATEXTENSIBLE supportGravatar reimar2010-12-16
* demux_audio: fix WAVEFORMATEXTENSIBLE supportGravatar reimar2010-12-16
* demux_ts: fix -sb when -aid stream is not foundGravatar reimar2010-12-16
* audio: FLAC: support new libavcodec parser, use lavf to demuxGravatar Uoti Urpala2010-12-09
* demux_mkv, ad_ffmpeg: use Matroska OutputSamplingFrequency if availableGravatar Uoti Urpala2010-11-21
* TOOLS/matroska.py: recognize 3 more elementsGravatar Uoti Urpala2010-11-21
* demux_lavf: fix check for files lavf doesn't recognizeGravatar Uoti Urpala2010-11-17
* demux: fix initial subtitle track selectionGravatar Uoti Urpala2010-11-16
* demux_mkv: seek: fix bogus audio packet from earlier positionGravatar Uoti Urpala2010-11-15
* demux_mkv: fix minor seek problemGravatar Uoti Urpala2010-11-15
* 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