| Commit message (Expand) | Author | Age |
* | Make m_option_t arrays referenced by cfg-common.h const | reimar | 2007-12-02 |
* | Table of ID3 genres should be const as well | reimar | 2007-12-02 |
* | Fix playback of streams with more than one video track (only one supported). | cehoyos | 2007-12-02 |
* | Finally replace get_uint?? by AV_RL?? | reimar | 2007-12-01 |
* | Get rid of annoying, space-wasting sizeof(uint32_t) | reimar | 2007-12-01 |
* | Bigendian fix for ogg in AVI | reimar | 2007-12-01 |
* | Use a loop instead of doing the same thing three times | reimar | 2007-12-01 |
* | Use a pointer variable for extradata to simplify init_avi_with_ogg | reimar | 2007-12-01 |
* | Set sh_video->format when parsing aviheader, otherwise it might never | reimar | 2007-12-01 |
* | Remove some pointless casts | reimar | 2007-12-01 |
* | Create correct extradata for vorbis audio when used as avi sub-demuxer | reimar | 2007-12-01 |
* | Fix some typos in comments, grammar is still bad. | reimar | 2007-12-01 |
* | Fix typos in comments to stop them hurting my eyes | reimar | 2007-12-01 |
* | simplify | michael | 2007-11-30 |
* | Enable -rtsp-port for nemesi | lu_zero | 2007-11-27 |
* | Bring (de)muxer_lavf up to date with the libavformat API changes introduced b... | iive | 2007-11-23 |
* | Enable Theora support | lu_zero | 2007-11-23 |
* | Fix compilation error. | iive | 2007-11-22 |
* | AAC support (aac-hbr only) | lu_zero | 2007-11-21 |
* | Media Format to fourcc conversion (from amol) | lu_zero | 2007-11-21 |
* | Remove unused function write_psm_block(), fixes the warning: | diego | 2007-11-21 |
* | Musepack SV8 lavc decoder support | kostya | 2007-11-20 |
* | 100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table | reimar | 2007-11-18 |
* | Remove a pointless #ifdef | reimar | 2007-11-17 |
* | Replace if-else constructs for type -> fourcc mapping by a table in demux_mf | reimar | 2007-11-17 |
* | Print warning about encrypted audio tracks | rtogni | 2007-11-15 |
* | add tif support to demux_mf | compn | 2007-11-14 |
* | Check for second stream presence, fixes single stream playback (from amol) | lu_zero | 2007-11-13 |
* | 10l video != audio | lu_zero | 2007-11-13 |
* | support extradata for audio streams | lu_zero | 2007-11-13 |
* | fetch metadata for audio (from amol) | lu_zero | 2007-11-13 |
* | Revert stray commit r25027 | lu_zero | 2007-11-13 |
* | Check for second stream presence, fixes single stream playback (from amol) | lu_zero | 2007-11-13 |
* | 10l video != audio | lu_zero | 2007-11-12 |
* | support extradata for audio streams | lu_zero | 2007-11-12 |
* | fetch metadata for audio (from amol) | lu_zero | 2007-11-12 |
* | Add support for mpeg4video-es (from dario) | lu_zero | 2007-11-12 |
* | fix forcefps (from amol) | lu_zero | 2007-11-12 |
* | Refactor demux_nemesi (from amol) | lu_zero | 2007-11-12 |
* | Fix typo in error message | reimar | 2007-11-06 |
* | reindented | nicodvb | 2007-11-05 |
* | 10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't s... | nicodvb | 2007-11-05 |
* | in video_read_frame() set the keyframe flag in demuxer->video when dealing with | nicodvb | 2007-11-02 |
* | prevent unlikely memleak | nicodvb | 2007-11-02 |
* | 10l, priv->use_psm can be 1 only if the format is genmpeg2 | nicodvb | 2007-11-02 |
* | add streams to the PSM only if priv->use_psm is set, otherwise the muxer would | nicodvb | 2007-11-02 |
* | moved to fix_parameters() the decision of the necessity of the PSM based on t... | nicodvb | 2007-11-02 |
* | removed no more needed variable | nicodvb | 2007-11-02 |
* | moved to fix_parameters() the code that decides if the PSM is needed | nicodvb | 2007-11-02 |
* | repeat the PSM once every second (in terms of delta_scr) otherwise playing th... | nicodvb | 2007-11-02 |