| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify: replace malloc + memset 0 by calloc | reimar | 2006-10-05 | 1 | -4/+2 |
* | Fix demux_demuxers seeking if the video demuxer does not set | reimar | 2006-10-05 | 1 | -0/+5 |
* | Implement absolute and percent-based seek | reimar | 2006-10-05 | 1 | -1/+12 |
* | Reset demuxer->sub (consistently with audio and video) after seeking and at t... | nicodvb | 2006-10-01 | 1 | -0/+2 |
* | Add matroska v2 (SimpleBlock) support. | eugeni | 2006-09-25 | 2 | -8/+46 |
* | interpolate real fps of dvr-ms files using the extended stream properties. | nicodvb | 2006-09-24 | 3 | -1/+61 |
* | Make fill_buffer function check for stream eof, fixes hang at eof (bug #580) | reimar | 2006-09-24 | 1 | -1/+2 |
* | simplifications, any error from libnut is fatal | ods15 | 2006-09-23 | 1 | -32/+16 |
* | sync to new libnut | ods15 | 2006-09-23 | 1 | -0/+1 |
* | Missing part of previous patch to demux_real.c (revision 19958) | reimar | 2006-09-23 | 1 | -2/+2 |
* | int->unsigned to avoid crash to sign extension, partially fixes bug #580 | reimar | 2006-09-23 | 1 | -1/+1 |
* | better rounding for audio_delay_fix in muxer_avi.c | ods15 | 2006-09-22 | 1 | -2/+2 |
* | Try .mxf with libavformat first, works around a too greedy mpeg-demuxer | reimar | 2006-09-22 | 1 | -0/+1 |
* | demuxer->movi_end is updated after ds_fill_buffer(), | nicodvb | 2006-09-18 | 1 | -1/+2 |
* | conditional declerations are unnecessary | ods15 | 2006-09-17 | 1 | -2/+0 |
* | Add demux_nut to MPlayer repo | ods15 | 2006-09-17 | 4 | -1/+325 |
* | Fix r19815: mkv_d->duration could be assigned an uninitialized value. | eugeni | 2006-09-13 | 1 | -1/+1 |
* | Fix seeking in Matroska files with non-default TimecodeScale value. | eugeni | 2006-09-12 | 1 | -1/+2 |
* | Fix block duration calculation in mkv demuxer. | eugeni | 2006-09-12 | 1 | -0/+1 |
* | Fix movie duration calculation in case when TimecodeScale element comes after | eugeni | 2006-09-12 | 1 | -5/+9 |
* | Support for variable fps OGM files, blessed by Moritz. | diego | 2006-09-12 | 2 | -0/+4 |
* | Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by just | reimar | 2006-09-11 | 1 | -0/+2 |
* | Use better resolution for pts computation. | rtogni | 2006-09-05 | 1 | -1/+1 |
* | in fixup_vorbis_wf() set to 0 bitrates indicated as -1 (unspecified, accordin... | nicodvb | 2006-09-05 | 1 | -1/+10 |
* | Workaround for live Real streams starting with nonzero pts | rtogni | 2006-09-03 | 1 | -1/+1 |
* | Fix crash on DEMUXER_CTRL_SWITCH_AUDIO introduced by aid_vid_mismatch patch | reimar | 2006-09-03 | 1 | -25/+14 |
* | Add support for rendering matroska plaintext subtitles with libass. | eugeni | 2006-09-02 | 1 | -4/+28 |
* | Matroska subtitles are always utf-8, no need to recode them. | eugeni | 2006-09-02 | 1 | -3/+0 |
* | Fix read beyond the end of allocated memory block. | eugeni | 2006-09-02 | 1 | -1/+1 |
* | Display track names in matroska files. | eugeni | 2006-09-02 | 1 | -1/+25 |
* | forgotten to pass the crc32 be2me_32() | nicodvb | 2006-09-02 | 1 | -1/+1 |
* | Extract "application/x-font" attachments from matroska, in addition | eugeni | 2006-09-01 | 1 | -1/+2 |
* | The FSF changed postal address. | diego | 2006-09-01 | 7 | -9/+9 |
* | include forgotten limits.h | nicodvb | 2006-08-31 | 1 | -0/+1 |
* | added lavfdopts to pass options to libavformat | nicodvb | 2006-08-30 | 1 | -0/+19 |
* | Remove XMMS_CFLAGS from CFLAGS, the variable is never set. | diego | 2006-08-27 | 1 | -1/+1 |
* | Get rid of demux_aid_vid_mismatch mess. | reimar | 2006-08-26 | 5 | -51/+39 |
* | don't try to autodetect aac in pes packets (the detection is prone to give wr... | nicodvb | 2006-08-26 | 1 | -17/+2 |
* | demux_avs compilation should depend on WIN32DLL support, not a linker flag. | diego | 2006-08-22 | 1 | -1/+1 |
* | SSA/ASS parser reworked, with 2 main results: | eugeni | 2006-08-22 | 1 | -2/+2 |
* | 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and ... | nicodvb | 2006-08-21 | 1 | -2/+5 |
* | demuxer_seek_chapter() returns informations about chapters count and name | nicodvb | 2006-08-21 | 2 | -2/+25 |
* | clarification in a comment | nicodvb | 2006-08-18 | 1 | -1/+1 |
* | support relative seeking in the stream-driven case | nicodvb | 2006-08-18 | 1 | -0/+6 |
* | added first revision of demuxer_seek_chapter() | nicodvb | 2006-08-18 | 2 | -0/+67 |
* | Fix seeking in matroska files when timecodes do not start from zero. | eugeni | 2006-08-18 | 1 | -1/+1 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -1/+1 |
* | Simplistic attempt to make H.264 over RTSP work. | reimar | 2006-08-16 | 1 | -0/+4 |
* | Update information and print new value when demux_info_add is called | reimar | 2006-08-16 | 1 | -1/+3 |
* | Add support for 13k Voice (Qclp) in 3g2 files | rtogni | 2006-08-11 | 2 | -1/+11 |
* | pass average bitrate from encoder to (lavf) muxer | michael | 2006-08-10 | 2 | -1/+3 |
* | Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxer | reimar | 2006-08-06 | 1 | -4/+12 |
* | Add matroska chapter seeking capability. | eugeni | 2006-08-06 | 4 | -33/+84 |
* | Move store_ughvlc to demux_mov as demux_ogg is not always compiled in. | diego | 2006-08-04 | 2 | -17/+17 |
* | auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on... | nicodvb | 2006-08-04 | 1 | -0/+18 |
* | moved pnm.h to stream/ (where it belongs) | ben | 2006-08-04 | 1 | -43/+0 |
* | Forgotten part of the LIVE555 configure test simplification. | diego | 2006-08-03 | 1 | -2/+1 |
* | mf.[hc] belong to libmpdemux | ben | 2006-08-03 | 3 | -0/+173 |
* | removed deprecated test.c file from libmpdemux | ben | 2006-07-31 | 2 | -92/+2 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 85 | -32283/+8 |
* | Remove useless include | rtogni | 2006-07-30 | 1 | -1/+0 |
* | Make some more function static | rtogni | 2006-07-30 | 2 | -9/+3 |
* | md5 result is 16 bytes, not 20 | rtogni | 2006-07-30 | 1 | -1/+1 |
* | removed now useless duplicate includes | ben | 2006-07-30 | 3 | -5/+0 |
* | xor_table can't be NULL, remove useless check | rtogni | 2006-07-30 | 1 | -4/+1 |
* | The real hash function is just a md5, replace with lavu code | rtogni | 2006-07-30 | 1 | -262/+6 |
* | no need to reming the copyright with msg_(), the notice in the source is enough | nicodvb | 2006-07-30 | 1 | -5/+1 |
* | re-added forgotten return in send_mpeg_lpcm_packet() | nicodvb | 2006-07-29 | 1 | -1/+1 |
* | final cleanup: implemented send_mpeg_pes_packet() and send_mpeg_lpcm_packet()... | nicodvb | 2006-07-29 | 1 | -97/+29 |
* | ptslen was set to 5 even when no pts==0 | nicodvb | 2006-07-29 | 1 | -1/+1 |
* | Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS, | reimar | 2006-07-28 | 1 | -1/+18 |
* | 10l, last commit swapped U and V planes. | reimar | 2006-07-28 | 1 | -2/+2 |
* | Handle frames with stride correctly (e.g. the "Version" source of current AVS). | reimar | 2006-07-28 | 1 | -2/+16 |
* | Do not count each decoded frame twice. | reimar | 2006-07-28 | 1 | -2/+0 |
* | Cosmetics for last commit | reimar | 2006-07-28 | 1 | -10/+10 |
* | Move more stuff under if (avs_has_video... to simplify later patches. | reimar | 2006-07-28 | 1 | -4/+4 |
* | set pts of the demux patcket correctly | reimar | 2006-07-28 | 1 | -1/+1 |
* | Move variable declarations to the block level where they are actually used | reimar | 2006-07-28 | 1 | -11/+4 |
* | call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer a... | reimar | 2006-07-28 | 1 | -1/+6 |
* | Do not treat AV_NOPTS_VALUE as a valid duration value. | reimar | 2006-07-28 | 1 | -2/+2 |
* | The C99 function strtof is unavailable in some BSD variants. | diego | 2006-07-27 | 1 | -1/+1 |
* | marks some read-only char* inside structs as const, patch by Stefan Huehner, ... | reynaldo | 2006-07-27 | 1 | -1/+1 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 | 1 | -1/+1 |
* | Introduce general V4L variable/define. | diego | 2006-07-27 | 3 | -3/+3 |
* | Missed HAVE_TV_V4L --> HAVE_TV_V4L1 rename. | diego | 2006-07-27 | 1 | -1/+1 |
* | Rename *v4l variable to *v4l1. | diego | 2006-07-27 | 2 | -4/+4 |
* | Incorrect check in gxf demuxer leading to crash with textKO.gxf sample file | reimar | 2006-07-26 | 1 | -1/+1 |
* | fix 3 bugs in libmpdemux/demux_mf.c | gpoirier | 2006-07-26 | 1 | -3/+3 |
* | Add simple edit list support to mov demuxer, it supports delay of audio and v... | atmos4 | 2006-07-23 | 1 | -0/+18 |
* | Take start time into consideration when calculation percentage position | reimar | 2006-07-23 | 1 | -1/+1 |
* | rename rtsp.c to stream_rtsp.c for consistency with other input modules | ben | 2006-07-22 | 2 | -1/+1 |
* | Native MPEG4 SP/ASP/AP support in Matroska. | rathann | 2006-07-22 | 2 | -0/+16 |
* | display the right MPEG packet type | ben | 2006-07-22 | 1 | -1/+1 |
* | cosmetics: comments and reindentation asked by gxben | nicodvb | 2006-07-22 | 2 | -12/+12 |
* | simplified mpeg packetizer used by hw mpeg decoders/vo - first round | nicodvb | 2006-07-22 | 2 | -103/+54 |
* | moved mpeg_packetizer helpers to libmpdemux | ben | 2006-07-19 | 3 | -0/+327 |
* | Fix use of uninitialized variable | uau | 2006-07-17 | 1 | -1/+1 |
* | marks several strings inside structs as const when they hold just | reynaldo | 2006-07-16 | 3 | -5/+5 |
* | marks several read-only string parameters and function return-values which ca... | reynaldo | 2006-07-16 | 5 | -5/+5 |
* | marks several read-only string parameters which aren't modified inside the ca... | reynaldo | 2006-07-15 | 1 | -1/+1 |
* | Assume that missing streamcount means one stream, and missing mimetype | rtogni | 2006-07-14 | 1 | -3/+42 |
* | raise default tuning timeout to 30 seconds in order to give enough time to le... | nicodvb | 2006-07-14 | 1 | -1/+1 |
* | cosmetical reformatting | nicodvb | 2006-07-14 | 1 | -39/+35 |
* | simplification in dvb_step_channel | nicodvb | 2006-07-14 | 1 | -15/+1 |
* | force demuxer type to mpegts to speed up detection and avoid useless and slow... | nicodvb | 2006-07-14 | 1 | -0/+2 |
* | removed obsolete file | nicodvb | 2006-07-14 | 1 | -40/+0 |
* | moved LOF macros from dvb_defaults.h | nicodvb | 2006-07-14 | 1 | -1/+4 |
* | removed never used macros; patch by zzam gentoo org (Matthias Schwarzott) | nicodvb | 2006-07-14 | 1 | -51/+0 |
* | Remove support for obsolete and non-free divx4/odivx libraries. | diego | 2006-07-14 | 1 | -3/+1 |
* | printf --> mp_msg | diego | 2006-07-14 | 1 | -20/+20 |
* | removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups,... | reynaldo | 2006-07-14 | 2 | -8/+8 |
* | Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle. | diego | 2006-07-13 | 2 | -38/+3 |
* | more sizeof(char) fun | reynaldo | 2006-07-13 | 3 | -10/+10 |
* | drops casts from void * on malloc/calloc from libmpdemux code | reynaldo | 2006-07-13 | 18 | -36/+36 |
* | marks several string parameters as const, as they are not modified inside the... | reynaldo | 2006-07-13 | 3 | -3/+3 |
* | Remove non-existing CSS_INC. | diego | 2006-07-12 | 1 | -1/+1 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+1 |
* | added new pvr:// input for ivtv based cards | ben | 2006-07-10 | 4 | -0/+1036 |
* | more c++ decl crap | rfelker | 2006-07-10 | 1 | -1/+2 |
* | more c++ decl crap | rfelker | 2006-07-10 | 1 | -1/+1 |
* | Remove unused variables, patch by Stefan Huehner stefan at huehner org. | diego | 2006-07-08 | 15 | -22/+1 |
* | Revert r18878, always sync rm files using only pts (ignore framerate) | rtogni | 2006-07-08 | 1 | -1/+8 |
* | Remove unused prototype | rtogni | 2006-07-08 | 1 | -2/+0 |
* | Initial libass release (without mencoder support). | eugeni | 2006-07-07 | 3 | -4/+214 |
* | Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h. | eugeni | 2006-07-07 | 3 | -15/+15 |
* | lavf demuxer works better for gxf | reimar | 2006-07-07 | 1 | -1/+1 |
* | Fix for case when both V4L and V4L2 are enabled | reimar | 2006-07-06 | 1 | -1/+1 |
* | Move conditional compilation into the build system. | diego | 2006-07-06 | 23 | -114/+66 |
* | cosmetics | diego | 2006-07-06 | 1 | -4/+5 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 | 4 | -8/+17 |
* | move some ill-behaving demuxers further down the list | reimar | 2006-07-04 | 1 | -6/+6 |
* | respect dvdnav's requests of WAIT to prevent while(1) | nicodvb | 2006-07-04 | 1 | -0/+3 |
* | get_path as const, patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-03 | 1 | -1/+1 |
* | rm unnecesary casts from void* - part 4 | reynaldo | 2006-07-03 | 10 | -44/+44 |
* | rm unnecesary casts from void* - part 3 | reynaldo | 2006-07-02 | 2 | -19/+19 |
* | missing free() if bails out at step 12 | ben | 2006-07-01 | 1 | -0/+1 |
* | new rtsp-destination option which allows forcing destination ip address (fixe... | ben | 2006-07-01 | 1 | -1/+5 |
* | Fix A-V sync for real files (also live streams) | rtogni | 2006-07-01 | 1 | -1/+1 |
* | Add some explanatory comments to #endif jungle. | diego | 2006-06-30 | 1 | -3/+3 |
* | 10l: wrong #endif removed. | diego | 2006-06-30 | 1 | -1/+1 |
* | Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ... | diego | 2006-06-30 | 1 | -2/+0 |
* | coverity report #179 from xine: variable "rest" not freed or pointed-to in fu... | ben | 2006-06-29 | 1 | -0/+1 |
* | cosmetic patch to remove useless sizeof(char) statements | ben | 2006-06-29 | 1 | -7/+7 |
* | increase buffer size, "CSeq: %u" has a worst case of 17 (fix 1.18 from xine, ... | ben | 2006-06-29 | 1 | -3/+3 |
* | be more tolerant on server responses parameters case (fix 1.17 from xine, see... | ben | 2006-06-29 | 1 | -8/+8 |
* | 2 more unused functions removal (trying to sync with xine) | ben | 2006-06-29 | 1 | -52/+0 |
* | removed unused hexdump() | ben | 2006-06-29 | 1 | -36/+0 |
* | fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for repor... | ben | 2006-06-29 | 1 | -0/+1 |
* | Remove bogus stream_eof() test - av_read_frame() has its own buffer and can | pacman | 2006-06-28 | 1 | -5/+0 |
* | includes before checking for defines (thanks Reimar for watching me) | ben | 2006-06-27 | 1 | -1/+2 |
* | network code portability for win32 | ben | 2006-06-27 | 1 | -1/+10 |
* | avoid messing up with includes | ben | 2006-06-27 | 2 | -5/+2 |
* | don't declare same global var twice (break live555 compilation) | ben | 2006-06-26 | 1 | -1/+1 |
* | added new native rtsp demuxer code for mpeg-ts over rtp (now both real and no... | ben | 2006-06-26 | 7 | -7/+802 |
* | new imported library in libmpdemux: freesdp (will be used by native rtsp demu... | ben | 2006-06-26 | 8 | -1/+3734 |
* | cosmetic changes to avoid constants redefinition | ben | 2006-06-26 | 1 | -8/+15 |
* | Forgotten free on error | reimar | 2006-06-25 | 1 | -0/+2 |
* | exit() is not allowed in any other function than main(); removed | nicodvb | 2006-06-24 | 1 | -7/+7 |
* | fprintf -> ms_msg | nicodvb | 2006-06-24 | 1 | -3/+3 |
* | static-ized a couple of functions | nicodvb | 2006-06-24 | 2 | -3/+3 |
* | rtp reordering of packets; patch by Ernitron (ernitron@fastwebnet.it) | nicodvb | 2006-06-24 | 1 | -15/+165 |
* | prevent a buffer overflow to occur at teardown | ben | 2006-06-23 | 1 | -2/+4 |
* | moved generic rtsp related files from realrtsp to librtsp | ben | 2006-06-23 | 9 | -12/+15 |
* | remove some never called code | ben | 2006-06-23 | 2 | -18/+0 |
* | prevent most RTSP streams from locking due to -idx | ben | 2006-06-2 |