aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* Handle frames with stride correctly (e.g. the "Version" source of current AVS).Gravatar reimar2006-07-28
* Do not count each decoded frame twice.Gravatar reimar2006-07-28
* Cosmetics for last commitGravatar reimar2006-07-28
* Move more stuff under if (avs_has_video... to simplify later patches.Gravatar reimar2006-07-28
* set pts of the demux patcket correctlyGravatar reimar2006-07-28
* Move variable declarations to the block level where they are actually usedGravatar reimar2006-07-28
* call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer a...Gravatar reimar2006-07-28
* Do not treat AV_NOPTS_VALUE as a valid duration value.Gravatar reimar2006-07-28
* The C99 function strtof is unavailable in some BSD variants.Gravatar diego2006-07-27
* marks some read-only char* inside structs as const, patch by Stefan Huehner, ...Gravatar reynaldo2006-07-27
* Unify include paths in the build system, part I.Gravatar diego2006-07-27
* Introduce general V4L variable/define.Gravatar diego2006-07-27
* Missed HAVE_TV_V4L --> HAVE_TV_V4L1 rename.Gravatar diego2006-07-27