| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 1 | -15/+17 |
|\ |
|
| * | Reindent | reimar | 2010-03-22 | 1 | -13/+13 |
| * | Start probing with a size matching the stream buffer size so it is possible | reimar | 2010-03-22 | 1 | -2/+4 |
* | | demux_lavf, stream_ffmpeg: support librtmp seeks | Uoti Urpala | 2010-04-23 | 1 | -4/+21 |
* | | stream_ffmpeg, demux_lavf: Use flv demuxer for rtmp streams | Uoti Urpala | 2010-04-23 | 1 | -5/+7 |
* | | options: move lavfdopts to option struct | Uoti Urpala | 2010-04-23 | 1 | -27/+28 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | | Merge svn changes up to r30663 | Uoti Urpala | 2010-03-10 | 1 | -1/+1 |
|\| |
|
| * | Print all 64 bits of seek position. | reimar | 2010-02-20 | 1 | -1/+1 |
* | | Merge svn changes up to r30643 | Uoti Urpala | 2010-03-10 | 1 | -3/+1 |
|\| |
|
| * | Add header for AVI print functions; avoids many forward declarations. | diego | 2010-02-18 | 1 | -3/+1 |
* | | Merge svn changes up to r30550 | Uoti Urpala | 2010-03-09 | 1 | -6/+18 |
|\| |
|
| * | Dynamically increase probe size for lavf demuxer up to 2 MB. | reimar | 2010-02-12 | 1 | -6/+18 |
* | | Merge svn changes up to r30502 | Uoti Urpala | 2010-03-09 | 1 | -6/+12 |
|\| |
|
| * | Replace incorrect usage of strncpy. | reimar | 2010-02-03 | 1 | -3/+4 |
| * | Reindent | reimar | 2010-02-03 | 1 | -1/+1 |
| * | Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme. | reimar | 2010-02-03 | 1 | -4/+9 |
| * | Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples. | cehoyos | 2009-12-28 | 1 | -0/+3 |
| * | Revert r30100: It breaks some mov and asf samples. | cehoyos | 2009-12-28 | 1 | -0/+2 |
| * | Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files. | cehoyos | 2009-12-22 | 1 | -2/+0 |
* | | demux: take chapter/attachment name strings without 0-termination | Uoti Urpala | 2010-01-27 | 1 | -3/+3 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 1 | -6/+5 |
|\| |
|
| * | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 | 1 | -1/+1 |
| * | av_alloc_format_context -> avformat_alloc_context | reimar | 2009-11-22 | 1 | -1/+1 |
| * | Reuse buffer in priv context instead of allocating the 32kB probe buffer | reimar | 2009-11-22 | 1 | -4/+3 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -28/+13 |
|\| |
|
| * | Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer si... | reimar | 2009-11-10 | 1 | -2/+4 |
| * | Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT. | cehoyos | 2009-11-07 | 1 | -0/+2 |
| * | Remove pointless and broken (e.g. does not set aid and vid) -tsprog handling | reimar | 2009-11-07 | 1 | -22/+3 |
| * | Remove an empty program if the one requested by IDENTIFY_PROGRAM does not exist | reimar | 2009-11-07 | 1 | -4/+4 |
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 | 1 | -1/+4 |
|\| |
|
| * | lavf: if seeking in the desired direction failed, also try in the opposite one, | reimar | 2009-09-30 | 1 | -1/+4 |
* | | Merge svn changes up to r29684 | Uoti Urpala | 2009-09-16 | 1 | -13/+15 |
|\| |
|
| * | Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly | reimar | 2009-09-10 | 1 | -0/+1 |
| * | Sort preferred_list alphabetically since the order does not matter otherwise. | reimar | 2009-09-10 | 1 | -6/+6 |
| * | Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead of | reimar | 2009-09-08 | 1 | -2/+0 |
| * | Fix an endless loop if all programs are empty. | reimar | 2009-09-08 | 1 | -0/+4 |
| * | Always register all streams from libavformat, not just those belonging to a p... | reimar | 2009-09-08 | 1 | -5/+3 |
| * | Add support for lavf vqf demuxer and lavc TwinVQ decoder. | vitor | 2009-09-07 | 1 | -0/+1 |
* | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 | 1 | -6/+5 |
|\| |
|
| * | Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that | cehoyos | 2009-08-30 | 1 | -1/+2 |
| * | Use mp_wav_override_taglists for both audio and video. | cehoyos | 2009-08-30 | 1 | -6/+4 |
* | | Merge svn changes up to r29532 | Uoti Urpala | 2009-08-18 | 1 | -10/+9 |
|\| |
|
| * | Use new libavformat metadata API. | greg | 2009-08-11 | 1 | -10/+9 |
* | | Use own mp_*_taglists code instead of libavformat internals | Uoti Urpala | 2009-07-26 | 1 | -3/+3 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 1 | -20/+21 |
|\| |
|
| * | AVStream.language is deprecated, switch to av_get_metadata instead. | reimar | 2009-06-24 | 1 | -4/+5 |
| * | Move allocation to avoid a possible memleak if new_sh_audio fails. | reimar | 2009-06-24 | 1 | -1/+2 |
| * | Remove pointless stream count checks, new_sh_* already checks for that. | reimar | 2009-06-24 | 1 | -6/+0 |
| * | Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontends | reimar | 2009-06-24 | 1 | -2/+6 |
| * | Add const where appropriate, also gets rid of a compiler warning. | reimar | 2009-06-01 | 1 | -2/+2 |
| * | 100l, do not read probe buffer if it will not be used because a format was fo... | reimar | 2009-06-01 | 1 | -6/+7 |
| * | In all demux_info_add calls change "name" to "title". | reimar | 2009-05-30 | 1 | -1/+1 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -3/+3 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -3/+3 |
* | | demux_lavf: Make absolute seek time 0-based instead of file start | Uoti Urpala | 2009-04-24 | 1 | -1/+1 |
* | | Merge branch 'ordered_chapters' | Uoti Urpala | 2009-04-08 | 1 | -0/+7 |
|\ \ |
|
| * | | Add improved relative seek mode | Uoti Urpala | 2009-03-24 | 1 | -0/+7 |
* | | | Merge svn changes up to r29134 | Uoti Urpala | 2009-04-02 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Increase probe buffer size to 32kB, this makes ac3 auto-detection far more re... | reimar | 2009-04-01 | 1 | -1/+1 |
* | | Merge svn changes up to r28341 | Uoti Urpala | 2009-01-19 | 1 | -1/+1 |
|\| |
|
| * | Fix compilation: s/ff_gcd/av_gcd. | cehoyos | 2009-01-17 | 1 | -1/+1 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 1 | -2/+2 |
|\| |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -2/+2 |
* | | Merge svn changes up to r27688 | Uoti Urpala | 2008-10-03 | 1 | -2/+2 |
|\| |
|
| * | fix compilation w/ FFmpeg r15533 | gpoirier | 2008-10-03 | 1 | -2/+2 |
* | | Merge svn changes up to r27649 | Uoti Urpala | 2008-09-20 | 1 | -2/+1 |
|\| |
|
| * | riff.h and avi.h are not needed, but avio.h is. | diego | 2008-09-15 | 1 | -2/+1 |
* | | Merge svn changes up to r27573 | Uoti Urpala | 2008-09-10 | 1 | -5/+4 |
|\| |
|
| * | Make internal Matroska demuxer default again | uau | 2008-09-09 | 1 | -1/+0 |
| * | revert r27551 which break much more things than it fixes | aurel | 2008-09-09 | 1 | -0/+1 |
| * | Use internal demuxer for Matroska files for now | uau | 2008-09-08 | 1 | -1/+0 |
| * | Fix compilation after libavcodec major version 52 changes | uau | 2008-09-08 | 1 | -2/+2 |
| * | lavf: the subtitles display duration is stored in pkt.convergence_duration | aurel | 2008-09-04 | 1 | -2/+2 |
* | | Merge svn changes up to r27514 | Uoti Urpala | 2008-09-03 | 1 | -3/+13 |
|\| |
|
| * | prefer libavformat to demux matroska files | aurel | 2008-08-26 | 1 | -0/+1 |
| * | cosmetics: indentation | aurel | 2008-08-24 | 1 | -2/+2 |
| * | use new lavf API to grab sample_aspect_ratio from the demuxers | aurel | 2008-08-24 | 1 | -0/+4 |
| * | demux_lavf: fix mp_seek behavior in case of seeking error | aurel | 2008-08-13 | 1 | -1/+6 |
* | | Merge svn changes up to r27281 | Uoti Urpala | 2008-07-15 | 1 | -1/+1 |
|\| |
|
| * | 1000l, fix demux_lavf compilation | reimar | 2008-07-11 | 1 | -1/+1 |
| * | Correct stream-seekability tests in demux_audio and demux_lavf | reimar | 2008-07-11 | 1 | -1/+1 |
* | | Merge svn changes up to r27092 | Uoti Urpala | 2008-06-17 | 1 | -0/+7 |
|\| |
|
| * | Chapter support for lavf demuxer. | reimar | 2008-06-16 | 1 | -0/+7 |
* | | Merge svn changes up to r26783 | Uoti Urpala | 2008-05-15 | 1 | -16/+28 |
|\| |
|
| * | Use standard license headers with standard formatting. | diego | 2008-05-14 | 1 | -16/+18 |
| * | AVOption support for lavf demuxing | michael | 2008-05-10 | 1 | -0/+10 |
* | | Move dvdsub_id to options struct | Uoti Urpala | 2008-04-23 | 1 | -3/+0 |
* | | Move correct_pts to options struct | Uoti Urpala | 2008-04-23 | 1 | -1/+3 |
|/ |
|
* | Prefer libavformat musepack demuxer over internal one (which does not even su... | reimar | 2008-04-16 | 1 | -0/+2 |
* | Split the lavf taglists out of the lavf muxer to allow using libmpmux | albeu | 2008-04-09 | 1 | -58/+2 |
* | Set correct codec tag for raw rgb in mov, fixes | reimar | 2008-04-05 | 1 | -0/+6 |
* | Support 'default' attribute for audio and subtitle tracks. | eugeni | 2008-03-30 | 1 | -0/+4 |
* | Support switching to/from nosound in demux_lavf. | eugeni | 2008-02-29 | 1 | -14/+8 |
* | Don't select audio stream in lavf and mkv demuxers. | eugeni | 2008-02-29 | 1 | -2/+2 |
* | Don't select subtitle track in lavf and mkv demuxers. | eugeni | 2008-02-29 | 1 | -7/+0 |
* | Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle | eugeni | 2008-02-29 | 1 | -13/+2 |
* | Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track | eugeni | 2008-02-29 | 1 | -0/+2 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -11/+5 |
* | 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 |
* | Add speex tag | reimar | 2008-02-06 | 1 | -0/+1 |
* | Allow demuxers to choose a default value for correct_pts | reimar | 2008-02-03 | 1 | -1/+3 |
* | Add support for attachments in lavf demuxer. | eugeni | 2008-01-30 | 1 | -0/+7 |
* | 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 | 1 | -2/+2 |
* | Support CODEC_ID_MOV_TEXT | reimar | 2008-01-28 | 1 | -0/+2 |
* | Prefer lavf mov demuxer over our own, it should work better most of the time ... | reimar | 2008-01-27 | 1 | -0/+1 |
* | 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 |
* | Allow overriding the codec_tag for audio codecs, and always override | rtogni | 2008-01-20 | 1 | -3/+13 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -2/+2 |
* | Add libass support to demux_lavf. | eugeni | 2008-01-12 | 1 | -2/+12 |
* | 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 |
* | Make m_option_t arrays referenced by cfg-common.h const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Bring (de)muxer_lavf up to date with the libavformat API changes introduced b... | iive | 2007-11-23 | 1 | -3/+3 |
* | Musepack SV8 lavc decoder support | kostya | 2007-11-20 | 1 | -0/+1 |
* | Remove unused variable: | diego | 2007-10-30 | 1 | -1/+1 |
* | reindented previously modified code | nicodvb | 2007-10-27 | 1 | -4/+4 |
* | implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switching | nicodvb | 2007-10-27 | 1 | -0/+54 |
* | permit identification and selection of programs | nicodvb | 2007-10-27 | 1 | -0/+29 |
* | permit the transititions no stream <-> some streams and viceversa (needed for... | nicodvb | 2007-10-27 | 1 | -3/+11 |
* | moved to a new function handle_stream() the code to parse the streams and ass... | nicodvb | 2007-10-27 | 1 | -111/+115 |
* | add nellymoser codec to mplayer with internal fourcc NELL | compn | 2007-10-16 | 1 | -0/+1 |
* | Add -lavfdopts cryptokey | reimar | 2007-10-14 | 1 | -0/+22 |
* | Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal... | voroshil | 2007-10-03 | 1 | -0/+2 |
* | AMV demuxer and audio/video decoder | voroshil | 2007-09-30 | 1 | -0/+1 |
* | analyzeduration option for lavf demuxer | henry | 2007-09-29 | 1 | -0/+6 |
* | remove useless int->double conversion | henry | 2007-09-29 | 1 | -3/+2 |
* | fix warnings | henry | 2007-09-29 | 1 | -1/+1 |
* | reverted useless r24539 | ben | 2007-09-15 | 1 | -1/+0 |
* | added monkey audio fourcc in wave header | ben | 2007-09-15 | 1 | -0/+1 |
* | Add support for cook audio (though most .rm files don't work with lavf | reimar | 2007-09-15 | 1 | -0/+1 |
* | Add nuv codec tag mapping | reimar | 2007-09-09 | 1 | -0/+1 |
* | Mark lavfpref demuxer as safe, so it that it is actually used for e.g. | reimar | 2007-09-09 | 1 | -1/+1 |
* | |