Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-13 | gst/qtdemux/: QtDemux can now work push-based. | Edward Hervey | 1 | -1/+1 | |
Original commit message from CVS: * gst/qtdemux/Makefile.am: * gst/qtdemux/qtdemux.c: (gst_qtdemux_init), (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state), (extract_initial_length_and_fourcc), (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain), (qtdemux_sink_activate), (qtdemux_sink_activate_pull), (qtdemux_sink_activate_push), (qtdemux_parse_trak): * gst/qtdemux/qtdemux.h: QtDemux can now work push-based. It still needs some love for seeking. | |||||
2005-08-17 | removing README from Makefile.am as its gone from CVS | Christian Schaller | 1 | -2/+0 | |
Original commit message from CVS: removing README from Makefile.am as its gone from CVS | |||||
2003-08-10 | Remove redundant plugindir definition | David Schleef | 1 | -1/+0 | |
Original commit message from CVS: Remove redundant plugindir definition | |||||
2002-12-08 | parallel install fixes | Thomas Vander Stichele | 1 | -1/+1 | |
Original commit message from CVS: parallel install fixes | |||||
2002-05-13 | conformity | Thomas Vander Stichele | 1 | -6/+5 | |
Original commit message from CVS: conformity | |||||
2002-05-01 | adding new quicktime parser: | Artyom Baginski | 1 | -0/+13 | |
Original commit message from CVS: adding new quicktime parser: - openquicktime free (hense gst/qtdemux) - no more seeks for parsing -> better for network streams - uses GstByteStream - less memcpy's - long ChangeLog record in pompous style |