aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* Mark mov_build_index() as static; it is not used outside of the file.Gravatar diego2010-02-17
* libmpdemux: Mark functions not used outside of their files as static.Gravatar diego2010-02-17
* Support FFmpeg's ALS decoder.Gravatar reimar2010-02-16
* #include corresponding .h files in .c files.Gravatar diego2010-02-16
* Remove pointless header #includes; #include only required header stdint.h.Gravatar diego2010-02-16
* Make len unsigned. More correct anyway and avoids sign extension to 64 bitGravatar reimar2010-02-14
* Simplify and slightly speed up avi_stream_id function.Gravatar reimar2010-02-14
* Simplify.Gravatar reimar2010-02-14
* Dynamically increase probe size for lavf demuxer up to 2 MB.Gravatar reimar2010-02-12
* Replace incorrect usage of strncpy.Gravatar reimar2010-02-03
* ReindentGravatar reimar2010-02-03
* Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.Gravatar reimar2010-02-03
* Remove ds_fill_buffer calls from demux_resync, they cause issues at least withGravatar reimar2010-01-26
* Enable parsing for ASF audio streams.Gravatar reimar2010-01-26
* If audio was identified as DTS in the PMT do not override that with TrueHDGravatar reimar2010-01-24
* Add support for parsing MLP and TrueHD.Gravatar reimar2010-01-24
* Add forgotten declaration of ds_clear_parser.Gravatar reimar2010-01-24
* Remove now unused variables.Gravatar reimar2010-01-24
* Reset the parser on seek. Should fix some cases of audio "blips" after seeking.Gravatar reimar2010-01-24
* Move the resync-related code into more consistent places instead of having itGravatar reimar2010-01-24
* Add a proper header for our strsep implementation so strsep willGravatar reimar2010-01-17
* -demuxer rawaudio data will often need parsing (e.g. when it is used for rawGravatar reimar2010-01-15
* Use double-precision constants instead of single precision that gets cast to ...Gravatar reimar2010-01-13
* Use double instead of float for pts.Gravatar cehoyos2010-01-12
* Fix MP1 with demuxer lavf in MPEG (PS) files.Gravatar cehoyos2010-01-09
* Add support for JPEG2000 via FFmpeg/OpenJPEGGravatar reimar2010-01-03
* Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.Gravatar cehoyos2009-12-28
* Revert r30100: It breaks some mov and asf samples.Gravatar cehoyos2009-12-28
* Add support for parsing audio streams (though should be easy to extend to video)Gravatar reimar2009-12-27
* Remove currently unneeded members accidentally added in the last revision.Gravatar reimar2009-12-27
* Introduce a sh_common struct that contains the parts in common by the audio, ...Gravatar reimar2009-12-27
* Remove one more incorrect direct ass.h include.Gravatar reimar2009-12-27
* Fix grammar/missing verb in description.Gravatar reimar2009-12-25