summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Free track->language before assigning new valuereimar2006-10-091-0/+1
* Missing (in close function)/misplaced free for track structure itself.reimar2006-10-091-1/+1
* Free track data if error occurs while reading trackentryreimar2006-10-091-30/+41
* Free track encodings on error or demuxer closereimar2006-10-091-4/+23
* replace malloc+memset by callocreimar2006-10-091-8/+4
* Remove cast of realloc result missed in last patchreimar2006-10-091-1/+1
* Remove unneeded casts for malloc/realloc callsreimar2006-10-091-44/+43
* Fixesrathann2006-10-081-1/+1
* WavPack files contain a complete, valid RIFF tag, so use extension (.wv)reimar2006-10-081-1/+2
* Simplify: replace malloc + memset 0 by callocreimar2006-10-051-4/+2
* Fix demux_demuxers seeking if the video demuxer does not setreimar2006-10-051-0/+5
* Implement absolute and percent-based seekreimar2006-10-051-1/+12
* Reset demuxer->sub (consistently with audio and video) after seeking and at t...nicodvb2006-10-011-0/+2
* Add matroska v2 (SimpleBlock) support.eugeni2006-09-252-8/+46
* interpolate real fps of dvr-ms files using the extended stream properties.nicodvb2006-09-243-1/+61
* Make fill_buffer function check for stream eof, fixes hang at eof (bug #580)reimar2006-09-241-1/+2
* simplifications, any error from libnut is fatalods152006-09-231-32/+16
* sync to new libnutods152006-09-231-0/+1
* Missing part of previous patch to demux_real.c (revision 19958)reimar2006-09-231-2/+2
* int->unsigned to avoid crash to sign extension, partially fixes bug #580reimar2006-09-231-1/+1
* better rounding for audio_delay_fix in muxer_avi.cods152006-09-221-2/+2
* Try .mxf with libavformat first, works around a too greedy mpeg-demuxerreimar2006-09-221-0/+1
* demuxer->movi_end is updated after ds_fill_buffer(),nicodvb2006-09-181-1/+2
* conditional declerations are unnecessaryods152006-09-171-2/+0
* Add demux_nut to MPlayer repoods152006-09-174-1/+325
* Fix r19815: mkv_d->duration could be assigned an uninitialized value.eugeni2006-09-131-1/+1
* Fix seeking in Matroska files with non-default TimecodeScale value.eugeni2006-09-121-1/+2
* Fix block duration calculation in mkv demuxer.eugeni2006-09-121-0/+1
* Fix movie duration calculation in case when TimecodeScale element comes aftereugeni2006-09-121-5/+9
* Support for variable fps OGM files, blessed by Moritz.diego2006-09-122-0/+4
* Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by justreimar2006-09-111-0/+2
* Use better resolution for pts computation.rtogni2006-09-051-1/+1
* in fixup_vorbis_wf() set to 0 bitrates indicated as -1 (unspecified, accordin...nicodvb2006-09-051-1/+10
* Workaround for live Real streams starting with nonzero ptsrtogni2006-09-031-1/+1
* Fix crash on DEMUXER_CTRL_SWITCH_AUDIO introduced by aid_vid_mismatch patchreimar2006-09-031-25/+14
* Add support for rendering matroska plaintext subtitles with libass.eugeni2006-09-021-4/+28
* Matroska subtitles are always utf-8, no need to recode them.eugeni2006-09-021-3/+0
* Fix read beyond the end of allocated memory block.eugeni2006-09-021-1/+1
* Display track names in matroska files.eugeni2006-09-021-1/+25
* forgotten to pass the crc32 be2me_32()nicodvb2006-09-021-1/+1
* Extract "application/x-font" attachments from matroska, in additioneugeni2006-09-011-1/+2
* The FSF changed postal address.diego2006-09-017-9/+9
* include forgotten limits.hnicodvb2006-08-311-0/+1
* added lavfdopts to pass options to libavformatnicodvb2006-08-301-0/+19
* Remove XMMS_CFLAGS from CFLAGS, the variable is never set.diego2006-08-271-1/+1
* Get rid of demux_aid_vid_mismatch mess.reimar2006-08-265-51/+39
* don't try to autodetect aac in pes packets (the detection is prone to give wr...nicodvb2006-08-261-17/+2
* demux_avs compilation should depend on WIN32DLL support, not a linker flag.diego2006-08-221-1/+1
* SSA/ASS parser reworked, with 2 main results:eugeni2006-08-221-2/+2
* 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and ...nicodvb2006-08-211-2/+5
* demuxer_seek_chapter() returns informations about chapters count and namenicodvb2006-08-212-2/+25
* clarification in a commentnicodvb2006-08-181-1/+1
* support relative seeking in the stream-driven casenicodvb2006-08-181-0/+6
* added first revision of demuxer_seek_chapter()nicodvb2006-08-182-0/+67
* Fix seeking in matroska files when timecodes do not start from zero.eugeni2006-08-181-1/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* Simplistic attempt to make H.264 over RTSP work.reimar2006-08-161-0/+4
* Update information and print new value when demux_info_add is calledreimar2006-08-161-1/+3
* Add support for 13k Voice (Qclp) in 3g2 filesrtogni2006-08-112-1/+11
* pass average bitrate from encoder to (lavf) muxermichael2006-08-102-1/+3
* Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxerreimar2006-08-061-4/+12
* Add matroska chapter seeking capability.eugeni2006-08-064-33/+84
* Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.diego2006-08-042-17/+17
* auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on...nicodvb2006-08-041-0/+18
* moved pnm.h to stream/ (where it belongs)ben2006-08-041-43/+0
* Forgotten part of the LIVE555 configure test simplification.diego2006-08-031-2/+1
* mf.[hc] belong to libmpdemuxben2006-08-033-0/+173
* removed deprecated test.c file from libmpdemuxben2006-07-312-92/+2
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-3185-32283/+8
* Remove useless includertogni2006-07-301-1/+0
* Make some more function staticrtogni2006-07-302-9/+3
* md5 result is 16 bytes, not 20rtogni2006-07-301-1/+1
* removed now useless duplicate includesben2006-07-303-5/+0
* xor_table can't be NULL, remove useless checkrtogni2006-07-301-4/+1
* The real hash function is just a md5, replace with lavu codertogni2006-07-301-262/+6
* no need to reming the copyright with msg_(), the notice in the source is enoughnicodvb2006-07-301-5/+1
* re-added forgotten return in send_mpeg_lpcm_packet()nicodvb2006-07-291-1/+1
* final cleanup: implemented send_mpeg_pes_packet() and send_mpeg_lpcm_packet()...nicodvb2006-07-291-97/+29
* ptslen was set to 5 even when no pts==0nicodvb2006-07-291-1/+1
* Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,reimar2006-07-281-1/+18
* 10l, last commit swapped U and V planes.reimar2006-07-281-2/+2
* Handle frames with stride correctly (e.g. the "Version" source of current AVS).reimar2006-07-281-2/+16
* Do not count each decoded frame twice.reimar2006-07-281-2/+0
* Cosmetics for last commitreimar2006-07-281-10/+10
* Move more stuff under if (avs_has_video... to simplify later patches.reimar2006-07-281-4/+4
* set pts of the demux patcket correctlyreimar2006-07-281-1/+1
* Move variable declarations to the block level where they are actually usedreimar2006-07-281-11/+4
* call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer a...reimar2006-07-281-1/+6
* Do not treat AV_NOPTS_VALUE as a valid duration value.reimar2006-07-281-2/+2
* The C99 function strtof is unavailable in some BSD variants.diego2006-07-271-1/+1
* marks some read-only char* inside structs as const, patch by Stefan Huehner, ...reynaldo2006-07-271-1/+1
* Unify include paths in the build system, part I.diego2006-07-271-1/+1
* Introduce general V4L variable/define.diego2006-07-273-3/+3
* Missed HAVE_TV_V4L --> HAVE_TV_V4L1 rename.diego2006-07-271-1/+1
* Rename *v4l variable to *v4l1.diego2006-07-272-4/+4
* Incorrect check in gxf demuxer leading to crash with textKO.gxf sample filereimar2006-07-261-1/+1
* fix 3 bugs in libmpdemux/demux_mf.cgpoirier2006-07-261-3/+3
* Add simple edit list support to mov demuxer, it supports delay of audio and v...atmos42006-07-231-0/+18
* Take start time into consideration when calculation percentage positionreimar2006-07-231-1/+1
* rename rtsp.c to stream_rtsp.c for consistency with other input modulesben2006-07-222-1/+1
* Native MPEG4 SP/ASP/AP support in Matroska.rathann2006-07-222-0/+16
* display the right MPEG packet typeben2006-07-221-1/+1
* cosmetics: comments and reindentation asked by gxbennicodvb2006-07-222-12/+12
* simplified mpeg packetizer used by hw mpeg decoders/vo - first roundnicodvb2006-07-222-103/+54
* moved mpeg_packetizer helpers to libmpdemuxben2006-07-193-0/+327
* Fix use of uninitialized variableuau2006-07-171-1/+1
* marks several strings inside structs as const when they hold just reynaldo2006-07-163-5/+5
* marks several read-only string parameters and function return-values which ca...reynaldo2006-07-165-5/+5
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-151-1/+1
* Assume that missing streamcount means one stream, and missing mimetype rtogni2006-07-141-3/+42
* raise default tuning timeout to 30 seconds in order to give enough time to le...nicodvb2006-07-141-1/+1
* cosmetical reformattingnicodvb2006-07-141-39/+35
* simplification in dvb_step_channelnicodvb2006-07-141-15/+1
* force demuxer type to mpegts to speed up detection and avoid useless and slow...nicodvb2006-07-141-0/+2
* removed obsolete filenicodvb2006-07-141-40/+0
* moved LOF macros from dvb_defaults.hnicodvb2006-07-141-1/+4
* removed never used macros; patch by zzam gentoo org (Matthias Schwarzott)nicodvb2006-07-141-51/+0
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-141-3/+1
* printf --> mp_msgdiego2006-07-141-20/+20
* removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups,...reynaldo2006-07-142-8/+8
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.diego2006-07-132-38/+3
* more sizeof(char) funreynaldo2006-07-133-10/+10
* drops casts from void * on malloc/calloc from libmpdemux codereynaldo2006-07-1318-36/+36
* marks several string parameters as const, as they are not modified inside the...reynaldo2006-07-133-3/+3
* Remove non-existing CSS_INC.diego2006-07-121-1/+1
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* added new pvr:// input for ivtv based cardsben2006-07-104-0/+1036
* more c++ decl craprfelker2006-07-101-1/+2
* more c++ decl craprfelker2006-07-101-1/+1
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-0815-22/+1
* Revert r18878, always sync rm files using only pts (ignore framerate)rtogni2006-07-081-1/+8
* Remove unused prototypertogni2006-07-081-2/+0
* Initial libass release (without mencoder support).eugeni2006-07-073-4/+214
* Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.eugeni2006-07-073-15/+15
* lavf demuxer works better for gxfreimar2006-07-071-1/+1
* Fix for case when both V4L and V4L2 are enabledreimar2006-07-061-1/+1
* Move conditional compilation into the build system.diego2006-07-0623-114/+66
* cosmeticsdiego2006-07-061-4/+5
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-064-8/+17
* move some ill-behaving demuxers further down the listreimar2006-07-041-6/+6
* respect dvdnav's requests of WAIT to prevent while(1)nicodvb2006-07-041-0/+3
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-031-1/+1
* rm unnecesary casts from void* - part 4reynaldo2006-07-0310-44/+44
* rm unnecesary casts from void* - part 3reynaldo2006-07-022-19/+19
* missing free() if bails out at step 12ben2006-07-011-0/+1
* new rtsp-destination option which allows forcing destination ip address (fixe...ben2006-07-011-1/+5
* Fix A-V sync for real files (also live streams)rtogni2006-07-011-1/+1
* Add some explanatory comments to #endif jungle.diego2006-06-301-3/+3
* 10l: wrong #endif removed.diego2006-06-301-1/+1
* Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ...diego2006-06-301-2/+0
* coverity report #179 from xine: variable "rest" not freed or pointed-to in fu...ben2006-06-291-0/+1
* cosmetic patch to remove useless sizeof(char) statementsben2006-06-291-7/+7
* increase buffer size, "CSeq: %u" has a worst case of 17 (fix 1.18 from xine, ...ben2006-06-291-3/+3
* be more tolerant on server responses parameters case (fix 1.17 from xine, see...ben2006-06-291-8/+8
* 2 more unused functions removal (trying to sync with xine)ben2006-06-291-52/+0
* removed unused hexdump()ben2006-06-291-36/+0
* fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for repor...ben2006-06-291-0/+1
* Remove bogus stream_eof() test - av_read_frame() has its own buffer and canpacman2006-06-281-5/+0
* includes before checking for defines (thanks Reimar for watching me)ben2006-06-271-1/+2
* network code portability for win32ben2006-06-271-1/+10
* avoid messing up with includesben2006-06-272-5/+2
* don't declare same global var twice (break live555 compilation)ben2006-06-261-1/+1
* added new native rtsp demuxer code for mpeg-ts over rtp (now both real and no...ben2006-06-267-7/+802
* new imported library in libmpdemux: freesdp (will be used by native rtsp demu...ben2006-06-268-1/+3734
* cosmetic changes to avoid constants redefinitionben2006-06-261-8/+15
* Forgotten free on errorreimar2006-06-251-0/+2
* exit() is not allowed in any other function than main(); removednicodvb2006-06-241-7/+7
* fprintf -> ms_msgnicodvb2006-06-241-3/+3
* static-ized a couple of functionsnicodvb2006-06-242-3/+3
* rtp reordering of packets; patch by Ernitron (ernitron@fastwebnet.it)nicodvb2006-06-241-15/+165
* prevent a buffer overflow to occur at teardownben2006-06-231-2/+4
* moved generic rtsp related files from realrtsp to librtspben2006-06-239