Mon, 08 Sep 2008 14:24:59 +0000 |
michael |
Bump Major version, this commit is almost just renaming bits_per_sample to
libavcodec
|
Fri, 29 Aug 2008 03:59:48 +0000 |
pross |
Add AVCodecContext.bits_per_raw_sample field.
libavcodec
|
Fri, 29 Aug 2008 03:52:10 +0000 |
pross |
Change AVCodecContext.bits_per_sample to bits_per_coded_sample.
libavcodec
|
Wed, 20 Aug 2008 23:11:26 +0000 |
michael |
Provide a simpler way for the user to reorder her timestamps.
libavcodec
|
Tue, 19 Aug 2008 10:43:47 +0000 |
pross |
Add F64BE, F64LE and F64BE PCM codecs.
libavcodec
|
Tue, 19 Aug 2008 10:36:30 +0000 |
pross |
Add SAMPLE_FMT_DBL.
libavcodec
|
Sat, 16 Aug 2008 14:46:31 +0000 |
michael |
Fix rc_eq mem leak.
libavcodec
|
Sat, 16 Aug 2008 14:13:49 +0000 |
michael |
Revert r14260
libavcodec
|
Thu, 14 Aug 2008 22:01:59 +0000 |
aurel |
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
libavcodec
|
Sun, 10 Aug 2008 20:29:43 +0000 |
superdump |
Add a generic function to lavc to log messages about missing features.
libavcodec
|
Mon, 04 Aug 2008 07:40:07 +0000 |
pross |
Make avcodec_string() and av_get_bits_per_sample() report the sample size for CODEC_ID_PCM_ZORK
libavcodec
|
Thu, 31 Jul 2008 12:56:56 +0000 |
pross |
Write sample format description within avcodec_string()
libavcodec
|
Sat, 26 Jul 2008 07:08:15 +0000 |
pross |
add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)
libavcodec
|
Sat, 26 Jul 2008 01:57:10 +0000 |
astrange |
Add a new -debug option for tracing calls to the default get/release_buffer functions.
libavcodec
|
Sun, 20 Jul 2008 16:02:49 +0000 |
michael |
Add skip* AVOptions, which seem to have been missed.
libavcodec
|
Sat, 19 Jul 2008 15:57:06 +0000 |
michael |
Make strict_std_compliance available to decoders.
libavcodec
|
Sat, 19 Jul 2008 00:32:15 +0000 |
michael |
Make the ugly hack which uses an unused entry in the internal buffer
libavcodec
|
Thu, 17 Jul 2008 17:42:44 +0000 |
michael |
100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the
libavcodec
|
Wed, 16 Jul 2008 22:10:34 +0000 |
stefano |
Free in avcodec_close() avctx->rc_eq. Fix a memory leak.
libavcodec
|
Sun, 13 Jul 2008 21:44:00 +0000 |
stefano |
strdup() the default value for rc_eq in AVCodec when setting it in
libavcodec
|
Fri, 11 Jul 2008 15:25:12 +0000 |
andoma |
Deprecate avcodec_build(), it returns the same value as
libavcodec
|
Sun, 29 Jun 2008 08:32:27 +0000 |
diego |
Add command line support for '-idct simplearmv6'.
libavcodec
|
Tue, 24 Jun 2008 20:01:31 +0000 |
stefang |
mark read-only data as const
libavcodec
|
Mon, 09 Jun 2008 01:21:57 +0000 |
bcoudurier |
enable global_header flag for audio and video encoding, was wrongly part of commit r13722
libavcodec
|
Mon, 09 Jun 2008 01:20:14 +0000 |
bcoudurier |
revert wrong part of r13722 commit
libavcodec
|
Mon, 09 Jun 2008 00:43:07 +0000 |
bcoudurier |
uniformize trellis quant option
libavcodec
|
Thu, 05 Jun 2008 01:57:35 +0000 |
bcoudurier |
add esa/dia compat me options and new tesa for libx264
libavcodec
|
Fri, 30 May 2008 21:12:33 +0000 |
michael |
Move *_static to bitstream.c which is the only file left which needs
libavcodec
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavcodec
|
Sat, 29 Mar 2008 22:27:25 +0000 |
michael |
Fix closed gop flag disapearence.
libavcodec
|