summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* 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-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.diego