Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavformat
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavformat
|
Wed, 28 Jan 2009 13:37:26 +0000 |
michael |
Fix remotely exploitable arbitrary code execution vulnerability.
libavformat
|
Tue, 27 Jan 2009 22:21:28 +0000 |
michael |
Prefer av_freep() over av_free() for variables in the context for safety.
libavformat
|
Tue, 27 Jan 2009 22:20:05 +0000 |
michael |
Add {} between if/else
libavformat
|
Tue, 27 Jan 2009 22:14:48 +0000 |
michael |
Export all tracks (each is a different language) instead of just one.
libavformat
|
Tue, 27 Jan 2009 22:03:13 +0000 |
michael |
remove pointless {}
libavformat
|
Tue, 27 Jan 2009 21:58:45 +0000 |
michael |
Move current_track variable closer to where it is used.
libavformat
|
Tue, 27 Jan 2009 21:56:28 +0000 |
michael |
Fix memleak of fourxm->tracks on error return.
libavformat
|
Tue, 27 Jan 2009 21:09:22 +0000 |
michael |
vertical align
libavformat
|
Tue, 27 Jan 2009 21:06:19 +0000 |
michael |
Fix memleak of header in error returns.
libavformat
|
Tue, 27 Jan 2009 21:01:47 +0000 |
michael |
better header_size check
libavformat
|
Tue, 27 Jan 2009 20:51:10 +0000 |
michael |
size < 4 is invalid
libavformat
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavformat
|
Sun, 11 Jan 2009 21:08:52 +0000 |
diego |
cosmetics: indentation
libavformat
|
Sun, 11 Jan 2009 21:07:12 +0000 |
diego |
Fix illegal identifier starting with an underscore.
libavformat
|
Mon, 08 Sep 2008 14:24:59 +0000 |
michael |
Bump Major version, this commit is almost just renaming bits_per_sample to
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Mon, 27 Aug 2007 21:58:39 +0000 |
rtogni |
Change 4xm demuxer and video decoder to pass the video format version in
libavformat
|
Mon, 13 Aug 2007 00:44:35 +0000 |
michael |
export 4xm video version
libavformat
|
Sun, 12 Aug 2007 00:23:47 +0000 |
michael |
pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Thu, 19 Jul 2007 15:21:30 +0000 |
takis |
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
libavformat
|
Sun, 08 Apr 2007 20:24:16 +0000 |
diego |
Get rid of unnecessary pointer casts.
libavformat
|
Sun, 08 Apr 2007 11:34:15 +0000 |
michael |
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
libavformat
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavformat
|
Sun, 05 Nov 2006 16:31:52 +0000 |
diego |
Do not set audio codec_tag to 1, that would be PCM audio.
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Tue, 19 Jul 2005 15:32:43 +0000 |
michael |
more non portable float parsing code ...
libavformat
|
Sun, 17 Jul 2005 22:24:36 +0000 |
michael |
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
libavformat
|
Thu, 26 May 2005 20:17:12 +0000 |
michael |
AVPacket.pos
libavformat
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavformat
|
Tue, 26 Apr 2005 10:01:17 +0000 |
michael |
fix nonsens timestamp calculation
libavformat
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavformat
|
Sat, 08 Jan 2005 14:21:33 +0000 |
michael |
integer overflows, heap corruption
libavformat
|
Sat, 19 Jun 2004 03:59:34 +0000 |
melanson |
sweeping change from -EIO -> AVERROR_IO
libavformat
|
Fri, 21 May 2004 20:43:21 +0000 |
michael |
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
libavformat
|
Sun, 14 Mar 2004 04:04:08 +0000 |
melanson |
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
libavformat
|
Sun, 16 Nov 2003 14:26:50 +0000 |
melanson |
set frame rate information, for good measure
libavformat
|
Sat, 15 Nov 2003 18:18:42 +0000 |
melanson |
use the proper file framerate (specified by a float); account the pts
libavformat
|
Sat, 20 Sep 2003 21:54:33 +0000 |
tmmm |
clean up 4xm demuxer; make valgrind just a little happier
libavformat
|
Tue, 03 Jun 2003 13:58:44 +0000 |
michaelni |
4xm adpcm
libavformat
|
Wed, 28 May 2003 23:50:00 +0000 |
tmmm |
get the video dispatch straight
libavformat
|
Wed, 28 May 2003 02:41:24 +0000 |
tmmm |
dispatch video as well as audio
libavformat
|
Mon, 26 May 2003 20:53:09 +0000 |
tmmm |
allocate enough bytes
libavformat
|
Sun, 25 May 2003 23:55:47 +0000 |
michaelni |
10l
libavformat
|
Sun, 25 May 2003 23:41:25 +0000 |
michaelni |
c frame size debug stuff
libavformat
|
Sun, 25 May 2003 05:07:36 +0000 |
tmmm |
first pass at an experimental 4xm demuxer
libavformat
|