aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Drop pointless _t suffix from 'struct lavf_priv'.Gravatar diego2010-05-28
* Drop pointless _s suffix from 'struct af_stream'.Gravatar diego2010-05-27
* cosmetics: Reformat in K&R coding style.Gravatar diego2010-05-27
* Remove two pointless void* casts.Gravatar diego2010-05-27
* Remove unnecessary demux_mkv_seek() forward declaration.Gravatar diego2010-05-27
* cosmetics: Drop pointless _s suffix from 'struct ad_functions'.Gravatar diego2010-05-27
* Switch ogg demuxing to lavf by default.Gravatar reimar2010-05-26
* Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streamsGravatar hyc2010-05-25
* Do not use correct-pts for mpeg-ps: It breaks PAFF samples.Gravatar cehoyos2010-05-22
* Remove internal liba52 copy.Gravatar diego2010-05-09
* Use the system liba52 headers when internal liba52 is disabled, fixes:Gravatar diego2010-05-09
* cosmetic: typo, this wasn't supposed to be pluralGravatar aurel2010-05-04
* print a more detailed and more useful description of each stream with lavfGravatar aurel2010-05-03
* 10l: correctly use video_stream instead of audio_stream in the video sectionGravatar aurel2010-05-03
* add ID_..._NAME to -identify for each lavf stream which has a titleGravatar aurel2010-05-03
* uniformize handling of aid and vid with lavf so that it matches handling of sidGravatar aurel2010-05-03
* Silence permanent warning messages when decoding H264 over rtsp withGravatar cehoyos2010-05-02
* Continue probing even for score == AVPROBE_SCORE_MAX / 4 to matchGravatar reimar2010-05-01
* Use av_probe_input_format2 and avoid accepting detectionGravatar reimar2010-05-01
* Merge two redundant if checks, patch by ubitux, ubitux gmail com.Gravatar diego2010-04-16
* cosmetics: reindent demux_ogg.c to K&R style plus some prettyprintingGravatar diego2010-04-16
* Mark muxer-related m_option_t arrays as const.Gravatar diego2010-04-04
* Make audio switching with AVI demuxer chose the first audio streamGravatar reimar2010-03-31
* Support concatenated YUV4MPEG files.Gravatar reimar2010-03-27
* Use calloc instead of malloc+memsetGravatar reimar2010-03-27
* 100l, fix frametime calculation for MPEG-2 files with frame rate extension.Gravatar reimar2010-03-27
* ReindentGravatar reimar2010-03-22
* Start probing with a size matching the stream buffer size so it is possibleGravatar reimar2010-03-22
* Calculate width and height in mp4_header_process_vop().Gravatar cehoyos2010-03-15
* Fix value of bit counter at end of functions to prepare for future patches.Gravatar cehoyos2010-03-15
* Return MP_NOPTS_VALUE if we can't figure out the pts, not 0.Gravatar reimar2010-03-09
* Improve handling of 0-size ogg packets.Gravatar reimar2010-03-09
* Fix alpabetical order.Gravatar cehoyos2010-03-09
* Support SEGA CRI adx codec with demuxer lavf.Gravatar cehoyos2010-03-09
* Increase mplayer buffer padding size to match the new one from ffmpeg.Gravatar iive2010-03-07
* Remove unused static function mp_mp3_get_lsf().Gravatar cehoyos2010-02-27
* Remove pointless #ifdef checks for DEMUXER_H, which is never set.Gravatar diego2010-02-27
* Remove unnecessary stream.h #includes.Gravatar diego2010-02-27
* Fix compilation of C++ source files (partly reverts r30744).Gravatar cehoyos2010-02-27
* cosmetics: Rename "codecs_st" struct to just plain "codecs".Gravatar diego2010-02-26
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Add cast to proper type.Gravatar reimar2010-02-25
* Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in aGravatar tack2010-02-22
* Declare public function print_vprp() in aviprint.h.Gravatar diego2010-02-21
* Drop weird and unnecessary _s/_st suffixes from demuxer struct names.Gravatar diego2010-02-21
* Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.Gravatar diego2010-02-21
* cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
* Fix fps output with -identify when frame rate extension is used for MPEG-2Gravatar reimar2010-02-21
* Initialize frame rate extension fields in mp_header_process_sequence_headerGravatar reimar2010-02-21
* Parse and use the information from the frame rate extension header for MPEG-2.Gravatar reimar2010-02-21