summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most filesUoti Urpala2009-07-0761-1168/+1148
* Merge svn changes up to r29304Uoti Urpala2009-07-0764-146/+1210
|\
| * Get rid of some more trailing whitespacereynaldo2009-05-121-9/+9
| * chunk size = 0 is valid for DATA chunks (used in live streams), don't rtogni2009-05-101-1/+1
| * Add standard license header to all files in libmpdemux.diego2009-05-0861-119/+1168
| * Replace informal GPL license header by standard GPL header.diego2009-05-081-11/+12
| * Replace informal LGPL header by standard LGPL license header.diego2009-05-081-6/+20
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-0723-153/+157
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-0723-152/+152
* | Merge svn changes up to r29277Uoti Urpala2009-05-082-3/+5
|\|
| * Add prototype for mp_a52_framesize().diego2009-05-051-0/+2
| * libavformat is now the default for mov, update extension.c to match this.reimar2009-04-151-3/+3
* | demux_lavf: Make absolute seek time 0-based instead of file startUoti Urpala2009-04-241-1/+1
* | stheader.h: Allow inclusion before demuxer.hUoti Urpala2009-04-191-4/+5
* | Merge branch 'ordered_chapters'Uoti Urpala2009-04-086-253/+281
|\ \
| * | Support chapter seeking with ordered chaptersUoti Urpala2009-04-022-0/+2
| * | Change demuxer_seek_chapter() parametersUoti Urpala2009-04-022-57/+17
| * | demux_mkv: Remove first_tc and stop_timecodeUoti Urpala2009-04-021-33/+3
| * | demux_mkv: Adjust seeks a bit to catch inexact keyframe matchesUoti Urpala2009-04-021-0/+4
| * | Add improved relative seek modeUoti Urpala2009-03-243-7/+29
| * | demux_mkv: Parse ordered chapter informationUoti Urpala2009-03-223-3/+92
| * | Allocate struct demuxer with tallocUoti Urpala2009-03-212-4/+5
| * | demux_mkv: Some cleanup, fix duration printed at verbose levelUoti Urpala2009-03-211-154/+134
* | | Merge svn changes up to r29134Uoti Urpala2009-04-023-4/+3
|\ \ \ | | |/ | |/|
| * | Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-021-4/+0
| * | override codec tag for pcm s32le and s32be, used in movbcoudurier2009-04-021-0/+2
| * | Add config.h #include, necessary for HAVE_MALLOC_H check.diego2009-04-011-0/+1
| * | Increase probe buffer size to 32kB, this makes ac3 auto-detection far more re...reimar2009-04-011-1/+1
* | | Merge svn changes up to r29117Uoti Urpala2009-04-014-1/+11
|\| | | |/ |/|
| * override lavf tag for pcm s24le, mov uses the same for s24bebcoudurier2009-03-301-0/+1
| * Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream isreimar2009-03-291-0/+4
| * Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADERreimar2009-03-271-1/+1
| * map jls (jpeg-ls), thm and db (thumbnails) files to jpgcompn2009-03-211-0/+5
* | Merge svn changes up to r28951Uoti Urpala2009-03-145-644/+0
|\|
| * Get rid of DEMUXER_TYPE_NUV define, it is no longer used.reimar2009-03-091-1/+0
| * Get rid of nuppelvideo.h and its ugly packed struct and instead write thereimar2009-03-091-80/+0
| * Remove now unused parts of nuppelvideo.hreimar2009-03-091-99/+0
| * Remove native nuv demuxer, it only needs more code to achieve the same thingreimar2009-03-092-463/+0
| * Remove unused variable from demux_mov.reimar2009-03-081-1/+0
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-1/+2
|\|
| * Fix mp_msg call with too few arguments.reimar2009-03-041-1/+2
* | Merge svn changes up to r28690Uoti Urpala2009-02-211-1/+9
|\|
| * Be more robust against corrupted RM files that contain invalid packet lengthzuxy2009-02-191-1/+9
* | Merge svn changes up to r28641Uoti Urpala2009-02-184-4/+4
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-172-2/+2
| * Replace double semicolon by single semicolon.diego2009-02-162-2/+2
* | Merge svn changes up to r28610Uoti Urpala2009-02-161-33/+27
|\|
| * Fix a regression caused by r17933; RealMedia index tables could never be prin...zuxy2009-02-151-1/+1
| * Support seek in multirate RealMedia files.zuxy2009-02-151-32/+26
* | Merge svn changes up to r28537Uoti Urpala2009-02-123-152/+66
|\|
| * change internal real video packetizing format to the more straight forward oneaurel2009-02-092-136/+49
| * Fix a couple of unused variable warnings through the av_unused attribute.diego2009-02-071-10/+11
| * Convert CONFIG_ZLIB into a 0/1 option.diego2009-02-072-6/+6
* | Merge svn changes up to r28461Uoti Urpala2009-02-041-7/+7
|\|
| * Adapt to lzo changes in libavutilreimar2009-02-021-7/+7
* | Merge svn changes up to r28403Uoti Urpala2009-01-312-3/+3
|\|
| * increase max subtitle stream limitcompn2009-01-281-1/+1
| * WORDS_BIGENDIAN is defined/undefined, not 0/1.diego2009-01-262-2/+2
* | Merge svn changes up to r28348Uoti Urpala2009-01-231-0/+1
|\|
| * in parse_pat() IDENTIFY program number and pmt_pidnicodvb2009-01-221-0/+1
* | Merge svn changes up to r28341Uoti Urpala2009-01-192-2/+2
|\|
| * Fix compilation: s/ff_gcd/av_gcd.cehoyos2009-01-171-1/+1
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-1/+1
* | Merge svn changes up to r28310Uoti Urpala2009-01-155-21/+120
|\|
| * Rearrange genres between numbers 53 and 63 into the correct order.diego2009-01-091-11/+11
| * Replace reference to LICENSE file with GPL notice from said file.diego2009-01-091-1/+15
| * Add missing 'void' keyword to parameterless function declarations.diego2009-01-051-4/+4
| * added support for manual audio substream selection out of 0xFD PES streams (B...nicodvb2009-01-041-0/+69
| * Code simplificationreimar2009-01-011-3/+4
| * Make AVI demuxer more resilient against broken or incomplete files.reimar2009-01-011-2/+17
| * Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to ...reimar2008-12-241-4/+0
* | Merge svn changes up to r28149Uoti Urpala2008-12-144-45/+81
|\|
| * Add extra checks to avoid crashes with broken vqf filesreimar2008-12-141-6/+11
| * license header consistency cosmeticsdiego2008-12-132-2/+2
| * Replace informal GPL notes by standard GPL header.diego2008-12-132-9/+42
| * Simplify: use AV_RL32/AV_RB32reimar2008-12-131-10/+11
| * Avoid useless casts.reimar2008-12-131-1/+1
| * Warning fixes for demux_nutods152008-12-121-3/+2
| * Remove resync_audio_stream() from demux_nut seek functionods152008-12-121-2/+0
| * Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut APIods152008-12-121-14/+14
* | Merge svn changes up to r28087Uoti Urpala2008-12-0413-29/+29
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-0313-29/+29
* | demux_rtp.cpp: Add missing #includeUoti Urpala2008-12-021-0/+1
* | demux_rtp.cpp: Fix compilation issuesUoti Urpala2008-12-021-3/+3
* | Merge svn changes up to r28065Uoti Urpala2008-12-024-1/+632
|\|
| * MNG demuxer by Stefan Schuermans, stefan blinkenarea orgdiego2008-11-304-1/+632
* | Merge svn changes up to r27949Uoti Urpala2008-11-171-1/+1
|\|
| * Use 64 bit numbers for file positions in the seek function in audio demuxer.reimar2008-11-161-1/+1
* | Merge svn changes up to r27841Uoti Urpala2008-10-282-214/+0
|\|
| * Factorize vobsub idx/extradata handling.aurel2008-10-272-214/+0
* | Merge svn changes up to 27824Uoti Urpala2008-10-257-16/+21
|\|
| * increase the max RTP packet size to 5MB as modern Elphelattila2008-10-221-1/+1
| * Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.diego2008-10-161-0/+8
| * Fix double free in demux_nut, patch by Onur Küçük.ods152008-10-131-2/+0
| * Remove unused line (and fix an icc warning).cehoyos2008-10-091-1/+0
| * Correctly place second const in declaration.cehoyos2008-10-051-2/+2
| * Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place wherediego2008-10-052-10/+10
* | demux: Increase max buffered packet bytes from 8 to 128 MiBUoti Urpala2008-10-041-5/+1
* | demux: Reset demux stream 'eof' flag after packet buffer overflowUoti Urpala2008-10-041-0/+8
* | Merge svn changes up to r27688Uoti Urpala2008-10-032-3/+3
|\|
| * fix compilation w/ FFmpeg r15533gpoirier2008-10-032-3/+3
* | Merge svn changes up to r27682Uoti Urpala2008-10-022-1/+3
|\|
| * Apply patch for oCERT #2008-013 / CVE-2008-3827reimar2008-09-301-0/+3
| * Do not special-case a grouping-subsegment length of 0.reimar2008-09-251-1/+0
* | Merge svn changes up to r27649Uoti Urpala2008-09-203-20/+21
|\|
| * riff.h and avi.h are not needed, but avio.h is.diego2008-09-151-2/+1
| * Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.diego2008-09-152-18/+20
* | Merge svn changes up to r27573Uoti Urpala2008-09-101-5/+4
|\|
| * Make internal Matroska demuxer default againuau2008-09-091-1/+0
| * revert r27551 which break much more things than it fixesaurel2008-09-091-0/+1
| * Use internal demuxer for Matroska files for nowuau2008-09-081-1/+0
| * Revert bad changes to SSA/ASS subtitle packet formatuau2008-09-081-38/+1
| * Fix compilation after libavcodec major version 52 changesuau2008-09-081-2/+2
| * demux_mkv: output correctly formated ASS packetsaurel2008-09-051-1/+38
| * lavf: the subtitles display duration is stored in pkt.convergence_durationaurel2008-09-041-2/+2
* | Merge svn changes up to r27514Uoti Urpala2008-09-035-17/+22
|\|
| * support E-AC-3 decoding using ffmpegaurel2008-09-012-0/+2
| * Remove unused GUID_t definition that also incorrectly defined GUID_DEFINEDreimar2008-08-311-14/+0
| * handle the lavfpref demuxer in the same way as the lavf oneaurel2008-08-271-0/+1
| * prefer libavformat to demux matroska filesaurel2008-08-261-0/+1
| * cosmetics: indentationaurel2008-08-241-2/+2
| * use new lavf API to grab sample_aspect_ratio from the demuxersaurel2008-08-241-0/+4
| * add mapping for real audio and video CODEC_ID to MPlayer's fourccaurel2008-08-131-0/+6
| * demux_lavf: fix mp_seek behavior in case of seeking erroraurel2008-08-131-1/+6
* | Merge svn changes up to r27458Uoti Urpala2008-08-121-0/+1
|\|
| * fix audio in some rtsp streams, ok'd by lu_zerocompn2008-08-111-0/+1
* | Make various functions staticUoti Urpala2008-08-128-14/+14
* | Include corresponding .h in some .c filesUoti Urpala2008-08-121-0/+1
* | Merge svn changes up to r27441Uoti Urpala2008-08-088-18/+18
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-075-8/+8
| * 10l: MUSEPACK --> CONFIG_MUSEPACKdiego2008-08-071-1/+1
| * Rename font-related preprocessor directives.diego2008-08-071-3/+3
| * Rename a bunch of miscellaneous preprocessor directives.diego2008-08-071-1/+1
| * Rename all preprocessor directives related to Apple / Mac OS X.diego2008-08-061-1/+1
| * Rename preprocessor directives related to image libraries.diego2008-08-052-3/+3
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-1/+1
* | Merge svn changes up to r27399Uoti Urpala2008-08-024-14/+14
|\|
| * Change a bunch of codec-specific preprocessor directives from a HAVE_diego2008-08-024-11/+11
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-3/+3
* | Merge svn changes up to r27374Uoti Urpala2008-07-3012-55/+40
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-3012-31/+31
| * changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played)ptt2008-07-291-1/+1
| * add ffvp6a codeccompn