Thu, 27 May 2010 14:46:31 +0000 |
alexc |
Mark AAC encoder as experimental.
libavcodec
|
Thu, 27 May 2010 04:39:31 +0000 |
conrad |
VP8 parser
libavcodec
|
Thu, 27 May 2010 04:39:27 +0000 |
conrad |
Add const to ff_emulated_edge_mc
libavcodec
|
Thu, 27 May 2010 04:39:23 +0000 |
conrad |
Add more const to _l4 pixel functions
libavcodec
|
Thu, 27 May 2010 04:39:12 +0000 |
conrad |
vp3: Skip the loop filter when strength is 0 or when requested
libavcodec
|
Thu, 27 May 2010 04:25:50 +0000 |
jai_menon |
Cosmetics : Fix typo.
libavcodec
|
Thu, 27 May 2010 01:29:09 +0000 |
cehoyos |
Some fields were incorrectly reset (to NULL) when calling avcodec_copy_context().
libavcodec
|
Wed, 26 May 2010 22:26:19 +0000 |
stefano |
Add support for the newly added Nut codec tags (added in Nut r669):
libavcodec
|
Wed, 26 May 2010 20:22:29 +0000 |
maxim |
Add the forgotten ff_ prefix to the shareable scan patterns.
libavcodec
|
Wed, 26 May 2010 19:00:59 +0000 |
cehoyos |
Factorize ff_h264_decode_extradata().
libavcodec
|
Wed, 26 May 2010 18:54:59 +0000 |
cehoyos |
Mark vorbis encoder as experimental.
libavcodec
|
Wed, 26 May 2010 18:45:13 +0000 |
stefano |
Bump minor version bump and add an APIchanges entry after addition of
libavcodec
|
Wed, 26 May 2010 18:34:48 +0000 |
cehoyos |
Bump minor version and add Changelog entry after r23334.
libavcodec
|
Wed, 26 May 2010 17:23:36 +0000 |
michael |
Treat SIPP like xvid, fixed issue1966
libavcodec
|
Wed, 26 May 2010 13:25:16 +0000 |
maxim |
moves indeo5 scan patterns into ivi_common.c
libavcodec
|
Wed, 26 May 2010 10:38:48 +0000 |
cehoyos |
Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.
libavcodec
|
Wed, 26 May 2010 04:20:32 +0000 |
alexc |
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once.
libavcodec
|
Tue, 25 May 2010 23:25:29 +0000 |
alexc |
Fix declaration after statement
libavcodec
|
Tue, 25 May 2010 22:53:22 +0000 |
cehoyos |
Do not invert samples when encoding Vorbis.
libavcodec
|
Tue, 25 May 2010 21:51:27 +0000 |
michael |
Check for VUI overeading and reset num_reoder_frames.
libavcodec
|
Tue, 25 May 2010 19:16:15 +0000 |
mstorsjo |
Cosmetics: reindent after the previous commit
libavcodec
|
Tue, 25 May 2010 19:13:28 +0000 |
mstorsjo |
api-example: Try to avoid decoding incomplete frames
libavcodec
|
Tue, 25 May 2010 18:35:01 +0000 |
alexc |
aacenc: Split find_max_val() from find_min_book() to eliminate duplicate searches.
libavcodec
|
Tue, 25 May 2010 18:32:59 +0000 |
alexc |
Remove useless costly inf checks from the trellis scalefactor search.
libavcodec
|
Tue, 25 May 2010 18:31:55 +0000 |
alexc |
aacenc: Trellis over scalefactors using an estimated codebook rather than every codebook.
libavcodec
|
Tue, 25 May 2010 18:28:18 +0000 |
alexc |
aacenc: Only trellis over a column of 61 scalefactors (reduced from 256).
libavcodec
|
Tue, 25 May 2010 18:24:16 +0000 |
alexc |
aacenc: Factor out find_min_book so it can be used by multiple coefficient coders.
libavcodec
|
Tue, 25 May 2010 14:23:48 +0000 |
michael |
Correct golomb vlc decoding tables.
libavcodec
|
Tue, 25 May 2010 08:58:14 +0000 |
cehoyos |
Headers for libvpx are installed into vpx subdirectory.
libavcodec
|
Tue, 25 May 2010 03:19:54 +0000 |
conrad |
theora: Don't read an excess bit for maximum length long bit runs if the run
libavcodec
|
Tue, 25 May 2010 01:19:08 +0000 |
cehoyos |
VP8 decoding via libvpx.
libavcodec
|
Mon, 24 May 2010 10:11:21 +0000 |
cehoyos |
Fix documentation of av_audio_convert.
libavcodec
|
Sun, 23 May 2010 15:34:39 +0000 |
reimar |
Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction.
libavcodec
|
Fri, 21 May 2010 23:19:50 +0000 |
stefano |
Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV to
libavcodec
|
Fri, 21 May 2010 23:19:45 +0000 |
stefano |
Rename findPixelFormat() to find_pix_fmt().
libavcodec
|
Thu, 20 May 2010 23:09:11 +0000 |
stefano |
Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.
libavcodec
|
Thu, 20 May 2010 21:27:01 +0000 |
stefano |
Fix doxy reference to unexisting function.
libavcodec
|
Wed, 19 May 2010 22:55:29 +0000 |
michael |
Change eval API to take parent log context and log level offset.
libavcodec
|
Wed, 19 May 2010 20:48:29 +0000 |
bcoudurier |
fix x264 encoding when delay is > number of input frames
libavcodec
|
Wed, 19 May 2010 20:18:40 +0000 |
alexc |
Add a chomp BSF to consume zero padding at the end of a packet.
libavcodec
|
Wed, 19 May 2010 20:18:34 +0000 |
alexc |
Make aac_decode_frame() consume zero padding at the end of a packet.
libavcodec
|
Wed, 19 May 2010 20:13:50 +0000 |
conrad |
Bump minor version for CODEC_ID_VP8
libavcodec
|
Wed, 19 May 2010 16:50:00 +0000 |
conrad |
Add VP8 CODEC_ID
libavcodec
|
Wed, 19 May 2010 06:46:50 +0000 |
benoit |
Fix signedness of q_delta field of the IVIMbInfo.
libavcodec
|
Tue, 18 May 2010 19:16:40 +0000 |
cehoyos |
Factorize some code into the new function ff_toupper4().
libavcodec
|
Mon, 17 May 2010 22:49:34 +0000 |
stefano |
Add log_level_offset to AVCodecContext.
libavcodec
|
Mon, 17 May 2010 09:53:59 +0000 |
benoit |
Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')
libavcodec
|
Sun, 16 May 2010 23:00:22 +0000 |
stefano |
Change the order of parameters for ff_eval_expr() and
libavcodec
|
Sun, 16 May 2010 21:03:08 +0000 |
cehoyos |
Factorize code into a single function.
libavcodec
|
Sun, 16 May 2010 17:08:47 +0000 |
stefano |
Add missing rawvideo pixel formats to codec tags mappings for nut.
libavcodec
|
Sun, 16 May 2010 07:56:31 +0000 |
stefano |
Add NV12 and NV21 AVI tags.
libavcodec
|
Fri, 14 May 2010 23:09:08 +0000 |
fenrir |
Reindent after last commit on dxva2 h264 AVHWAccel.
libavcodec
|
Fri, 14 May 2010 23:08:23 +0000 |
fenrir |
Fixed h264 long term support with dxva2 AVHWAccel.
libavcodec
|
Fri, 14 May 2010 19:38:17 +0000 |
alexc |
fmaxf -> FFMAX to fix pre-C99 systems
libavcodec
|
Fri, 14 May 2010 16:49:51 +0000 |
alexc |
aacenc: Add a rate only trellis for codebook selection for the TLS.
libavcodec
|
Fri, 14 May 2010 16:49:40 +0000 |
alexc |
aacenc: Use exact values when quantizing, not fuzzy values.
libavcodec
|
Fri, 14 May 2010 16:49:30 +0000 |
alexc |
aacenc: Use an estimated codebook for the TLS (two loop search).
libavcodec
|
Fri, 14 May 2010 16:49:21 +0000 |
alexc |
aacenc: Select the TLS (two-loop search) as the default scalefactor coder.
libavcodec
|
Fri, 14 May 2010 16:49:11 +0000 |
alexc |
aacenc: Fix psy logic.
libavcodec
|
Thu, 13 May 2010 20:41:36 +0000 |
cehoyos |
Fix compilation of AC3 decoder if E-AC3 decoder was disabled.
libavcodec
|