Tue, 27 Jul 2010 07:18:36 +0000 |
stefang |
add Chinese AVS encoding via external library libxavs
libavformat
|
Mon, 26 Jul 2010 23:12:28 +0000 |
stefano |
Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()
libavformat
|
Mon, 26 Jul 2010 22:22:42 +0000 |
rbultje |
Reindent after r24516.
libavformat
|
Mon, 26 Jul 2010 22:22:20 +0000 |
rbultje |
Use inverse error branches, i.e. instead of if(something){success} else {error},
libavformat
|
Mon, 26 Jul 2010 22:21:14 +0000 |
rbultje |
Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. This
libavformat
|
Sun, 25 Jul 2010 21:16:58 +0000 |
aurel |
matroskaenc: add support for muxing SRT tracks
libavformat
|
Sun, 25 Jul 2010 19:36:20 +0000 |
aurel |
add mime-type for ASS muxer
libavformat
|
Sun, 25 Jul 2010 19:12:35 +0000 |
mstorsjo |
Include the correct header that actually is used, use quotes instead of angle brackets
libavformat
|
Sun, 25 Jul 2010 14:35:12 +0000 |
reimar |
Cosmetics: fix indentation and remove a useless else.
libavformat
|
Sun, 25 Jul 2010 14:33:40 +0000 |
reimar |
Simplify get_byte and url_fgetc.
libavformat
|
Sun, 25 Jul 2010 07:54:33 +0000 |
reimar |
Move ffm_close function up to avoid a forward declaration.
libavformat
|
Sun, 25 Jul 2010 07:52:58 +0000 |
reimar |
ffmdec: Do not manually free streams on read_header error, this is always
libavformat
|
Sat, 24 Jul 2010 22:50:12 +0000 |
aurel |
add SubRip muxer and demuxer
libavformat
|
Sat, 24 Jul 2010 12:58:28 +0000 |
reimar |
Fix a "function declaration isn't a prototype" warning.
libavformat
|
Sat, 24 Jul 2010 09:04:44 +0000 |
mstorsjo |
Never shrink the ByteIOContext buffer in ff_rewind_with_probe_data
libavformat
|
Sat, 24 Jul 2010 08:43:52 +0000 |
mstorsjo |
mpegts: Warn if unable to seek back
libavformat
|