| Commit message (Expand) | Author | Age |
* | fix compilation w/ FFmpeg r15533 | gpoirier | 2008-10-03 |
* | riff.h and avi.h are not needed, but avio.h is. | diego | 2008-09-15 |
* | Make internal Matroska demuxer default again | uau | 2008-09-09 |
* | revert r27551 which break much more things than it fixes | aurel | 2008-09-09 |
* | Use internal demuxer for Matroska files for now | uau | 2008-09-08 |
* | Fix compilation after libavcodec major version 52 changes | uau | 2008-09-08 |
* | lavf: the subtitles display duration is stored in pkt.convergence_duration | aurel | 2008-09-04 |
* | prefer libavformat to demux matroska files | aurel | 2008-08-26 |
* | cosmetics: indentation | aurel | 2008-08-24 |
* | use new lavf API to grab sample_aspect_ratio from the demuxers | aurel | 2008-08-24 |
* | demux_lavf: fix mp_seek behavior in case of seeking error | aurel | 2008-08-13 |
* | 1000l, fix demux_lavf compilation | reimar | 2008-07-11 |
* | Correct stream-seekability tests in demux_audio and demux_lavf | reimar | 2008-07-11 |
* | Chapter support for lavf demuxer. | reimar | 2008-06-16 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 |
* | AVOption support for lavf demuxing | michael | 2008-05-10 |
* | 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 |