summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* 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-12/+15
* remove some never called codeben2006-06-232-18/+0
* prevent most RTSP streams from locking due to -idxben2006-06-231-0/+1
* removed some includes that are now uselessben2006-06-231-2/+1
* new RTSP demuxer dedicated file, based on old code from realrtsp one but inte...ben2006-06-233-94/+176
* some printf() to mp_msg() replacementsben2006-06-231-6/+7
* move real_rtsp init/uninit code to its dedicated place to simplify a bit rtsp...ben2006-06-233-39/+83
* CVS --> Subversion in copyright noticesdiego2006-06-227-13/+13
* support for -alangnicodvb2006-06-211-5/+9
* cosmetic changes (defines will be used later in other parts of the code)ben2006-06-212-14/+21
* better RTSP RFC compliance (fixes in CSeq and TEARDOWN handling)ben2006-06-213-18/+63
* support for audio stream switchingnicodvb2006-06-201-1/+50
* fix a buffer overflow causing a segfaultaurel2006-06-201-1/+2
* Remove misleading Encrypted VOB message; patch by Ismail Donmez (ismail ab pa...nicodvb2006-06-191-3/+0
* feed any audio track present in the mux; switch to any of the available audio...nicodvb2006-06-191-29/+36
* try to reduce the distance between consecutive frames with pts to no more tha...nicodvb2006-06-181-1/+1
* prevent buffer overflow in the STD; simplified fill_packet() (moving part of ...nicodvb2006-06-181-87/+111
* Fix crash with all audio-only ogg files, the vorbis_info struct is notreimar2006-06-171-1/+1
* removed old dvdnav codenicodvb2006-06-161-4/+0
* reduced standard verbosity and changed output messages to more uniform descri...nicodvb2006-06-141-13/+13
* workaround: at every read update demux->movi_end with stream->end_pos; needed...nicodvb2006-06-141-0/+5
* restored support for dvdnav only in the stream layer; all other functionaliti...nicodvb2006-06-143-56/+141
* Clean up audio pts handling, make audio pts tracking in the audio-onlyuau2006-06-149-22/+4
* Change free_sh_audio() to take demuxer and stream id as parametersuau2006-06-145-11/+10
* Remove extern declaration for free_sh_audio() that is both unused anduau2006-06-141-2/+0
* support for audio stream switchingnicodvb2006-06-121-3/+98
* include stream_dvd's interface from libmpdemux/stream_dvd.hnicodvb2006-06-112-50/+2
* moved stream_dvd's interface to stream_dvd.hnicodvb2006-06-111-0/+48
* now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispec...nicodvb2006-06-111-4/+0
* Protect SIZE_MAX usertogni2006-06-092-0/+8
* Fix declaration mixed in among statements in the recent dvr-ms codepacman2006-06-091-1/+3
* moved store_ughvlc() before #ifdef HAVE_OGGVORBIS, so it can be used by other...nicodvb2006-06-091-16/+16
* support for vorbis in mp4/movnicodvb2006-06-092-3/+61
* decoderConfigLen can be larger than 255 bytesnicodvb2006-06-092-2/+2
* first vorbis packet before vorbis_synthesis_headeri() must have b_o_s==1nicodvb2006-06-071-0/+1
* Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"pacman2006-06-063-33/+198
* Fix a few minor spelling errors in comments.corey2006-06-052-3/+3
* Disable unsecure dumping of generic track with -v -v -vrtogni2006-06-051-1/+1
* support for dts (identified only by the PMT, not from the bitstream)nicodvb2006-06-041-1/+11
* fixed wrong assignment of stream type in generic PES_PRIVATE1 streams (didn't...nicodvb2006-06-041-1/+1
* one more a52 descriptor (dvb impl., untested)nicodvb2006-06-041-1/+1
* configurable tuning timeoutnicodvb2006-06-043-14/+19
* Fix potential integer overflows in memory allocation.rtogni2006-06-0422-46/+86
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
* metadata supportmichael2006-05-301-1/+20
* psm longer than 1018 bytes is not allowed, thus invalidnicodvb2006-05-181-1/+1
* Fix:rathann2006-05-143-4/+4
* fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepa...gpoirier2006-05-141-0/+1
* Fix some potential integer overflow in memory allocation (mot of thesertognimp2006-05-142-7/+12
* missing argument for mp_msg, fixes:rathann2006-05-131-1/+1
* where necesary, replaced all realloc() with realloc_struct() to prevent int o...nicodvb2006-05-131-4/+14
* when searching ac3 in unqualified pes_private1 streams there's no need to sca...nicodvb2006-05-131-0/+3
* prevent memleaknicodvb2006-05-131-3/+4
* unconditionally stop allocating memory for dvb_channel_t after 1 MB: it's unr...nicodvb2006-05-131-0/+5
* accidentally committed this overflow fix with the declaration fix before.rfelker2006-05-131-1/+1
* posix compliance, dont use ancient legacy namerfelker2006-05-132-2/+2
* 10^100l c++ declarationsrfelker2006-05-131-2/+5
* allocate correct extradata sizenicodvb2006-05-121-1/+1
* raised max extradata size and refuse to store more than the limitnicodvb2006-05-121-1/+7
* don't allocate (and demux_push() immediately) demux_packet()s > MAX_PACK_SIZE...nicodvb2006-05-121-2/+4
* search ac3 in dvd substream only if pes_aligned flag is set in the pes header...nicodvb2006-05-121-1/+1
* Fix potential integer overflows in memory allocation. Patch by Reimar and me,...rtognimp2006-05-112-15/+41
* unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without ...nicodvb2006-05-101-6/+27
* moved code to set aspect ratio for mpeg12 away from video.c and into decoder ...nicodvb2006-05-101-1/+0
* Unconditionally compile the Matroska demuxer.diego2006-05-084-11/+1
* COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.cnicodvb2006-05-073-28/+35
* support for vfps OGM filesdiego2006-05-061-1/+3
* Fix calculation of stream sizes when they are too big for a 32-bit variablepacman2006-05-061-6/+6
* fixed %d->PRIu64 in read_mpeg_timestamp()nicodvb2006-05-031-1/+1
* stream_read_word() returns _unsigned_ intnicodvb2006-05-031-1/+1
* in read_mpeg_timestamp() cast int expression to uint64_t before shifting to a...nicodvb2006-05-031-1/+1
* 100000l to the fools who don't know Crfelker2006-05-014-4/+4
* Change common pts variables from floats to doubles. Individual demuxersuau2006-04-273-9/+10
* Increase HEADER_SEARCH_SIZE, fixes high-bitrate streams from demoscene.tv.diego2006-04-241-1/+1
* removed more unused stuffnicodvb2006-04-241-7/+2
* when muxing mpeg audio streams analyze the first 32 KB of data to obtain the ...nicodvb2006-04-241-3/+51
* 4 - Implement a better way to calculate current audio pts and use it forrtognimp2006-04-243-0/+24
* 3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h tortognimp2006-04-242-6/+1
* simplified parse_audio()nicodvb2006-04-241-72/+63
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-2411-115/+70
* Do not give bogus timestamps for laced packets with no default duration. Patc...mosu2006-04-241-0/+4
* resource leak fix.gpoirier2006-04-231-0/+3
* Rename some forgotten #ifdef STREAMING_LIVE_DOT_COM to STREAMING_LIVE555.diego2006-04-231-3/+3
* Partially revert 1.140, restoring the old behaviour for all codecsrtognimp2006-04-231-2/+5
* removed more unused code and struct membersnicodvb2006-04-221-17/+6
* removed unused variablesnicodvb2006-04-221-6/+5
* moved inline at beginning of declarationnicodvb2006-04-221-1/+1
* finally replaced the old interleaving with the new one that respects bufferin...nicodvb2006-04-221-591/+137
* introduced new functions to handle pack writing and interleaving strategy (wi...nicodvb2006-04-221-0/+351
* fixed muxrates for xvcd and xsvcdnicodvb2006-04-221-4/+2
* audio init code was previously moved to fix_parameters() so removed from writ...nicodvb2006-04-221-18/+0
* introduced structures and code to keep track of decoder's buffers sizesnicodvb2006-04-221-0/+88
* new code to simplify assignment of timestamps; removed temp_ref from mpeg_fra...nicodvb2006-04-221-258/+133
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...reynaldo2006-04-2211-17/+23
* Implement getting colors. The mapping between MPlayer's gamma rangealbeu2006-04-211-17/+24
* Implement tv_get_color_options() and make tv_set_color_options() returnalbeu2006-04-212-9/+27
* removed useless (and broken as hell) buffering code from muxer1; buffering co...nicodvb2006-04-201-42/+1
* removed skip_padding (never used and totally useless)nicodvb2006-04-201