aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Use better resolution for pts computation.Gravatar rtogni2006-09-05
* in fixup_vorbis_wf() set to 0 bitrates indicated as -1 (unspecified, accordin...Gravatar nicodvb2006-09-05
* Workaround for live Real streams starting with nonzero ptsGravatar rtogni2006-09-03
* Fix crash on DEMUXER_CTRL_SWITCH_AUDIO introduced by aid_vid_mismatch patchGravatar reimar2006-09-03
* Add support for rendering matroska plaintext subtitles with libass.Gravatar eugeni2006-09-02
* Matroska subtitles are always utf-8, no need to recode them.Gravatar eugeni2006-09-02
* Fix read beyond the end of allocated memory block.Gravatar eugeni2006-09-02
* Display track names in matroska files.Gravatar eugeni2006-09-02
* forgotten to pass the crc32 be2me_32()Gravatar nicodvb2006-09-02
* Extract "application/x-font" attachments from matroska, in additionGravatar eugeni2006-09-01
* The FSF changed postal address.Gravatar diego2006-09-01
* include forgotten limits.hGravatar nicodvb2006-08-31
* added lavfdopts to pass options to libavformatGravatar nicodvb2006-08-30
* Remove XMMS_CFLAGS from CFLAGS, the variable is never set.Gravatar diego2006-08-27
* Get rid of demux_aid_vid_mismatch mess.Gravatar reimar2006-08-26
* don't try to autodetect aac in pes packets (the detection is prone to give wr...Gravatar nicodvb2006-08-26
* demux_avs compilation should depend on WIN32DLL support, not a linker flag.Gravatar diego2006-08-22
* SSA/ASS parser reworked, with 2 main results:Gravatar eugeni2006-08-22
* 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and ...Gravatar nicodvb2006-08-21
* demuxer_seek_chapter() returns informations about chapters count and nameGravatar nicodvb2006-08-21
* clarification in a commentGravatar nicodvb2006-08-18
* support relative seeking in the stream-driven caseGravatar nicodvb2006-08-18
* added first revision of demuxer_seek_chapter()Gravatar nicodvb2006-08-18
* Fix seeking in matroska files when timecodes do not start from zero.Gravatar eugeni2006-08-18
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* Simplistic attempt to make H.264 over RTSP work.Gravatar reimar2006-08-16
* Update information and print new value when demux_info_add is calledGravatar reimar2006-08-16
* Add support for 13k Voice (Qclp) in 3g2 filesGravatar rtogni2006-08-11
* pass average bitrate from encoder to (lavf) muxerGravatar michael2006-08-10
* Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxerGravatar reimar2006-08-06
* Add matroska chapter seeking capability.Gravatar eugeni2006-08-06
* Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.Gravatar diego2006-08-04
* auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on...Gravatar nicodvb2006-08-04
* moved pnm.h to stream/ (where it belongs)Gravatar ben2006-08-04
* Forgotten part of the LIVE555 configure test simplification.Gravatar diego2006-08-03
* mf.[hc] belong to libmpdemuxGravatar ben2006-08-03
* removed deprecated test.c file from libmpdemuxGravatar ben2006-07-31
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* Remove useless includeGravatar rtogni2006-07-30
* Make some more function staticGravatar rtogni2006-07-30
* md5 result is 16 bytes, not 20Gravatar rtogni2006-07-30
* removed now useless duplicate includesGravatar ben2006-07-30
* xor_table can't be NULL, remove useless checkGravatar rtogni2006-07-30
* The real hash function is just a md5, replace with lavu codeGravatar rtogni2006-07-30
* no need to reming the copyright with msg_(), the notice in the source is enoughGravatar nicodvb2006-07-30
* re-added forgotten return in send_mpeg_lpcm_packet()Gravatar nicodvb2006-07-29
* final cleanup: implemented send_mpeg_pes_packet() and send_mpeg_lpcm_packet()...Gravatar nicodvb2006-07-29
* ptslen was set to 5 even when no pts==0Gravatar nicodvb2006-07-29
* Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,Gravatar reimar2006-07-28
* 10l, last commit swapped U and V planes.Gravatar reimar2006-07-28