log libmpdemux/demuxer.h @ 36012:72b526dc27a8

age author description
2012-11-26 reimar Try to improve seeking in files with only few video packets,
2012-02-19 reimar Code cleanup: Use a stream_control instead of global functions to
2011-12-31 ib Add new stream control command STREAM_CTRL_GET_NUM_TITLES.
2011-12-05 reimar Fix OSD time and e.g. frame number displayed with osd_fractions
2011-09-12 diego libass: consistently #include sub/ass_mp.h without #ifdefs
2011-06-10 cehoyos Fix typos.
2011-04-24 reimar Add a alloc_demuxer function that ensures all the critical stuff is
2011-01-30 reimar Make new_demux_packet return NULL if allocation failed, this should
2010-12-11 reimar Fix insufficient padding/memset at the end of demuxer packets.
2010-11-14 cboesch Remove most of the NULL pointer check before free all over the code
2010-10-27 cigaes Move ass_mp.[ch] to the sub directory.
2010-09-17 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
2010-09-08 diego Refactor *demuxer_name extern declarations to demuxer.h.
2010-07-02 reimar Move the subtitle pts handling code to demuxer.c
2010-06-24 diego Move rtsp_port extern declaration to demuxer.h.
2010-06-21 diego Move demuxer-specific option array declarations to demuxer.h.
2010-06-20 diego Move rtsp_transport_ extern variable declarations to demuxer.h.
2010-06-20 diego Move audio_stream_cache extern variable declaration to demuxer.h.
2010-06-20 diego Move demuxer-related extern variable declarations to demuxer.h.
2010-06-06 reimar Fix the ds->first documentation to actually match reality.
2010-03-07 iive Increase mplayer buffer padding size to match the new one from ffmpeg.
2010-02-27 cehoyos Fix compilation of C++ source files (partly reverts r30744).
2010-02-26 diego Do not cast the results of malloc/calloc/realloc.
2010-02-21 diego Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
2010-02-17 diego Remove demux_ogg-related declarations that are no longer necessary.
2010-02-14 reimar Simplify and slightly speed up avi_stream_id function.
2010-01-24 reimar Add forgotten declaration of ds_clear_parser.
2009-12-27 reimar Add support for parsing audio streams (though should be easy to extend to video)
2009-12-19 reimar Never include ass.h and ass_types.h directly, use ass_mp.h instead.
2009-11-07 cehoyos Separate teletext from tv support.
2009-11-01 reimar Unbreak the demuxer-specific code in video.c with e.g.
2009-07-26 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-05-08 diego Add standard license header to all files in libmpdemux.
2009-03-09 reimar Get rid of DEMUXER_TYPE_NUV define, it is no longer used.
2009-01-28 compn increase max subtitle stream limit
2009-01-26 diego WORDS_BIGENDIAN is defined/undefined, not 0/1.
2008-12-24 reimar Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to always 32 MB.
2008-12-03 diego Get rid of pointless 'extern' keywords.
2008-11-30 diego MNG demuxer by Stefan Schuermans, stefan blinkenarea org
2008-10-16 diego Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.
2008-08-03 diego Change a bunch of video/audio-output-specific preprocessor directives from
2008-08-02 diego Change a bunch of codec-specific preprocessor directives from a HAVE_
2008-07-30 diego Start unifying names of internal preprocessor directives.
2008-07-17 reimar Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
2008-07-16 reimar Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
2008-06-17 diego Add missing #includes that are required for things used in the header.
2008-06-02 nicodvb added and reused demux_flush() instead of emptying the demux_stream buffers;
2008-04-11 uau Remove unused function demux_read_data_pack
2008-03-30 eugeni Support 'default' attribute for audio and subtitle tracks.
2008-03-05 diego Add missing header #includes to fix 'make checkheaders'.
2008-02-29 eugeni Demuxer-independent functions for selecting tracks based on language.
2008-02-29 eugeni Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
2008-02-23 nicodvb New member in demuxer_t: reference_clock.
2008-02-22 diego Add MPLAYER_ prefix to multiple inclusion guards.
2008-02-12 reimar Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.
2008-02-03 reimar Allow demuxers to choose a default value for correct_pts
2008-01-29 reimar Use defines to give names to the different seek flags.
2008-01-13 reimar First step towards making all demuxer_desc_t const
2008-01-12 eugeni Add demuxer interface for attachments.