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
|
Wed, 31 Mar 2010 12:29:58 +0000 |
cehoyos |
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
libavformat
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
Wed, 17 Mar 2010 15:14:18 +0000 |
rbultje |
Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so that
libavformat
|
Wed, 10 Mar 2010 14:26:15 +0000 |
benoit |
Fix ffm_close return type.
libavformat
|
Wed, 10 Mar 2010 13:17:50 +0000 |
vitor |
Fix memory leak in FFM demuxer
libavformat
|
Mon, 14 Dec 2009 21:08:21 +0000 |
banan |
Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623). This makes
libavformat
|
Tue, 24 Nov 2009 15:54:17 +0000 |
darkshikari |
Update ffserver to include all basic x264 parameters in .ffm files.
libavformat
|
Fri, 10 Apr 2009 12:49:53 +0000 |
aurel |
remove useless duplication of what av_new_stream() already does
libavformat
|
Sat, 21 Mar 2009 07:36:25 +0000 |
bcoudurier |
fix compilation when DEBUG_SEEK is defined
libavformat
|
Sat, 21 Mar 2009 07:35:52 +0000 |
bcoudurier |
fix valid seeking range
libavformat
|
Fri, 20 Mar 2009 01:44:45 +0000 |
bcoudurier |
resync ffm if error in stream
libavformat
|
Fri, 20 Mar 2009 01:39:55 +0000 |
bcoudurier |
typo, fix eof check
libavformat
|
Fri, 20 Mar 2009 01:23:33 +0000 |
bcoudurier |
do not write ffm write index by default, detect if file is being written and return EOF
libavformat
|
Thu, 12 Feb 2009 02:17:16 +0000 |
bcoudurier |
return error if read failed
libavformat
|
Thu, 12 Feb 2009 02:15:07 +0000 |
bcoudurier |
Change ffm_write_write_index to return int, and return if error occured.
libavformat
|
Sun, 01 Feb 2009 22:02:57 +0000 |
bcoudurier |
return eof/error if only ffm header has been written, should fix #815
libavformat
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavformat
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavformat
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavformat
|
Fri, 03 Oct 2008 10:16:29 +0000 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
Sun, 27 Jul 2008 20:59:40 +0000 |
stefano |
Improve long names for FFM muxer and demuxer:
libavformat
|
Sun, 22 Jun 2008 08:53:44 +0000 |
bcoudurier |
cosmetics, pts->dts
libavformat
|
Sun, 22 Jun 2008 01:35:43 +0000 |
bcoudurier |
enable feeder threads
libavformat
|
Thu, 19 Jun 2008 22:50:17 +0000 |
bcoudurier |
ffm has no per stream priv_data anymore
libavformat
|
Mon, 09 Jun 2008 08:44:45 +0000 |
diego |
Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es.
libavformat
|
Mon, 09 Jun 2008 07:43:14 +0000 |
bcoudurier |
pass dts and pts through ffm, should fix streaming b frames
libavformat
|
Mon, 09 Jun 2008 00:36:27 +0000 |
bcoudurier |
pass extradata through ffm
libavformat
|
Sat, 07 Jun 2008 00:49:03 +0000 |
bcoudurier |
fix pts handling in ffm
libavformat
|
Sat, 07 Jun 2008 00:35:37 +0000 |
bcoudurier |
Reset reading state after successful seek.
libavformat
|
Fri, 06 Jun 2008 20:36:16 +0000 |
bcoudurier |
cosmetics, rename first to header, more explicit name
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Mon, 26 May 2008 23:59:28 +0000 |
bcoudurier |
typo
libavformat
|
Mon, 26 May 2008 04:40:22 +0000 |
bcoudurier |
replace printf by av_log
libavformat
|
Mon, 26 May 2008 04:38:46 +0000 |
bcoudurier |
use av_hex_dump_log
libavformat
|
Mon, 26 May 2008 04:34:29 +0000 |
bcoudurier |
use dprintf
libavformat
|
Mon, 26 May 2008 03:53:48 +0000 |
bcoudurier |
return error if frame_offset is negative, prevent segfault
libavformat
|
Mon, 26 May 2008 03:53:10 +0000 |
bcoudurier |
return error if len is negative, prevent segfault
libavformat
|
Mon, 26 May 2008 03:52:14 +0000 |
bcoudurier |
move ffserver specific functions up and only include unistd.h in this case
libavformat
|
Mon, 26 May 2008 03:50:25 +0000 |
bcoudurier |
move ffm_seek1 before get_pts function since func uses it
libavformat
|
Mon, 26 May 2008 03:47:56 +0000 |
bcoudurier |
move DEBUG_SEEK definition before get_pts since func uses it
libavformat
|
Mon, 26 May 2008 03:47:07 +0000 |
bcoudurier |
move get_pts function to avoid useless declaration
libavformat
|
Mon, 26 May 2008 03:44:31 +0000 |
bcoudurier |
split ffm de/muxer
libavformat
base
ffm.c@3792f77cd4ef
|