aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* FFmpeg supports Bink, let MPlayer play it as wellGravatar kostya2010-02-21
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Do not discard stream buffer on eof, instead reuse it to slightly improveGravatar reimar2010-02-20
* Print demuxer name in "freeing demuxer" message.Gravatar reimar2010-02-20
* Print all 64 bits of seek position.Gravatar reimar2010-02-20
* Add header for AVI print functions; avoids many forward declarations.Gravatar diego2010-02-18
* Add header for asf_check_header, read_asf_header; avoids forward declarations.Gravatar diego2010-02-17
* #include proper header for skip_audio_frame() instead of forward declaring it.Gravatar diego2010-02-17
* Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.Gravatar diego2010-02-17
* Remove demux_ogg-related declarations that are no longer necessary.Gravatar diego2010-02-17
* Mark demux_ogg_sub_id() as static; it is not used outside of the file.Gravatar diego2010-02-17
* Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations.Gravatar diego2010-02-17
* Add read_avi_header() to aviheader.h; avoids forward declarations.Gravatar diego2010-02-17
* Add header file for store_ughvlc(); avoids forward declarations.Gravatar diego2010-02-17
* Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.Gravatar diego2010-02-17
* libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.Gravatar diego2010-02-17
* Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.Gravatar diego2010-02-17
* Add separate header for mp_a52_framesize(); avoids forward declarations.Gravatar diego2010-02-17
* Add config.h header #include; it is required for the HAVE_BIGENDIAN check.Gravatar diego2010-02-17
* Add separate header for aac_parse_frame(); avoids forward declarations.Gravatar diego2010-02-17
* Add separate header for real_fix_timestamp(); avoids forward declarations.Gravatar diego2010-02-17
* Mark mp_mp3_get_lsf() as static; it is not used outside of the file.Gravatar diego2010-02-17