| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ff_mms_set_stream_selection again from asf demuxer, | Reimar Döffinger | 2008-02-03 | 1 | -14/+0 |
* | Remove incorrect casts that should have never been there. | Michael Niedermayer | 2008-02-02 | 1 | -2/+2 |
* | Remove a pointless cast. | Reimar Döffinger | 2008-02-02 | 1 | -1/+1 |
* | Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: | Reimar Döffinger | 2008-02-02 | 1 | -0/+2 |
* | Missing 'const' in cast. | Reimar Döffinger | 2008-02-02 | 1 | -1/+1 |
* | cosmetics: sort ogg_codec_t list | Diego Biurrun | 2008-02-02 | 1 | -5/+5 |
* | const | Baptiste Coudurier | 2008-02-01 | 1 | -1/+1 |
* | const | Baptiste Coudurier | 2008-02-01 | 1 | -4/+4 |
* | add const | Baptiste Coudurier | 2008-02-01 | 1 | -1/+2 |
* | Add support for ogg text subtitles. | Reimar Döffinger | 2008-01-31 | 3 | -0/+13 |
* | stupid typo | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | support rawvideo in mov | Baptiste Coudurier | 2008-01-31 | 1 | -2/+18 |
* | typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warn... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used un... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses aro... | Baptiste Coudurier | 2008-01-31 | 1 | -3/+3 |
* | typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer'... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | use context in av_log | Baptiste Coudurier | 2008-01-30 | 1 | -1/+1 |
* | warning is only valid for mov | Baptiste Coudurier | 2008-01-30 | 1 | -1/+1 |
* | Support MP4 subtitles as in | Reimar Döffinger | 2008-01-29 | 1 | -0/+1 |
* | SMPTE 421 Annex L format demuxer | Kostya Shishkov | 2008-01-29 | 4 | -2/+116 |
* | cosmetics, split long lines, remove useless braces, merge comments and if | Baptiste Coudurier | 2008-01-28 | 1 | -8/+7 |
* | cosmetics, vertically align | Baptiste Coudurier | 2008-01-28 | 1 | -13/+6 |
* | spoke too fast, fix dv fourcc in mov accordingly if strict | Baptiste Coudurier | 2008-01-28 | 1 | -1/+2 |
* | finally set codec tags for mov/mp4/3gp muxers, this should not break anything... | Baptiste Coudurier | 2008-01-28 | 1 | -0/+5 |
* | indentation | Baptiste Coudurier | 2008-01-28 | 1 | -17/+17 |
* | correctly and only set standard stsd fourcc for mp4/3gp | Baptiste Coudurier | 2008-01-28 | 1 | -21/+29 |
* | write esds atom when mpeg-4 systems tags are used | Baptiste Coudurier | 2008-01-28 | 1 | -2/+2 |
* | reorder object types id by muxing preference | Baptiste Coudurier | 2008-01-28 | 1 | -2/+3 |
* | document tag field | Baptiste Coudurier | 2008-01-28 | 1 | -1/+1 |
* | Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov d... | Reimar Döffinger | 2008-01-27 | 2 | -7/+1 |
* | Add support for Matroska attachments. | Evgeniy Stepanov | 2008-01-27 | 5 | -2/+151 |
* | Set subtitle codec id correctly, i hope this does not break anything. | Michael Niedermayer | 2008-01-26 | 1 | -1/+2 |
* | Add non standard id needed for dvd subtitles. | Michael Niedermayer | 2008-01-26 | 1 | -0/+1 |
* | Extract the pure plaintext from mov text subtitles. | Reimar Döffinger | 2008-01-26 | 1 | -0/+6 |
* | Set correct codec type and id for text subtitles. | Michael Niedermayer | 2008-01-26 | 3 | -0/+11 |
* | indent | Michael Niedermayer | 2008-01-26 | 1 | -2/+2 |
* | Only export packets which belong to the existing AVStream. | Michael Niedermayer | 2008-01-26 | 1 | -2/+5 |
* | Select non jpeg if there are multiple substreams. | Michael Niedermayer | 2008-01-26 | 1 | -2/+4 |
* | comment vorbis objectype id | Baptiste Coudurier | 2008-01-26 | 1 | -1/+1 |
* | this one is not standardized either | Baptiste Coudurier | 2008-01-26 | 1 | -1/+0 |
* | remove non standard object type ids, if you find samples, report them | Baptiste Coudurier | 2008-01-26 | 1 | -6/+0 |
* | ensure av_rescale_q() can be calculated (won't divide by zero) | Aurelien Jacobs | 2008-01-21 | 1 | -1/+1 |
* | Support out-of-band parameter sets in SDP for H.264 video | Luca Abeni | 2008-01-21 | 1 | -0/+48 |
* | Add support for H.264 video in the RTP muxer | Luca Abeni | 2008-01-21 | 4 | -1/+89 |
* | unset extension, so code path, and guess format do not choose | Baptiste Coudurier | 2008-01-21 | 1 | -1/+1 |
* | Add minimal support for H.264 video in the SDP generator | Luca Abeni | 2008-01-21 | 1 | -0/+6 |
* | add missing Makefile rules for pcm muxers/demuxers | Aurelien Jacobs | 2008-01-20 | 1 | -0/+16 |
* | reorder alphabetically | Baptiste Coudurier | 2008-01-20 | 1 | -1/+1 |
* | new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com | Paul Egan | 2008-01-20 | 4 | -3/+32 |
* | init uid to 0 | Baptiste Coudurier | 2008-01-19 | 1 | -1/+1 |