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