summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Split muxers into a separate library that only MEncoder is linked against.diego2006-11-271-9/+8
* Move common code to mpcommon.mak.diego2006-11-271-4/+0
* Remove unnecessary header indirection.diego2006-11-271-2/+0
* 10l: Muxers were not being compiled even when MEncoder was enabled.diego2006-11-271-0/+1
* FFmpeg-style conditional dependency declarationdiego2006-11-261-43/+23
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-28/+3
* Simplify, remove useless indirection.diego2006-11-261-4/+3
* Cleanup for uselessly complicated closed-caption subtitle handlingreimar2006-11-251-1/+1
* Remove superfluous comment.diego2006-11-251-3/+0
* Cosmetics: indentation fix.eugeni2006-11-231-10/+10
* permit muxing to raw pes (VDR uses this)nicodvb2006-11-211-5/+26
* Remove superfluous empty variable declaration.diego2006-11-211-1/+0
* check we aren't short of sh_videos before allocating another onenicodvb2006-11-201-13/+35
* slight simplification in demux_control_ts: no need to check *arg with last_{a...nicodvb2006-11-201-1/+1
* Unify dep/depend targets.diego2006-11-201-3/+1
* Reorganize code to move more things out of main().uau2006-11-201-0/+2
* in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical)nicodvb2006-11-191-79/+33
* during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x'nicodvb2006-11-191-6/+20
* 10l, compilation error in r21054reimar2006-11-191-1/+1
* Generalize subtitle switching, demux_ogg does not need a special casereimar2006-11-193-33/+2
* Make -slang work again, sub->id is -2 by default, so -slang would be ignoredreimar2006-11-191-1/+1
* Create a sh_sub_t for ogg subtitles.reimar2006-11-191-1/+1
* Support multiple subs in movreimar2006-11-191-0/+7
* fix demux_nut to give proper (estimate) of percent position after a seekods152006-11-181-1/+3
* Add disabled EAGAIN testing code for libnutods152006-11-181-6/+16
* move demux_nut priv calloc to init() instead of check_file()ods152006-11-181-2/+2
* implemented DEMUXER_CTRL_IDENTIFY_PROGRAMnicodvb2006-11-181-0/+85
* new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)nicodvb2006-11-181-0/+6
* support for XAN DPCM audiodiego2006-11-181-0/+1
* support for some more fringe formats, still buggy ..diego2006-11-171-0/+3
* Try reading palette for vobsubreimar2006-11-171-1/+18
* Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sa...reimar2006-11-171-0/+1
* missed piece in update to libnut API - non negative errorsods152006-11-171-2/+1
* support flic video through lavfdiego2006-11-171-0/+1
* COSMETICS: reformattednicodvb2006-11-161-4/+4
* restored circular looping when changing audio and video stream (previously br...nicodvb2006-11-161-2/+6
* reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIOnicodvb2006-11-161-0/+2
* implemented DEMUXER_CTRL_SWITCH_VIDEOnicodvb2006-11-161-1/+75
* added code to switch video streamnicodvb2006-11-162-0/+9
* cosmetics: Restore alphabetical order, align both tables.diego2006-11-161-11/+11
* support for RoQ video and audio through libavformatdiego2006-11-161-0/+2
* support for Electronic Arts ADPCM audiodiego2006-11-161-0/+1
* support for Delphine CIN audio and videodiego2006-11-161-0/+2
* update to libnut API, non-negative errorsods152006-11-161-12/+12
* support for Interplay DPCM audiodiego2006-11-161-0/+1
* cosmetics: alphabetical order and prettyprinting for the CodecTag tablediego2006-11-161-8/+8
* support for Sierra VMD videodiego2006-11-161-0/+1
* Add support for Tiertex SEQ video.diego2006-11-161-0/+1
* Add support for Westwood IMA ADPCM audio.diego2006-11-151-0/+1
* update to libnut, no nut_skip_packet()ods152006-11-151-1/+2
* update to libnut API, don't free the streamsods152006-11-151-3/+2
* Don't spam the console with timestamps (non-error messages printed every rtogni2006-11-141-2/+2
* Fix extradata passing to lavc RV20 decoderrtogni2006-11-142-61/+17
* update to libnut, add cache_syncpointsods152006-11-141-1/+2
* 10l copy&Ãpaste bug in subtitle sh handlingreimar2006-11-141-2/+2
* update to libnut, rename nut.h->libnut.hods152006-11-141-1/+1
* Try to handle oversized asf headers by ignoring anything beyond the first MBreimar2006-11-131-2/+6
* Incomplete support for vobsub (missing palette support) andreimar2006-11-131-0/+57
* Move sh_sub_t to stheader.h, where all the other sh structs are definedreimar2006-11-132-14/+14
* Add forgotten new_sh_subreimar2006-11-131-0/+2
* Make subtitle stream handling more similar to audio and video streams.reimar2006-11-134-8/+29
* change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libn...ods152006-11-121-1/+1
* consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...nicodvb2006-11-122-11/+7
* Remove duplicate message, the same info is printed anyway.diego2006-11-121-1/+0
* removed duplicated check in demuxer_seek_chapternicodvb2006-11-111-1/+1
* in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESY...nicodvb2006-11-111-0/+2
* shut warning on "realloc undefined" in demuxer.hods152006-11-101-0/+1
* update libnut APIods152006-11-101-1/+1
* Change some constants in pts arithmetic from float to double.uau2006-11-091-2/+2
* Changed code that used pts=0 in demux packets to indicate "not known".uau2006-11-091-13/+13
* Fix crash when attempting to seek in a streamed unseekable stream, likegpoirier2006-11-081-0/+2
* Move some FourCC values from libavformat/riff.c to our private mapping.diego2006-11-081-0/+3
* added demuxer_get_current_time() to get the current playtime (possibly aided ...nicodvb2006-11-072-0/+18
* now demux_seek() tries to seek aided by the stream layer, if possiblenicodvb2006-11-071-0/+23
* added definition of DEMUXER_CTRL_RESYNCnicodvb2006-11-071-0/+1
* fprintf -> mp_msgmichael2006-11-071-2/+2
* If parsing a seek head fails then mplayer should try continue parsing the fil...mosu2006-11-071-0/+9
* Add our own CODEC_ID -> fourcc translation tables so we do not needreimar2006-11-071-0/+22
* Fix index-based seeking in audio-only files, fixes bug #621reimar2006-11-051-1/+2
* Fix an obvious typo.eugeni2006-11-051-1/+1
* better wording for "workarounding"kraymer2006-11-051-1/+1
* MSGTRs for demux_avi.ckraymer2006-11-051-4/+4
* add MSGTR_MPDEMUX_MKV for demux_mkv.ckraymer2006-11-051-38/+32
* don't set the resolution for dvr-ms files: in the asf headers it seems tonicodvb2006-11-031-0/+5
* a previous commit introduced a bug that prevented tables nicodvb2006-10-291-8/+4
* simplified assignment of subtitles stream in ts_parse()nicodvb2006-10-291-14/+4
* Prevent segfault if video codec init failsrtogni2006-10-291-0/+4
* Make sure we do not read beyond end of subtitle packetreimar2006-10-291-1/+5
* realloc subtitle buffers since subcp_recode might have decreased their size.reimar2006-10-291-10/+5
* Quick hack to implement percent-based seeking, also fixes seeking with gmplayerreimar2006-10-291-0/+2
* handle broken ts packets before parsing the restnicodvb2006-10-291-23/+16
* Support new flac-in-ogg, fixes bug #229reimar2006-10-291-0/+15
* cosmetics: reformatted after previous commitnicodvb2006-10-291-8/+8
* 1000l: fixed broken handling of the adaption field - part 2nicodvb2006-10-291-1/+11
* fixed mishandling of stream_read() (it doesn't necessarily return -1 in case ...nicodvb2006-10-291-3/+3
* ts_parse() move section handling after stream_read() rather than repeating itnicodvb2006-10-291-49/+41
* removed useless check: when is_start is set the size of the payload nicodvb2006-10-281-6/+0
* in ts_parse() centralized stream_read()+stream_skip(); smaller and cleanernicodvb2006-10-281-31/+23
* Libass interface reworked:eugeni2006-10-281-3/+3
* Cleanup/simplify nsv check_file function.reimar2006-10-281-22/+7
* readability cosmeticsnicodvb2006-10-281-3/+1
* unconditionally assign the language code when available;nicodvb2006-10-281-14/+13
* Better check for non-broken NSVf-header to avoid incorrect detection.reimar2006-10-281-0/+2
* reformatted ts_parse() after previous commitnicodvb2006-10-281-34/+34
* removed unreachable code (when len=pes_parse2() returns 0)nicodvb2006-10-281-25/+2
* 10l: fixed misplaced adaption field checknicodvb2006-10-281-6/+6
* removed commented crc32 code; I'll eventualy reuse the one in lavunicodvb2006-10-281-16/+0
* slight simplificationsnicodvb2006-10-281-19/+11
* add two missing checks - PATCH by Karolina Lindqvist AT kramnet-sereynaldo2006-10-251-1/+4
* Allow lowercase letters in AVI stream id, fixes bug #277reimar2006-10-231-7/+4
* if no stream could be muxed flush_buffers() returns 0: prevents while(1) stal...nicodvb2006-10-221-0/+3
* Avoid crash after "AVI: No audio stream found -> no sound." message,reimar2006-10-211-2/+2
* Try playing files with wrong wav header length, fixes riff_broken_hrdlen.wavreimar2006-10-211-4/+2
* Remove #ifdef HAVE_FLAC, it was never needed and nowadays is never defined.reimar2006-10-211-4/+0
* Cosmetics: indentation fix indentation broken by last two demuxer.c commitsreimar2006-10-201-25/+25
* Fix opening of demuxers without check_file function, broken by r20309.reimar2006-10-201-3/+2
* Try other demuxers if open() fails.reimar2006-10-191-22/+18
* redone subcp_recode: get rid of static buffer, skip lines that failed toreimar2006-10-181-1/+1
* fixed corner case previously mishandled: don't play an audio only stream whennicodvb2006-10-171-1/+3
* as anounced, just some cleaning, purely janitorial changesreynaldo2006-10-151-81/+0
* Fix timestamps for streams where kf_base gets negativertogni2006-10-151-2/+2
* Implement -noidx since index can use quite a bit of memory, esp. when using v...reimar2006-10-151-0/+6
* during stream detection always parse ts_probesize bytes (even with -nosound s...nicodvb2006-10-151-6/+0
* Remove useless assignements, thanks reimar for noticing themrtogni2006-10-141-2/+0
* Cosmeticsreimar2006-10-121-5/+3
* strncpy->strlcpyreimar2006-10-121-1/+1
* Remove useless return; at end of functionreimar2006-10-121-1/+0
* Simplify demux_mkv_get_sub_langreimar2006-10-121-14/+1
* modifications pointed out by reimar doffingerptt2006-10-121-17/+5
* Remove old hack to search for .ar and VIDO, we know where they arertogni2006-10-111-16/+1
* added OSD audio switching visualizationptt2006-10-112-0/+36
* More possible memleaks.reimar2006-10-111-0/+7
* Avoid memleak on error while reading attachments or multiplereimar2006-10-111-0/+4
* Remove duplicate min/max macro definition.diego2006-10-111-4/+0
* Allows up to 8 bytes of extradata for cmsg24rtogni2006-10-101-2/+2
* Fix extradata lenght when adding cmsg24 datartogni2006-10-101-0/+1
* Cleanup: remove some old commented out skipsrtogni2006-10-101-10/+0
* Fix misdetection of http://samples.mplayerhq.hu/tta/tivo_misdetect.tta as TiV...reimar2006-10-101-3/+3
* Simplify (by using realloc with NULL parameter) and refactor code to growreimar2006-10-101-18/+15
* Fix problems on live streams with huge timestamps, causing overflows and rtogni2006-10-091-25/+27
* 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/