| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix memory leak that tmp allocated but maybe not used. | ulion | 2007-12-10 | 1 | -4/+6 |
* | Move temp variable declaration into inner loop scope. | ulion | 2007-12-10 | 1 | -2/+3 |
* | Convert vobsub custom colors from rgb to yuv using a common function. | ulion | 2007-12-09 | 1 | -1/+3 |
* | Move vobsub palette->yuv convert code into a common function. | ulion | 2007-12-08 | 1 | -9/+3 |
* | Restore y of palette into the same value range as it was in the .ifo file. | ulion | 2007-12-08 | 1 | -0/+1 |
* | Rename demuxer tags to clarify | lu_zero | 2007-12-04 | 2 | -4/+4 |
* | Remove non necessary header | lu_zero | 2007-12-04 | 2 | -51/+7 |
* | Make libnemesi use specific struct and DEMUXER_TYPE | lu_zero | 2007-12-04 | 3 | -4/+9 |
* | Make m_option_t arrays referenced by cfg-common.h const | reimar | 2007-12-02 | 3 | -3/+3 |
* | Table of ID3 genres should be const as well | reimar | 2007-12-02 | 1 | -1/+1 |
* | Fix playback of streams with more than one video track (only one supported). | cehoyos | 2007-12-02 | 1 | -1/+7 |
* | Finally replace get_uint?? by AV_RL?? | reimar | 2007-12-01 | 1 | -35/+31 |
* | Get rid of annoying, space-wasting sizeof(uint32_t) | reimar | 2007-12-01 | 1 | -2/+2 |
* | Bigendian fix for ogg in AVI | reimar | 2007-12-01 | 1 | -2/+4 |
* | Use a loop instead of doing the same thing three times | reimar | 2007-12-01 | 1 | -14/+7 |
* | Use a pointer variable for extradata to simplify init_avi_with_ogg | reimar | 2007-12-01 | 1 | -4/+9 |
* | Set sh_video->format when parsing aviheader, otherwise it might never | reimar | 2007-12-01 | 1 | -0/+1 |
* | Remove some pointless casts | reimar | 2007-12-01 | 1 | -2/+2 |
* | Create correct extradata for vorbis audio when used as avi sub-demuxer | reimar | 2007-12-01 | 1 | -0/+1 |
* | Fix some typos in comments, grammar is still bad. | reimar | 2007-12-01 | 1 | -3/+3 |
* | Fix typos in comments to stop them hurting my eyes | reimar | 2007-12-01 | 1 | -5/+5 |
* | simplify | michael | 2007-11-30 | 1 | -1/+1 |
* | Enable -rtsp-port for nemesi | lu_zero | 2007-11-27 | 1 | -2/+2 |
* | Bring (de)muxer_lavf up to date with the libavformat API changes introduced b... | iive | 2007-11-23 | 2 | -5/+5 |
* | Enable Theora support | lu_zero | 2007-11-23 | 1 | -0/+1 |
* | Fix compilation error. | iive | 2007-11-22 | 1 | -1/+1 |
* | AAC support (aac-hbr only) | lu_zero | 2007-11-21 | 1 | -0/+1 |
* | Media Format to fourcc conversion (from amol) | lu_zero | 2007-11-21 | 1 | -22/+42 |
* | Remove unused function write_psm_block(), fixes the warning: | diego | 2007-11-21 | 1 | -19/+0 |
* | Musepack SV8 lavc decoder support | kostya | 2007-11-20 | 1 | -0/+1 |
* | 100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table | reimar | 2007-11-18 | 1 | -1/+1 |
* | Remove a pointless #ifdef | reimar | 2007-11-17 | 1 | -4/+0 |
* | Replace if-else constructs for type -> fourcc mapping by a table in demux_mf | reimar | 2007-11-17 | 1 | -13/+24 |
* | Print warning about encrypted audio tracks | rtogni | 2007-11-15 | 1 | -0/+2 |
* | add tif support to demux_mf | compn | 2007-11-14 | 1 | -0/+2 |
* | Check for second stream presence, fixes single stream playback (from amol) | lu_zero | 2007-11-13 | 1 | -0/+5 |
* | 10l video != audio | lu_zero | 2007-11-13 | 1 | -1/+1 |
* | support extradata for audio streams | lu_zero | 2007-11-13 | 1 | -4/+13 |
* | fetch metadata for audio (from amol) | lu_zero | 2007-11-13 | 1 | -2/+3 |
* | Revert stray commit r25027 | lu_zero | 2007-11-13 | 1 | -22/+7 |
* | Check for second stream presence, fixes single stream playback (from amol) | lu_zero | 2007-11-13 | 1 | -0/+5 |
* | 10l video != audio | lu_zero | 2007-11-12 | 1 | -1/+1 |
* | support extradata for audio streams | lu_zero | 2007-11-12 | 1 | -5/+14 |
* | fetch metadata for audio (from amol) | lu_zero | 2007-11-12 | 1 | -2/+3 |
* | Add support for mpeg4video-es (from dario) | lu_zero | 2007-11-12 | 1 | -0/+3 |
* | fix forcefps (from amol) | lu_zero | 2007-11-12 | 1 | -4/+10 |
* | Refactor demux_nemesi (from amol) | lu_zero | 2007-11-12 | 1 | -61/+71 |
* | Fix typo in error message | reimar | |