Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
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
|
Sat, 07 Jul 2007 13:46:30 +0000 |
mru |
kill uninitialised variable warning in amr_read_packet()
libavformat
|
Wed, 27 Jun 2007 06:54:47 +0000 |
benoit |
remove empty write trailer functions
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
|
Tue, 10 Oct 2006 23:59:08 +0000 |
michael |
unused #define
libavformat
|
Tue, 10 Oct 2006 23:57:44 +0000 |
michael |
remove dummy amr_read_close()
libavformat
|
Tue, 10 Oct 2006 23:56:49 +0000 |
michael |
more factoriztaion and a FIXME note
libavformat
|
Tue, 10 Oct 2006 23:53:14 +0000 |
michael |
factorze another 2 lines
libavformat
|
Tue, 10 Oct 2006 23:49:45 +0000 |
michael |
set duration and timebase (based on a patch by Simon Morlat simon.morlat linphone org)
libavformat
|
Tue, 10 Oct 2006 23:45:12 +0000 |
michael |
factorize (untested)
libavformat
|
Tue, 10 Oct 2006 23:28:27 +0000 |
michael |
return cleanup
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavformat
|
Tue, 08 Aug 2006 10:24:26 +0000 |
diego |
Fix some "'static' is not at beginning of declaration" warnings.
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
|
Sun, 22 Jan 2006 13:50:59 +0000 |
diego |
Place proper #ifdef around muxer-specific code.
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
|
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
|
Sun, 24 Apr 2005 11:15:35 +0000 |
rtognimp |
Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb)
libavformat
|
Sat, 19 Jun 2004 03:59:34 +0000 |
melanson |
sweeping change from -EIO -> AVERROR_IO
libavformat
|
Sat, 29 May 2004 02:06:32 +0000 |
michael |
pass AVPacket into av_write_frame()
libavformat
|
Sun, 28 Sep 2003 20:34:11 +0000 |
michaelni |
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
libavformat
|
Wed, 18 Jun 2003 22:24:51 +0000 |
michaelni |
amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>)
libavformat
|
Fri, 06 Jun 2003 11:47:49 +0000 |
kabi |
* amr format - by Johannes Carlsson
libavformat
|