| Commit message (Expand) | Author | Age | Files | Lines |
* | add ffmpeg ea maxis xa adpcm audio decoder | compn | 2008-05-16 | 1 | -0/+1 |
* | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 | 6 | -20/+17 |
* | Remove unused function, fixes the warning: | diego | 2008-05-15 | 1 | -19/+0 |
* | Remove unused variable, fixes the warning: | diego | 2008-05-15 | 1 | -1/+0 |
* | cosmetics: Break overly long lines. | diego | 2008-05-15 | 1 | -5/+7 |
* | Mark static tables const. | diego | 2008-05-15 | 1 | -4/+4 |
* | Mark files that were imported from the MJPEG Tools suite as such. | diego | 2008-05-14 | 4 | -4/+4 |
* | 10l: Revert license header cleanup on imported files. | diego | 2008-05-14 | 2 | -33/+32 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 | 8 | -112/+124 |
* | add rl2 codec | compn | 2008-05-14 | 1 | -0/+1 |
* | add ffptx , works on ptx samples | compn | 2008-05-12 | 1 | -0/+1 |
* | cosmetics: wording/spelling fixes | diego | 2008-05-11 | 1 | -18/+19 |
* | AVOption support for lavf demuxing | michael | 2008-05-10 | 1 | -0/+10 |
* | AVOptions support for lavf muxing. | michael | 2008-05-10 | 1 | -0/+11 |
* | Replace a really ugly hack by a clean but not thread safe solution. | michael | 2008-05-10 | 1 | -2/+7 |
* | Mike Baker agreed to relicense his parts of the code as GPL v2+ on IRC. | diego | 2008-05-07 | 1 | -1/+1 |
* | Check ASF packet size before calling demux_asf_read_packet. Fixes segfault | eugeni | 2008-05-02 | 1 | -1/+5 |
* | Remove unnecessary version.h #includes. | diego | 2008-04-30 | 4 | -6/+0 |
* | Merge libmpdemux/Makefile into top-level Makefile. | diego | 2008-04-24 | 1 | -73/+0 |
* | #include base64.h with full path. | diego | 2008-04-24 | 1 | -1/+1 |
* | EXTRAXX_INC flags should now be added to .depend compilation, | diego | 2008-04-23 | 1 | -1/+1 |
* | Take audio delay into account when seeking in avisynth demuxer. | reimar | 2008-04-23 | 1 | -0/+2 |
* | Calculate fps as double-precision to make switching to double-precision fps v... | reimar | 2008-04-23 | 1 | -1/+1 |
* | .depend has to get all the CFLAGS that the files it contains dependency | diego | 2008-04-22 | 1 | -1/+1 |
* | Add BFI video support through FFmpeg. | diego | 2008-04-22 | 1 | -0/+1 |
* | Revert r26412: policy violation | rtogni | 2008-04-19 | 1 | -8/+7 |
* | Revert r26411: policy violation | rtogni | 2008-04-19 | 1 | -963/+812 |
* | Prefer libavformat musepack demuxer over internal one (which does not even su... | reimar | 2008-04-16 | 1 | -0/+2 |
* | demux_asf: Fix operator precedence in packet length check | uau | 2008-04-13 | 1 | -1/+1 |
* | demux_real.c: Always use MP_NOPTS_VALUE for unknown pts | uau | 2008-04-12 | 1 | -1/+1 |
* | demux_mkv.c: Mark some static tables const | uau | 2008-04-12 | 1 | -7/+8 |
* | Reformat demuxer.c | uau | 2008-04-12 | 1 | -812/+963 |
* | Remove global demuxer_type | uau | 2008-04-12 | 3 | -3/+1 |
* | Remove another two useless special-case from flac metadata reading function | reimar | 2008-04-12 | 1 | -20/+2 |
* | Simplify: use AV_RB24 | reimar | 2008-04-12 | 1 | -1/+1 |
* | Remove useless checks | reimar | 2008-04-12 | 1 | -8/+1 |
* | Simplify (currently disabled) get_flac_metadata | reimar | 2008-04-12 | 1 | -11/+2 |
* | Remove unused function demux_read_data_pack | uau | 2008-04-11 | 2 | -18/+0 |
* | typo in filename | diego | 2008-04-11 | 1 | -1/+1 |
* | Update comment to account for renamed header file. | diego | 2008-04-11 | 1 | -1/+1 |
* | Split the lavf taglists out of the lavf muxer to allow using libmpmux | albeu | 2008-04-09 | 5 | -62/+115 |
* | Split the aac header parsing out of aac demuxer to allow using libmpmux | albeu | 2008-04-09 | 3 | -20/+51 |
* | Make stream independent of libmpdemux, the asf demuxer and streaming | albeu | 2008-04-09 | 2 | -72/+104 |
* | Fix lots and lots of other demuxers broken by r26301 | reimar | 2008-04-05 | 9 | -0/+9 |
* | Remove another useless cast | reimar | 2008-04-05 | 1 | -1/+1 |
* | Remove useless cast | reimar | 2008-04-05 | 1 | -1/+1 |
* | Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoder | reimar | 2008-04-05 | 1 | -0/+6 |
* | Set demuxer->audio->id to avoid breakage due to r26301 | reimar | 2008-04-05 | 1 | -0/+1 |
* | Set correct codec tag for raw rgb in mov, fixes | reimar | 2008-04-05 | 1 | -0/+6 |
* | Remove unnecessary includes | uau | 2008-04-01 | 1 | -4/+0 |
* | Support 'default' attribute for audio and subtitle tracks. | eugeni | 2008-03-30 | 5 | -0/+42 |
* | another DCA audio identified (0x86) used in BD; patch by kirill belokurov gma... | nicodvb | 2008-03-17 | 1 | -0/+1 |
* | Use HAVE_QUICKTIME instead of MACOSX preprocessor condition. | diego | 2008-03-15 | 1 | -1/+1 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-05 | 9 | -0/+24 |
* | Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS. | diego | 2008-03-03 | 1 | -0/+2 |
* | Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately | diego | 2008-03-02 | 1 | -10/+10 |
* | Fix illegal identifiers starting with _ and capital letters. | diego | 2008-03-01 | 1 | -10/+10 |
* | Support switching to/from nosound in demux_lavf. | eugeni | 2008-02-29 | 1 | -14/+8 |
* | Remove unused function. | eugeni | 2008-02-29 | 1 | -20/+0 |
* | Reindent. | eugeni | 2008-02-29 | 1 | -18/+18 |
* | Don't select audio stream in lavf and mkv demuxers. | eugeni | 2008-02-29 | 2 | -13/+3 |
* | Set audio->sh correctly when switching audio tracks. The same for video tracks. | eugeni | 2008-02-29 | 1 | -0/+8 |
* | Don't select subtitle track in lavf and mkv demuxers. | eugeni | 2008-02-29 | 3 | -32/+0 |
* | Demuxer-independent functions for selecting tracks based on language. | eugeni | 2008-02-29 | 2 | -0/+37 |
* | Remove stupid checks of free() argument. | eugeni | 2008-02-29 | 2 | -28/+16 |
* | Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle | eugeni | 2008-02-29 | 5 | -45/+8 |
* | Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track | eugeni | 2008-02-29 | 3 | -23/+4 |
* | Add language info to sh_sub_t and sh_audio_t. | eugeni | 2008-02-29 | 2 | -0/+4 |
* | in ds_fill_buffer() disabled the code that demuxes until the arrival of the r... | nicodvb | 2008-02-25 | 1 | -0/+2 |
* | sun rasterfile decoder | compn | 2008-02-25 | 1 | -0/+7 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 8 | -36/+11 |
* | reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUE | nicodvb | 2008-02-23 | 1 | -4/+6 |
* | read the PCR of the currently playing program (if available) in demuxer->refe... | nicodvb | 2008-02-23 | 1 | -3/+45 |
* | New member in demuxer_t: reference_clock. | nicodvb | 2008-02-23 | 2 | -0/+10 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 23 | -71/+69 |
* | Fix r26032: wrong sub stream id assigned to dvdsub_id. | eugeni | 2008-02-21 | 1 | -1/+1 |
* | Support -slang in lavf demuxer. | eugeni | 2008-02-19 | 1 | -1/+10 |
* | when seeking in H264 an SPS *should* be a valid entry point; feel free to cha... | nicodvb | 2008-02-16 | 1 | -1/+1 |
* | cosmetics | nicodvb | 2008-02-16 | 1 | -4/+2 |
* | in ts_detect_streams() try to identify the program found based on vpid and ap... | nicodvb | 2008-02-16 | 1 | -0/+7 |
* | Change force_fps and force_ofps to double | reimar | 2008-02-14 | 2 | -2/+2 |
* | Change mf_fps to double | reimar | 2008-02-14 | 2 | -2/+2 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 4 | -11/+11 |
* | add ffpcx decoder, works on my samples. | compn | 2008-02-13 | 1 | -0/+1 |
* | Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts. | reimar | 2008-02-12 | 2 | -6/+3 |
* | -chapter is now handled uniformly calling demuxer_seek_chapter() instead | nicodvb | 2008-02-11 | 1 | -11/+0 |
* | cosmetic typo fix, geneate > generate | compn | 2008-02-09 | 1 | -1/+1 |
* | Use AV_RB*, reduces x86_64 code size by almost 1kB. | reimar | 2008-02-09 | 1 | -18/+12 |
* | in some still unknown system format 0x82 identifies AUDIO_DTS | nicodvb | 2008-02-08 | 1 | -0/+1 |
* | Add speex tag | reimar | 2008-02-06 | 1 | -0/+1 |
* | Check buffer index while reading to avoid sig11 | rtogni | 2008-02-05 | 1 | -2/+25 |
* | Allow demuxers to choose a default value for correct_pts | reimar | 2008-02-03 | 5 | -7/+20 |
* | Add support for attachments in lavf demuxer. | eugeni | 2008-01-30 | 1 | -0/+7 |
* | Add a comment to the #if 0 | reimar | 2008-01-29 | 1 | -1/+1 |
* | Check that index is still within bounds of samples array. | reimar | 2008-01-29 | 1 | -0/+4 |
* | Make sure chunkmap values are within bounds when using them. | reimar | 2008-01-29 | 1 | -2/+3 |
* | Do not pointlessly read data, just skip it. | reimar | 2008-01-29 | 1 | -2/+1 |
* | Disable reading of flac metadata, mere metadata is not worth such a mess. | reimar | 2008-01-29 | 1 | -1/+3 |
* | Properly check length of flac metadata. | reimar | 2008-01-29 | 1 | -0/+2 |
* | Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f... | reimar | 2008-01-29 | 1 | -3/+6 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 25 | -60/+61 |
* | Make mov subtitles work with -ass | reimar | 2008-01-29 | 1 | -1/+1 |
* | clarify comments/docs about lav* being the preferred place to implement new | ivo | 2008-01-28 | 1 | -2/+4 |
* | Support CODEC_ID_MOV_TEXT | reimar | 2008-01-28 | 1 | -0/+2 |
* | copy note on new demuxers and codecs to the top of the array as well to be | ivo | 2008-01-28 | 1 | -0/+3 |
* | note on new demuxers and codecs, add them to lav* instead of libmp* | ivo | 2008-01-28 | 1 | -0/+2 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 | 1 | -3/+3 |
* | Support mov subtitle format directly instead of converting to text in the dem... | reimar | 2008-01-27 | 1 | -9/+4 |
* | Prefer lavf mov demuxer over our own, it should work better most of the time ... | reimar | 2008-01-27 | 1 | -0/+1 |
* | Simplify init_vobsub: pass palette via extradata. | reimar | 2008-01-26 | 1 | -8/+3 |
* | 100l, inverted condition for AVSEEK_FLAG_BACKWARD | reimar | 2008-01-26 | 1 | -0/+1 |
* | Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on | reimar | 2008-01-26 | 1 | -2/+3 |
* | Cosmetics: remove some trailing whitespace | reimar | 2008-01-26 | 1 | -17/+17 |
* | Add QDM2 codec identifier | reimar | 2008-01-26 | 1 | -0/+1 |
* | Partially support vobsub subtitles from lavf demuxers (palette support missing) | reimar | 2008-01-26 | 1 | -0/+2 |
* | in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we... | nicodvb | 2008-01-26 | 1 | -1/+4 |
* | in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad ... | nicodvb | 2008-01-26 | 1 | -0/+1 |
* | Allow overriding the codec_tag for audio codecs, and always override | rtogni | 2008-01-20 | 1 | -3/+13 |
* | Fix endless loop if nAvgBytesPerSec is 0. | reimar | 2008-01-19 | 1 | -0/+1 |
* | Avoid a division by 0 if i_bps is 0. | reimar | 2008-01-19 | 1 | -1/+1 |
* | Add name to email address. | diego | 2008-01-19 | 1 | -1/+2 |
* | Put bff_mask into muxer context instead of a global variable. | reimar | 2008-01-13 | 1 | -6/+7 |
* | Mark qt default palette tables as const | reimar | 2008-01-13 | 1 | -5/+5 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 36 | -88/+88 |
* | First step towards making all demuxer_desc_t const | reimar | 2008-01-13 | 2 | -4/+4 |
* | Remove a useless assignment (there is an if just a few lines above | reimar | 2008-01-13 | 1 | -1/+1 |
* | Add a forgotten #ifdef USE_ASS around ass_free_track | reimar | 2008-01-13 | 1 | -0/+2 |
* | moved pes_header from file-static to send_mpeg_pes_packet_ll() | nicodvb | 2008-01-13 | 1 | -2/+1 |
* | Write functions used by send_mpeg_*_packet may _not_ modify data | reimar | 2008-01-12 | 2 | -7/+7 |
* | ps1_header and ps2_header should be const | reimar | 2008-01-12 | 1 | -2/+2 |
* | Add a few "const" attributes. | reimar | 2008-01-12 | 1 | -2/+2 |
* | Add libass support to demux_lavf. | eugeni | 2008-01-12 | 1 | -2/+12 |
* | Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment(). | eugeni | 2008-01-12 | 1 | -44/+1 |
* | Add demuxer interface for attachments. | eugeni | 2008-01-12 | 2 | -0/+36 |
* | Remove global_ass_track. Instead create an ass_track for each 't' track. | eugeni | 2008-01-11 | 1 | -1/+2 |
* | Move all subtitle parsing from mkv demuxer to update_subtitles(). | eugeni | 2008-01-11 | 1 | -22/+1 |
* | Init and destroy ass_tracks in demuxer.c based on sh_sub->type value. | eugeni | 2008-01-11 | 2 | -40/+19 |
* | Set extradata for subtitle tracks in mkv demuxer. | eugeni | 2008-01-11 | 1 | -0/+4 |
* | Add extradata to sh_sub_t. | eugeni | 2008-01-11 | 2 | -0/+3 |
* | Factorize private data decoding for subtitle tracks in mkv demuxer. | eugeni | 2008-01-11 | 1 | -20/+12 |
* | Codecdata must always be malloc'd, fixes free being called with an | reimar | 2008-01-09 | 1 | -2/+4 |
* | Deallocate audio track codecdata. | eugeni | 2008-01-07 | 1 | -0/+1 |
* | Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved | diego | 2008-01-06 | 6 | -16/+16 |
* | Don't overread audio data | rtogni | 2008-01-06 | 1 | -1/+14 |
* | Don't dynamically allocate sub_packet_lengths[] in raac demuxing. | rtogni | 2008-01-06 | 1 | -3/+1 |
* | wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu... | nicodvb | 2008-01-05 | 2 | -0/+55 |
* | in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn... | nicodvb | 2008-01-05 | 1 | -1/+0 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 6 | -0/+24 |
* | Consistently use just the name of the #ifdef directive in #endif comments. | diego | 2008-01-01 | 1 | -1/+1 |
* | Fix wrong #endif comment that does not match the #ifdef directive. | diego | 2008-01-01 | 1 | -1/+1 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 | 8 | -8/+8 |
* | Add some const/static qualifiers as appropriate | reimar | 2007-12-24 | 2 | -5/+5 |
* | Use realloc_struct in more places for consistency | reimar | 2007-12-24 | 1 | -3/+3 |
* | Get rid of some of the more excessive () and casts. | reimar | 2007-12-24 | 1 | -24/+24 |
* | Make sure we have an rtsp session | lu_zero | 2007-12-24 | 1 | -0/+3 |
* | Replace LOAD_LE32 etc. by AV_RL32 etc. | reimar | 2007-12-23 | 1 | -28/+8 |
* | Add a read_varlen function to reduce some code duplication | reimar | 2007-12-23 | 1 | -44/+24 |
* | 100l, fix compilation. | reimar | 2007-12-22 | 1 | -2/+2 |
* | Set is_streamed correctly, should make network playback work more reliably. | reimar | 2007-12-22 | 1 | -0/+1 |
* | Get rid of URLProtocol mess (especially problematic since it made use | reimar | 2007-12-22 | 1 | -34/+12 |
* | Move ds->current=NULL; further up to the free_demux_packet. | reimar | 2007-12-20 | 1 | -1/+1 |
* | Vobsub support tridx setting in .idx file. | ulion | 2007-12-19 | 1 | -2/+8 |
* | Remove useless stray #include. | diego | 2007-12-16 | 1 | -1/+0 |
* | Cosmetics: Fix indentation. | cehoyos | 2007-12-14 | 1 | -1/+1 |
* | Set correct image format for 24bit "raw " in mov files. | cehoyos | 2007-12-14 | 1 | -1/+7 |
* | Add demuxer functions for chapter feature. | ulion | 2007-12-13 | 2 | -0/+81 |
* | |