summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r27332Uoti Urpala2008-07-217-44/+33
|\
| * Avoid including avcodec.h in demuxer.h (and thus many other files) just to getreimar2008-07-176-23/+26
| * limits.h is required for UINT_MAXreimar2008-07-161-0/+1
| * And a 1000l for r27263, swapped a condition, thus setting size toreimar2008-07-161-1/+1
| * 100l, fix calloc being called with the wrong argument due to reorderingreimar2008-07-161-1/+1
| * Make sure demuxed ASF packet is properly padded after descramblingreimar2008-07-161-1/+4
| * Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.hreimar2008-07-165-26/+7
| * Do not just print a warning, also fix the len in ASF demuxer!reimar2008-07-161-0/+1
* | Merge svn changes up to r27281Uoti Urpala2008-07-154-42/+42
|\|
| * Change a broken check. FFMAX does not work as intended because trak->chunkmap...reimar2008-07-141-2/+2
| * 100l, do not use macros on functions that are not idempotentreimar2008-07-131-1/+2
| * Reindent after last commitreimar2008-07-111-9/+9
| * Check size of tkdata before using it in mov demuxer.reimar2008-07-111-0/+2
| * Add atom_len sanity check to mov demuxer.reimar2008-07-111-0/+1
| * Quick hack to fix demux_mov crashes where easily possible.reimar2008-07-111-16/+16
| * 1000l, fix demux_lavf compilationreimar2008-07-111-1/+1
| * Correct stream-seekability tests in demux_audio and demux_lavfreimar2008-07-112-2/+2
| * Only read wav header cbSize when there is enough space in header.reimar2008-07-101-1/+1
| * 100l, assignment introduced in r27246 was exactly the wrong way around.reimar2008-07-101-1/+1
| * Cosmetics: reindentreimar2008-07-101-5/+5
| * Clean up reading of wav extradata.reimar2008-07-101-7/+3
| * Fix stupid and almost pointless check-after-read code in asfheader.c.reimar2008-07-091-3/+3
* | Merge svn changes up to r27242Uoti Urpala2008-07-093-2/+20
|\|
| * Use correct PRIu64 length modifier for uint64_t value, fixes the warning:diego2008-07-081-1/+1
| * Add support for MLP audio through FFmpeg.diego2008-07-071-0/+1
| * Add standard license header for NuppelVideo, i.e. GPL v2+.diego2008-07-061-1/+18
* | Merge svn changes up to r27202Uoti Urpala2008-07-051-0/+4
|\|
| * Check stdata_len before accessing stdata. Fixes bug #1125reimar2008-07-041-0/+4
* | Merge svn changes up to r27184Uoti Urpala2008-07-015-8/+14
|\|
| * Replace asserts by proper conditions to allow playback of some broken butreimar2008-06-291-4/+5
| * Make sure we do not use uninitialized data in case of a short read.reimar2008-06-291-0/+1
| * Do not use stdata before checking its lengthreimar2008-06-291-4/+5
| * add support for /game-formats/psx-str/compn2008-06-242-0/+3
* | Merge svn changes up to r27123Uoti Urpala2008-06-232-1/+4
|\|
| * Add missing #includes that are required for things used in the header.diego2008-06-172-1/+4
* | Merge svn changes up to r27092Uoti Urpala2008-06-174-44/+41
|\|
| * cosmetics: Remove useless parentheses, align.diego2008-06-161-3/+3
| * Chapter support for lavf demuxer.reimar2008-06-161-0/+7
| * Support NULL name parameter for demuxer_add_chapter.reimar2008-06-161-1/+1
| * cosmetics: Break overly long lines.diego2008-06-161-97/+178
| * cosmetics: indentation, whitespace changesdiego2008-06-161-648/+645
| * cosmetics: consistent * placementdiego2008-06-161-21/+21
| * cosmetics: one more if brace placement fixdiego2008-06-161-2/+1
| * M-x untabifydiego2008-06-161-24/+24
| * cosmetics: Remove all trailing whitespace.diego2008-06-161-4/+4
| * cosmetics: Split/join multiline statements.diego2008-06-161-4/+6
| * cosmetics: Consistently format all if, for, while constructs.diego2008-06-161-140/+170
| * Remove one more commented-out line.diego2008-06-161-1/+1
| * cosmetics: Make all function declarations consistent by moving the openingdiego2008-06-161-42/+90
| * Remove one more commented-out line.diego2008-06-161-1/+0
| * Remove pointless comments and commented-out code.diego2008-06-161-19/+6
| * Unbreak audio, thanks to Uoti for the insightlu_zero2008-06-121-0/+1
| * Remove unused variable, fixes the warning:diego2008-06-081-1/+0
* | Merge svn changes up to r26979Uoti Urpala2008-06-0413-109/+60
|\|
| * call demux_flush() where appropriatenicodvb2008-06-021-6/+1
| * use demux_flush() where appropriatenicodvb2008-06-021-6/+2
| * added and reused demux_flush() instead of emptying the demux_stream buffers;nicodvb2008-06-022-20/+11
| * Initialize sh_audio/sh_video->dsreimar2008-05-271-0/+2
| * Simplify/make new_sh behaviour more consistent when a stream gets redefined.reimar2008-05-271-3/+4
| * Cosmetics: simplifyreimar2008-05-271-3/+2
| * Move native musepack demuxer further down in demuxer listreimar2008-05-271-3/+3
| * add qclp fourcccompn2008-05-261-0/+1
| * Make internal subtitle and subtitle switching work with -audiofilereimar2008-05-211-0/+5
| * Use av_alloc_put_byte instead of custom protocol.reimar2008-05-211-48/+11
| * Continue detection if it is not clear if we have a MP3 or flac file.reimar2008-05-211-1/+2
| * add ffmpeg ea maxis xa adpcm audio decodercompn2008-05-161-0/+1
| * cosmetics: Remove pointless parentheses from return statements.diego2008-05-166-20/+17
| * Remove unused function, fixes the warning:diego2008-05-151-19/+0
* | Merge svn changes up to r26783Uoti Urpala2008-05-1513-99/+139
|\|
| * Remove unused variable, fixes the warning:diego2008-05-151-1/+0
| * cosmetics: Break overly long lines.diego2008-05-151-5/+7
| * Mark static tables const.diego2008-05-151-4/+4
| * Mark files that were imported from the MJPEG Tools suite as such.diego2008-05-144-4/+4
| * 10l: Revert license header cleanup on imported files.diego2008-05-142-33/+32
| * Use standard license headers with standard formatting.diego2008-05-148-112/+124
| * add rl2 codeccompn2008-05-141-0/+1
| * add ffptx , works on ptx samplescompn2008-05-121-0/+1
| * cosmetics: wording/spelling fixesdiego2008-05-111-18/+19
| * AVOption support for lavf demuxingmichael2008-05-101-0/+10
| * AVOptions support for lavf muxing.michael2008-05-101-0/+11
| * Replace a really ugly hack by a clean but not thread safe solution.michael2008-05-101-2/+7
* | Merge svn changes up to r26680Uoti Urpala2008-05-072-2/+6
|\|
| * Mike Baker agreed to relicense his parts of the code as GPL v2+ on IRC.diego2008-05-071-1/+1
| * Check ASF packet size before calling demux_asf_read_packet. Fixes segfaulteugeni2008-05-021-1/+5
* | Merge svn changes up to r26624Uoti Urpala2008-05-014-6/+0
|\|
| * Remove unnecessary version.h #includes.diego2008-04-304-6/+0
* | demux_mkv.c: Compiler warning fixesUoti Urpala2008-04-281-31/+12
* | Merge svn changes up to r26540Uoti Urpala2008-04-262-74/+1
|\|
| * Merge libmpdemux/Makefile into top-level Makefile.diego2008-04-241-73/+0
| * #include base64.h with full path.diego2008-04-241-1/+1
* | Make video decoder description structs constUoti Urpala2008-04-251-1/+1
* | Remove global vo_flagsUoti Urpala2008-04-251-0/+1
* | Store video decoder functions in struct sh_video fieldUoti Urpala2008-04-251-0/+1
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-254-24/+24
* | Merge svn changes up to r26510Uoti Urpala2008-04-233-3/+6
|\|
| * EXTRAXX_INC flags should now be added to .depend compilation,diego2008-04-231-1/+1
| * Take audio delay into account when seeking in avisynth demuxer.reimar2008-04-231-0/+2
| * Calculate fps as double-precision to make switching to double-precision fps v...reimar2008-04-231-1/+1
| * .depend has to get all the CFLAGS that the files it contains dependencydiego2008-04-221-1/+1
| * Add BFI video support through FFmpeg.diego2008-04-221-0/+1
| * Revert r26412: policy violationrtogni2008-04-191-8/+7
| * Revert r26411: policy violationrtogni2008-04-191-963/+812
* | Remove some unnecessary recursive includesUoti Urpala2008-04-232-10/+4
* | Move dvdsub_id to options structUoti Urpala2008-04-234-12/+2
* | Mark some functions staticUoti Urpala2008-04-233-3/+5
* | Move correct_pts to options structUoti Urpala2008-04-234-11/+9
* | Add option pointer to demuxers and stheader.h structsUoti Urpala2008-04-237-31/+55
* | Declare demuxer *_streams fields with proper typesUoti Urpala2008-04-232-6/+6
|/
* Prefer libavformat musepack demuxer over internal one (which does not even su...reimar2008-04-161-0/+2
* demux_asf: Fix operator precedence in packet length checkuau2008-04-131-1/+1
* demux_real.c: Always use MP_NOPTS_VALUE for unknown ptsuau2008-04-121-1/+1
* demux_mkv.c: Mark some static tables constuau2008-04-121-7/+8
* Reformat demuxer.cuau2008-04-121-812/+963
* Remove global demuxer_typeuau2008-04-123-3/+1
* Remove another two useless special-case from flac metadata reading functionreimar2008-04-121-20/+2
* Simplify: use AV_RB24reimar2008-04-121-1/+1
* Remove useless checksreimar2008-04-121-8/+1
* Simplify (currently disabled) get_flac_metadatareimar2008-04-121-11/+2
* Remove unused function demux_read_data_packuau2008-04-112-18/+0
* typo in filenamediego2008-04-111-1/+1
* Update comment to account for renamed header file.diego2008-04-111-1/+1
* Split the lavf taglists out of the lavf muxer to allow using libmpmuxalbeu2008-04-095-62/+115
* Split the aac header parsing out of aac demuxer to allow using libmpmuxalbeu2008-04-093-20/+51
* Make stream independent of libmpdemux, the asf demuxer and streamingalbeu2008-04-092-72/+104
* Fix lots and lots of other demuxers broken by r26301reimar2008-04-059-0/+9
* Remove another useless castreimar2008-04-051-1/+1
* Remove useless castreimar2008-04-051-1/+1
* Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoderreimar2008-04-051-0/+6
* Set demuxer->audio->id to avoid breakage due to r26301reimar2008-04-051-0/+1
* Set correct codec tag for raw rgb in mov, fixesreimar2008-04-051-0/+6
* Remove unnecessary includesuau2008-04-011-4/+0
* Support 'default' attribute for audio and subtitle tracks.eugeni2008-03-305-0/+42
* another DCA audio identified (0x86) used in BD; patch by kirill belokurov gma...nicodvb2008-03-171-0/+1
* Use HAVE_QUICKTIME instead of MACOSX preprocessor condition.diego2008-03-151-1/+1
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-059-0/+24
* Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.diego2008-03-031-0/+2
* Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunatelydiego2008-03-021-10/+10
* Fix illegal identifiers starting with _ and capital letters.diego2008-03-011-10/+10
* Support switching to/from nosound in demux_lavf.eugeni2008-02-291-14/+8
* Remove unused function.eugeni2008-02-291-20/+0
* Reindent.eugeni2008-02-291-18/+18
* Don't select audio stream in lavf and mkv demuxers.eugeni2008-02-292-13/+3
* Set audio->sh correctly when switching audio tracks. The same for video tracks.eugeni2008-02-291-0/+8
* Don't select subtitle track in lavf and mkv demuxers.eugeni2008-02-293-32/+0
* Demuxer-independent functions for selecting tracks based on language.eugeni2008-02-292-0/+37
* Remove stupid checks of free() argument.eugeni2008-02-292-28/+16
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleeugeni2008-02-295-45/+8
* Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio trackeugeni2008-02-293-23/+4
* Add language info to sh_sub_t and sh_audio_t.eugeni2008-02-292-0/+4
* in ds_fill_buffer() disabled the code that demuxes until the arrival of the r...nicodvb2008-02-251-0/+2
* sun rasterfile decodercompn2008-02-251-0/+7
* FFmpeg now uses different (unified) #include paths.diego2008-02-258-36/+11
* reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUEnicodvb2008-02-231-4/+6
* read the PCR of the currently playing program (if available) in demuxer->refe...nicodvb2008-02-231-3/+45
* New member in demuxer_t: reference_clock.nicodvb2008-02-232-0/+10
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2223-71/+69
* Fix r26032: wrong sub stream id assigned to dvdsub_id.eugeni2008-02-211-1/+1
* Support -slang in lavf demuxer.eugeni2008-02-191