| Commit message (Expand) | Author | Age |
* | demuxer_seek_chapter() returns informations about chapters count and name | nicodvb | 2006-08-21 |
* | clarification in a comment | nicodvb | 2006-08-18 |
* | support relative seeking in the stream-driven case | nicodvb | 2006-08-18 |
* | added first revision of demuxer_seek_chapter() | nicodvb | 2006-08-18 |
* | Fix seeking in matroska files when timecodes do not start from zero. | eugeni | 2006-08-18 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 |
* | Simplistic attempt to make H.264 over RTSP work. | reimar | 2006-08-16 |
* | Update information and print new value when demux_info_add is called | reimar | 2006-08-16 |
* | Add support for 13k Voice (Qclp) in 3g2 files | rtogni | 2006-08-11 |
* | pass average bitrate from encoder to (lavf) muxer | michael | 2006-08-10 |
* | Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxer | reimar | 2006-08-06 |
* | Add matroska chapter seeking capability. | eugeni | 2006-08-06 |
* | Move store_ughvlc to demux_mov as demux_ogg is not always compiled in. | diego | 2006-08-04 |
* | auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on... | nicodvb | 2006-08-04 |
* | moved pnm.h to stream/ (where it belongs) | ben | 2006-08-04 |
* | Forgotten part of the LIVE555 configure test simplification. | diego | 2006-08-03 |
* | mf.[hc] belong to libmpdemux | ben | 2006-08-03 |
* | removed deprecated test.c file from libmpdemux | ben | 2006-07-31 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 |
* | Remove useless include | rtogni | 2006-07-30 |
* | Make some more function static | rtogni | 2006-07-30 |
* | md5 result is 16 bytes, not 20 | rtogni | 2006-07-30 |
* | removed now useless duplicate includes | ben | 2006-07-30 |
* | xor_table can't be NULL, remove useless check | rtogni | 2006-07-30 |
* | The real hash function is just a md5, replace with lavu code | rtogni | 2006-07-30 |
* | no need to reming the copyright with msg_(), the notice in the source is enough | nicodvb | 2006-07-30 |
* | re-added forgotten return in send_mpeg_lpcm_packet() | nicodvb | 2006-07-29 |
* | final cleanup: implemented send_mpeg_pes_packet() and send_mpeg_lpcm_packet()... | nicodvb | 2006-07-29 |
* | ptslen was set to 5 even when no pts==0 | nicodvb | 2006-07-29 |
* | Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS, | reimar | 2006-07-28 |
* | 10l, last commit swapped U and V planes. | reimar | 2006-07-28 |
* | Handle frames with stride correctly (e.g. the "Version" source of current AVS). | reimar | 2006-07-28 |
* | Do not count each decoded frame twice. | reimar | 2006-07-28 |
* | Cosmetics for last commit | reimar | 2006-07-28 |
* | Move more stuff under if (avs_has_video... to simplify later patches. | reimar | 2006-07-28 |
* | set pts of the demux patcket correctly | reimar | 2006-07-28 |
* | Move variable declarations to the block level where they are actually used | reimar | 2006-07-28 |
* | call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer a... | reimar | 2006-07-28 |
* | Do not treat AV_NOPTS_VALUE as a valid duration value. | reimar | 2006-07-28 |
* | The C99 function strtof is unavailable in some BSD variants. | diego | 2006-07-27 |
* | marks some read-only char* inside structs as const, patch by Stefan Huehner, ... | reynaldo | 2006-07-27 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 |
* | Introduce general V4L variable/define. | diego | 2006-07-27 |
* | Missed HAVE_TV_V4L --> HAVE_TV_V4L1 rename. | diego | 2006-07-27 |
* | Rename *v4l variable to *v4l1. | diego | 2006-07-27 |
* | Incorrect check in gxf demuxer leading to crash with textKO.gxf sample file | reimar | 2006-07-26 |
* | fix 3 bugs in libmpdemux/demux_mf.c | gpoirier | 2006-07-26 |
* | Add simple edit list support to mov demuxer, it supports delay of audio and v... | atmos4 | 2006-07-23 |
* | Take start time into consideration when calculation percentage position | reimar | 2006-07-23 |
* | rename rtsp.c to stream_rtsp.c for consistency with other input modules | ben | 2006-07-22 |