aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | Merge svn changes up to r30502Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * Fix alpabetical order.Gravatar cehoyos2010-03-09
| | | | | | | | | | | | | * Support SEGA CRI adx codec with demuxer lavf.Gravatar cehoyos2010-03-09
* | | | | | | | | | | | | | demuxer.h: increase input buffer padding to 64 to match FFmpegGravatar Uoti Urpala2010-03-09
| | | | | | | | | | | | | * Increase mplayer buffer padding size to match the new one from ffmpeg.Gravatar iive2010-03-07
| | | | | | | | | | | | |/
* | | | | | | | | | | | | translations: tweak cases that relied on concatenating adjacent stringsGravatar Uoti Urpala2010-03-07
* | | | | | | | | | | | | Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-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
| | | | | * 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