Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Sat, 03 Nov 2007 18:29:16 +0000 |
kostya |
Add ff_ prefix to get_v()
libavformat
|
Sat, 03 Nov 2007 18:26:42 +0000 |
kostya |
Make get_v() available to the other demuxers
libavformat
|
Tue, 30 Oct 2007 00:01:25 +0000 |
bcoudurier |
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers
libavformat
|
Sun, 16 Sep 2007 14:37:01 +0000 |
diego |
warning fix:
libavformat
|
Mon, 27 Aug 2007 12:36:19 +0000 |
diego |
Remove unused variable.
libavformat
|
Fri, 17 Aug 2007 10:45:50 +0000 |
diego |
spelling/wording cosmetics
libavformat
|
Thu, 09 Aug 2007 23:24:02 +0000 |
michael |
move syncpoint cache related stuff to common file
libavformat
|
Thu, 09 Aug 2007 21:35:13 +0000 |
michael |
fix forw_ptr crc check
libavformat
|
Thu, 09 Aug 2007 21:04:10 +0000 |
michael |
get rid of printf
libavformat
|
Thu, 09 Aug 2007 18:37:28 +0000 |
michael |
move lsb2full to common file
libavformat
|
Thu, 09 Aug 2007 16:29:30 +0000 |
michael |
move syncpoint timestamp resetting code to a common file
libavformat
|
Thu, 09 Aug 2007 12:51:08 +0000 |
michael |
check forw_ptr CRC
libavformat
|
Thu, 09 Aug 2007 11:04:43 +0000 |
michael |
make StreamContext.time_base a pointer
libavformat
|
Thu, 19 Jul 2007 15:21:30 +0000 |
takis |
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
libavformat
|
Sun, 08 Jul 2007 01:41:07 +0000 |
mru |
nutdec: don't use deprecated codec_get_{bmp,wav}_id()
libavformat
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavformat
|
Sat, 23 Jun 2007 23:10:32 +0000 |
mru |
use new string functions
libavformat
|
Sat, 16 Jun 2007 14:52:05 +0000 |
mru |
fix some printf format specifiers
libavformat
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavformat
|
Tue, 24 Apr 2007 05:50:30 +0000 |
diego |
Remove unused code + variable, fixes a warning.
libavformat
|
Sun, 08 Apr 2007 20:21:11 +0000 |
diego |
Make some functions which aren't used outside their declaring source file
libavformat
|
Sun, 18 Mar 2007 23:59:56 +0000 |
gpoirier |
fix end-of-file detection
libavformat
|
Wed, 28 Feb 2007 03:28:31 +0000 |
lu_zero |
get_packetheader() forgot to read the header_checksum in big packets
libavformat
|
Sun, 21 Jan 2007 12:43:29 +0000 |
michael |
simplify
libavformat
|
Thu, 16 Nov 2006 11:03:40 +0000 |
michael |
check max_pts_distance
libavformat
|
Thu, 16 Nov 2006 10:20:29 +0000 |
michael |
skip non keyframes after seeking between syncpoint and the first keyframe
libavformat
|
Thu, 16 Nov 2006 09:59:46 +0000 |
michael |
remove unused variables
libavformat
|
Thu, 16 Nov 2006 09:56:04 +0000 |
michael |
removing unused code
libavformat
|
Tue, 14 Nov 2006 22:24:10 +0000 |
michael |
check for frames with 2*size > max_dist and no crc
libavformat
|
Tue, 14 Nov 2006 22:23:26 +0000 |
michael |
resync from last syncpoint
libavformat
|
Tue, 14 Nov 2006 22:22:53 +0000 |
michael |
remove skip spam
libavformat
|
Tue, 14 Nov 2006 13:33:05 +0000 |
michael |
indention
libavformat
|
Tue, 14 Nov 2006 13:32:14 +0000 |
michael |
seeking with index
libavformat
|
Tue, 14 Nov 2006 13:19:51 +0000 |
michael |
index less seeking in O(log n) time
libavformat
|
Sun, 12 Nov 2006 12:16:59 +0000 |
michael |
fix checksum check (was my bug not libnut)
libavformat
|
Sun, 12 Nov 2006 12:07:42 +0000 |
michael |
fix timestamp rounding in syncpoints
libavformat
|
Sat, 11 Nov 2006 19:47:58 +0000 |
michael |
simplify
libavformat
|
Sat, 11 Nov 2006 19:43:55 +0000 |
michael |
dont do startcode search from last syncpoint if there are no errors
libavformat
|
Sat, 11 Nov 2006 19:37:21 +0000 |
michael |
nut simple seeking first try
libavformat
|
Sat, 11 Nov 2006 01:35:50 +0000 |
michael |
updating nut demuxer to latest spec
libavformat
|