| Commit message (Expand) | Author | Age |
* | Move dvdsub_id to options struct | Uoti Urpala | 2008-04-23 |
* | Move correct_pts to options struct | Uoti Urpala | 2008-04-23 |
* | Prefer libavformat musepack demuxer over internal one (which does not even su... | reimar | 2008-04-16 |
* | Split the lavf taglists out of the lavf muxer to allow using libmpmux | albeu | 2008-04-09 |
* | Set correct codec tag for raw rgb in mov, fixes | reimar | 2008-04-05 |
* | Support 'default' attribute for audio and subtitle tracks. | eugeni | 2008-03-30 |
* | Support switching to/from nosound in demux_lavf. | eugeni | 2008-02-29 |
* | Don't select audio stream in lavf and mkv demuxers. | eugeni | 2008-02-29 |
* | Don't select subtitle track in lavf and mkv demuxers. | eugeni | 2008-02-29 |
* | Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle | eugeni | 2008-02-29 |
* | Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track | eugeni | 2008-02-29 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 |
* | Fix r26032: wrong sub stream id assigned to dvdsub_id. | eugeni | 2008-02-21 |
* | Support -slang in lavf demuxer. | eugeni | 2008-02-19 |
* | Add speex tag | reimar | 2008-02-06 |
* | Allow demuxers to choose a default value for correct_pts | reimar | 2008-02-03 |
* | Add support for attachments in lavf demuxer. | eugeni | 2008-01-30 |
* | Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f... | reimar | 2008-01-29 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 |
* | Support CODEC_ID_MOV_TEXT | reimar | 2008-01-28 |
* | Prefer lavf mov demuxer over our own, it should work better most of the time ... | reimar | 2008-01-27 |
* | 100l, inverted condition for AVSEEK_FLAG_BACKWARD | reimar | 2008-01-26 |
* | Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on | reimar | 2008-01-26 |
* | Cosmetics: remove some trailing whitespace | reimar | 2008-01-26 |
* | Add QDM2 codec identifier | reimar | 2008-01-26 |
* | Partially support vobsub subtitles from lavf demuxers (palette support missing) | reimar | 2008-01-26 |
* | Allow overriding the codec_tag for audio codecs, and always override | rtogni | 2008-01-20 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 |
* | Add libass support to demux_lavf. | eugeni | 2008-01-12 |
* | 100l, fix compilation. | reimar | 2007-12-22 |
* | Set is_streamed correctly, should make network playback work more reliably. | reimar | 2007-12-22 |
* | Get rid of URLProtocol mess (especially problematic since it made use | reimar | 2007-12-22 |
* | Make m_option_t arrays referenced by cfg-common.h const | reimar | 2007-12-02 |
* | Bring (de)muxer_lavf up to date with the libavformat API changes introduced b... | iive | 2007-11-23 |
* | Musepack SV8 lavc decoder support | kostya | 2007-11-20 |
* | Remove unused variable: | diego | 2007-10-30 |
* | reindented previously modified code | nicodvb | 2007-10-27 |
* | implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switching | nicodvb | 2007-10-27 |
* | permit identification and selection of programs | nicodvb | 2007-10-27 |
* | permit the transititions no stream <-> some streams and viceversa (needed for... | nicodvb | 2007-10-27 |
* | moved to a new function handle_stream() the code to parse the streams and ass... | nicodvb | 2007-10-27 |
* | add nellymoser codec to mplayer with internal fourcc NELL | compn | 2007-10-16 |
* | Add -lavfdopts cryptokey | reimar | 2007-10-14 |
* | Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal... | voroshil | 2007-10-03 |
* | AMV demuxer and audio/video decoder | voroshil | 2007-09-30 |
* | analyzeduration option for lavf demuxer | henry | 2007-09-29 |
* | remove useless int->double conversion | henry | 2007-09-29 |
* | fix warnings | henry | 2007-09-29 |
* | reverted useless r24539 | ben | 2007-09-15 |
* | added monkey audio fourcc in wave header | ben | 2007-09-15 |