Sun, 04 Feb 2007 17:05:44 +0000 |
mru |
move networking #includes into separate file
libavformat
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavformat
|
Thu, 18 Jan 2007 17:22:30 +0000 |
mmu_man |
The long awaited BeOS cleanup, phase 1
libavformat
|
Thu, 09 Nov 2006 11:37:30 +0000 |
bcoudurier |
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used
libavformat
|
Tue, 07 Nov 2006 22:10:07 +0000 |
gpoirier |
add support for rtp/h264 streaming
libavformat
|
Fri, 03 Nov 2006 07:55:57 +0000 |
gpoirier |
add valid statistics for the RTCP receiver report.
libavformat
|
Wed, 01 Nov 2006 22:39:58 +0000 |
diego |
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
libavformat
|
Sun, 29 Oct 2006 10:58:51 +0000 |
gpoirier |
fix more dynamic protocol stuff, needed by the forthcoming h264
libavformat
|
Sat, 28 Oct 2006 00:29:59 +0000 |
gpoirier |
move up (in the file) AAC audio handling moved from below
libavformat
|
Fri, 27 Oct 2006 18:19:29 +0000 |
gpoirier |
make ffmpeg able to send back a RTCP receiver report.
libavformat
|
Fri, 27 Oct 2006 17:51:20 +0000 |
gpoirier |
indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %
libavformat
|
Thu, 26 Oct 2006 18:36:03 +0000 |
gpoirier |
Add support for H264 over RTP
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
|
Sun, 20 Aug 2006 19:08:05 +0000 |
banan |
Added codec id for QCELP.
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, 15 Jun 2006 07:36:57 +0000 |
lucabe |
Fix typo
libavformat
|
Sat, 27 May 2006 20:56:14 +0000 |
michael |
suggest solution for 2 fixmies
libavformat
|
Thu, 30 Mar 2006 16:44:32 +0000 |
rfelker |
fix constraint violation: libavformat is not allowed to modify state of caller, including rng state
libavformat
|
Wed, 01 Mar 2006 22:45:27 +0000 |
mmu_man |
fix debug code: do not try to take st->codec if st is NULL. This makes ffplay give me pics from FreeBoxTV \o/
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
|
Sat, 23 Jul 2005 21:52:41 +0000 |
michael |
mpeg1video m bit fix by (Luca Abeni: lucabe72, email it)
libavformat
|
Sat, 23 Jul 2005 21:48:58 +0000 |
michael |
MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it)
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
|
Mon, 30 May 2005 16:42:36 +0000 |
michael |
trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
libavformat
|
Thu, 26 May 2005 07:47:51 +0000 |
michael |
RTP/RTSP and MPEG4-AAC audio
libavformat
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavformat
|
Sat, 29 May 2004 02:06:32 +0000 |
michael |
pass AVPacket into av_write_frame()
libavformat
|