summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+10
* when seeking in H264 an SPS *should* be a valid entry point; feel free to cha...nicodvb2008-02-161-1/+1
* cosmeticsnicodvb2008-02-161-4/+2
* in ts_detect_streams() try to identify the program found based on vpid and ap...nicodvb2008-02-161-0/+7
* Change force_fps and force_ofps to doublereimar2008-02-142-2/+2
* Change mf_fps to doublereimar2008-02-142-2/+2
* typo fix: inited --> initializeddiego2008-02-144-11/+11
* add ffpcx decoder, works on my samples.compn2008-02-131-0/+1
* Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.reimar2008-02-122-6/+3
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadnicodvb2008-02-111-11/+0
* cosmetic typo fix, geneate > generatecompn2008-02-091-1/+1
* Use AV_RB*, reduces x86_64 code size by almost 1kB.reimar2008-02-091-18/+12
* in some still unknown system format 0x82 identifies AUDIO_DTSnicodvb2008-02-081-0/+1
* Add speex tagreimar2008-02-061-0/+1
* Check buffer index while reading to avoid sig11rtogni2008-02-051-2/+25
* Allow demuxers to choose a default value for correct_ptsreimar2008-02-035-7/+20
* Add support for attachments in lavf demuxer.eugeni2008-01-301-0/+7
* Add a comment to the #if 0reimar2008-01-291-1/+1
* Check that index is still within bounds of samples array.reimar2008-01-291-0/+4
* Make sure chunkmap values are within bounds when using them.reimar2008-01-291-2/+3
* Do not pointlessly read data, just skip it.reimar2008-01-291-2/+1
* Disable reading of flac metadata, mere metadata is not worth such a mess.reimar2008-01-291-1/+3
* Properly check length of flac metadata.reimar2008-01-291-0/+2
* Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f...reimar2008-01-291-3/+6
* Use defines to give names to the different seek flags.reimar2008-01-2925-60/+61
* Make mov subtitles work with -assreimar2008-01-291-1/+1
* clarify comments/docs about lav* being the preferred place to implement newivo2008-01-281-2/+4
* Support CODEC_ID_MOV_TEXTreimar2008-01-281-0/+2
* copy note on new demuxers and codecs to the top of the array as well to beivo2008-01-281-0/+3
* note on new demuxers and codecs, add them to lav* instead of libmp*ivo2008-01-281-0/+2
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-281-3/+3
* Support mov subtitle format directly instead of converting to text in the dem...reimar2008-01-271-9/+4
* Prefer lavf mov demuxer over our own, it should work better most of the time ...reimar2008-01-271-0/+1
* Simplify init_vobsub: pass palette via extradata.reimar2008-01-261-8/+3
* 100l, inverted condition for AVSEEK_FLAG_BACKWARDreimar2008-01-261-0/+1
* Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend onreimar2008-01-261-2/+3
* Cosmetics: remove some trailing whitespacereimar2008-01-261-17/+17
* Add QDM2 codec identifierreimar2008-01-261-0/+1
* Partially support vobsub subtitles from lavf demuxers (palette support missing)reimar2008-01-261-0/+2
*