Sat, 12 Jan 2008 00:24:10 +0000 |
michael |
Set pts/dts in raw (yuv,rgb,pcm) demuxers.
libavformat
|
Wed, 26 Dec 2007 22:28:22 +0000 |
michael |
Do not force fps unless the user actually specified one.
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Tue, 11 Sep 2007 09:27:46 +0000 |
aurel |
move unrelated functions declarations out of allformats.h
libavformat
|
Fri, 10 Aug 2007 17:05:12 +0000 |
michael |
100000l (forgotten return)
libavformat
|
Fri, 10 Aug 2007 16:12:50 +0000 |
michael |
remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)
libavformat
|
Fri, 10 Aug 2007 16:06:18 +0000 |
michael |
flac probe
libavformat
|
Sun, 05 Aug 2007 03:36:50 +0000 |
jbr |
10l to me. Revert recent changes to ac3_probe() which made misdetection as AC3 too probable.
libavformat
|
Sun, 05 Aug 2007 00:47:07 +0000 |
bcoudurier |
remove useless raw_write_header
libavformat
|
Sun, 05 Aug 2007 00:32:19 +0000 |
jbr |
additional tweaks to AC3 probe function. give a higher score to a single frame
libavformat
|
Sat, 04 Aug 2007 23:53:05 +0000 |
jbr |
increase the maximum AC3 probe buffer size and reduce the threshold for 50% reliability score to 2 frames. Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable.
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 Jul 2007 03:16:59 +0000 |
romansh |
* Getting rid of the use of GCC language extensions
libavformat
|
Sat, 07 Jul 2007 13:46:28 +0000 |
mru |
kill uninitialised variable warning in ac3_probe()
libavformat
|
Wed, 27 Jun 2007 06:54:47 +0000 |
benoit |
remove empty write trailer functions
libavformat
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavformat
|
Wed, 23 May 2007 07:17:17 +0000 |
benoit |
add rgb suffix handling for demuxer
libavformat
|
Wed, 09 May 2007 23:07:40 +0000 |
diego |
RoQ muxer, patch by Vitor, vitor1001 gmail com
libavformat
|
Tue, 08 May 2007 23:25:31 +0000 |
aurel |
move aac and ac3 parsers in their own files
libavformat
|
Mon, 07 May 2007 11:57:46 +0000 |
michael |
improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4)
libavformat
|
Wed, 25 Apr 2007 09:01:54 +0000 |
benoit |
add rgb suffix to rawvideo muxer
libavformat
|
Sun, 15 Apr 2007 13:51:57 +0000 |
aurel |
add an enum for need_parsing
libavformat
|
Sun, 15 Apr 2007 12:35:44 +0000 |
diego |
Make the declaration of AVInputFormat ac3_demuxer conditional
libavformat
|
Sun, 15 Apr 2007 12:32:36 +0000 |
diego |
Move AC3 header parsing code together with the rest of the AC3 parsing code.
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
|
Thu, 29 Mar 2007 20:22:38 +0000 |
michael |
fix probe of 001.vdr-broken-6025
libavformat
|
Sun, 18 Mar 2007 19:32:22 +0000 |
jbr |
improve ac3_probe by counting consecutive frames
libavformat
|
Fri, 09 Feb 2007 12:10:15 +0000 |
kostya |
Raw VC-1 demuxer
libavformat
|
Thu, 08 Feb 2007 23:41:08 +0000 |
jbr |
add read_probe function to raw ac3 demuxer
libavformat
|
Mon, 05 Feb 2007 23:04:48 +0000 |
michael |
better generic index building and seeking code
libavformat
|
Wed, 08 Nov 2006 01:21:23 +0000 |
michael |
mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)
libavformat
|
Mon, 23 Oct 2006 08:57:54 +0000 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
Wed, 18 Oct 2006 11:57:24 +0000 |
bcoudurier |
simplify pcm read seek, use av_get_bits_per_sample
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Tue, 08 Aug 2006 20:31:19 +0000 |
michael |
dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort
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
|
Fri, 16 Jun 2006 10:06:57 +0000 |
diego |
Fix compilation with all combinations of --disable-(de)muxers.
libavformat
|
Fri, 12 May 2006 15:13:51 +0000 |
banan |
Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be
libavformat
|
Tue, 09 May 2006 12:34:35 +0000 |
banan |
Add support for raw flac decoding based on the .flac suffix of input files.
libavformat
|
Sat, 11 Mar 2006 00:22:21 +0000 |
michael |
simplify AVFormatParameters NULL checks
libavformat
|
Wed, 01 Mar 2006 20:09:44 +0000 |
mru |
can't have PES headers in MPEG video elementary streams so fail probe
libavformat
|
Fri, 10 Feb 2006 01:24:32 +0000 |
mru |
generate adts frame headers if required
libavformat
|
Wed, 08 Feb 2006 00:51:55 +0000 |
mru |
read/write adts aac
libavformat
|
Sat, 04 Feb 2006 16:57:58 +0000 |
michael |
3rd try for mpeg-es probe ...
libavformat
|
Sat, 04 Feb 2006 02:05:51 +0000 |
michael |
fix regression tests
libavformat
|
Thu, 02 Feb 2006 13:56:42 +0000 |
michael |
improve mpeg1/2-es detection
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Sat, 29 Oct 2005 00:52:02 +0000 |
alex |
Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenient.txt
libavformat
|
Fri, 23 Sep 2005 00:25:41 +0000 |
diego |
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
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, 11 Jul 2005 01:16:47 +0000 |
michael |
.m1v and .m2a (feature req #1178960)
libavformat
|
Sun, 03 Jul 2005 14:57:23 +0000 |
michael |
.264
libavformat
|
Thu, 26 May 2005 20:17:12 +0000 |
michael |
AVPacket.pos
libavformat
|
Fri, 06 May 2005 21:28:55 +0000 |
michael |
default to YUV420P if none specified for rawvideo input
libavformat
|
Fri, 06 May 2005 14:19:17 +0000 |
michael |
always honor the user specified frame rate if set
libavformat
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavformat
|
Sat, 26 Feb 2005 03:36:04 +0000 |
michael |
shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)
libavformat
|
Tue, 04 Jan 2005 18:32:38 +0000 |
michael |
Patch for creating m2v files by (Fabrizio Gennari <fabrizio.ge tiscali it)
libavformat
|
Thu, 28 Oct 2004 10:12:57 +0000 |
michael |
H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)
libavformat
|
Mon, 18 Oct 2004 09:43:39 +0000 |
michael |
set correct timebase
libavformat
|
Mon, 11 Oct 2004 23:53:53 +0000 |
michael |
100l (forgoten seeking functions)
libavformat
|
Fri, 01 Oct 2004 13:16:16 +0000 |
michael |
do not call (av_)abort()
libavformat
|
Wed, 14 Jul 2004 01:32:14 +0000 |
michael |
libdts support by (Benjamin Zores <ben at geexbox dot org>)
libavformat
|
Sat, 19 Jun 2004 14:51:46 +0000 |
melanson |
cvs diff before cvs commit
libavformat
|
Sat, 19 Jun 2004 03:59:34 +0000 |
melanson |
sweeping change from -EIO -> AVERROR_IO
libavformat
|
Sun, 30 May 2004 20:37:15 +0000 |
michael |
h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>)
libavformat
|
Sat, 29 May 2004 02:06:32 +0000 |
michael |
pass AVPacket into av_write_frame()
libavformat
|
Sun, 23 May 2004 21:36:23 +0000 |
michael |
cur_dts in native timebase
libavformat
|
Sun, 23 May 2004 16:26:12 +0000 |
michael |
store index for seeking in the native timebase of each stream
libavformat
|
Mon, 15 Mar 2004 03:29:32 +0000 |
michael |
decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)
libavformat
|
Mon, 10 Nov 2003 18:41:45 +0000 |
bellard |
seek support for PCM formats
libavformat
|
Tue, 14 Oct 2003 04:15:53 +0000 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavformat
|
Wed, 10 Sep 2003 22:37:33 +0000 |
bellard |
64 bit pts for writing - more const usage
libavformat
|
Mon, 08 Sep 2003 22:34:28 +0000 |
bellard |
ID3 parsing and generation in MP3 format
libavformat
|
Mon, 08 Sep 2003 22:04:29 +0000 |
bellard |
CODEC_ID_MP3LAME is obsolete
libavformat
|
Thu, 22 May 2003 14:12:22 +0000 |
michaelni |
truncated h263 decoding support / H263-ES "demuxer"
libavformat
|
Wed, 07 May 2003 19:01:45 +0000 |
romansh |
* introducing new public interface in imgconvert.c
libavformat
|
Mon, 05 May 2003 12:59:42 +0000 |
michaelni |
prefers MP3 codec (rather than MP2) for output if
libavformat
|
Mon, 05 May 2003 10:56:23 +0000 |
michaelni |
mp3 codec autodetection patch by (Andriy Rysin <arysin at bcsii dot net>)
libavformat
|
Fri, 04 Apr 2003 14:42:28 +0000 |
michaelni |
H264 decoder & demuxer
libavformat
|
Wed, 12 Mar 2003 15:16:19 +0000 |
michaelni |
per context frame_rate_base, this should finally fix frame_rate related av sync issues
libavformat
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavformat
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavformat
|
Sun, 09 Feb 2003 18:07:16 +0000 |
bellard |
raw ac3 auto detects parameters
libavformat
|
Sun, 02 Feb 2003 20:04:03 +0000 |
bellard |
avoid too many false detections
libavformat
|
Thu, 23 Jan 2003 09:52:30 +0000 |
bellard |
removed warnings
libavformat
|
Mon, 25 Nov 2002 19:07:40 +0000 |
bellard |
renamed libav to libavformat
libavformat
|