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
|
Thu, 13 May 2010 19:18:54 +0000 |
rbultje |
Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>.
libavcodec
|
Thu, 13 May 2010 19:16:03 +0000 |
rbultje |
Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>.
libavcodec
|
Thu, 13 May 2010 18:41:18 +0000 |
mru |
Add mpegaudiodec_float.o dependency on tables header with hardcoded tables
libavcodec
|
Thu, 13 May 2010 18:06:44 +0000 |
michael |
1.0 and the resulting exactly representable value must be marked as float as well,
libavcodec
|
Thu, 13 May 2010 17:58:17 +0000 |
michael |
Cast constants to float to avoid gcc converting to and from
libavcodec
|
Thu, 13 May 2010 16:32:21 +0000 |
michael |
Use standard C for implementing sign_extend() and zero_extend().
libavcodec
|
Thu, 13 May 2010 15:41:49 +0000 |
rbultje |
Reindent after r23112.
libavcodec
|
Thu, 13 May 2010 15:39:40 +0000 |
rbultje |
Move handling of paletted data to the IFF demuxer. This allows future
libavcodec
|
Thu, 13 May 2010 15:33:36 +0000 |
rbultje |
Handle palette underflows, fill remaining space with black (zero) data.
libavcodec
|
Thu, 13 May 2010 13:18:25 +0000 |
rbultje |
Move a while(..){..} -> do{..}while(..), slightly faster.
libavcodec
|
Thu, 13 May 2010 10:04:31 +0000 |
michael |
Fix compilation with low precission mpeg audio decoding.
libavcodec
|
Thu, 13 May 2010 10:02:48 +0000 |
michael |
Fix mpegaudio tablegen.
libavcodec
|
Thu, 13 May 2010 10:02:04 +0000 |
michael |
Support writing 2d float arrays.
libavcodec
|
Wed, 12 May 2010 22:38:05 +0000 |
lorenm |
change a variable-length array to a malloc.
libavcodec
|
Wed, 12 May 2010 17:05:56 +0000 |
reimar |
Set coded_frame to NULL when closing a codec, since it might
libavcodec
|
Tue, 11 May 2010 21:31:54 +0000 |
michael |
Do the same sign flip optimization to the low freq decoder.
libavcodec
|
Tue, 11 May 2010 21:20:33 +0000 |
michael |
Factorize READ_FLIP_SIGN() optimization out
libavcodec
|
Tue, 11 May 2010 21:10:55 +0000 |
michael |
Optimize decoding high freqs.
libavcodec
|
Tue, 11 May 2010 20:33:48 +0000 |
michael |
Make lsf_sf_expand() 4 times faster.
libavcodec
|
Tue, 11 May 2010 19:52:42 +0000 |
michael |
float based mp1/mp2/mp3 decoders.
libavcodec
|
Tue, 11 May 2010 18:53:49 +0000 |
alexc |
Set cur_channel in the AAC encoder context where needed.
libavcodec
|
Tue, 11 May 2010 14:49:48 +0000 |
michael |
Remove unused FRAC_RND() macro from mpegaudiodec.c.
libavcodec
|
Tue, 11 May 2010 01:46:13 +0000 |
ramiro |
mlpdec: Comment channel_params field in struct SubStream.
libavcodec
|
Tue, 11 May 2010 01:44:52 +0000 |
ramiro |
mlpdec: Allocate channel decoding parameters for each substream. Some file
libavcodec
|
Tue, 11 May 2010 00:22:50 +0000 |
michael |
Adding missing () to mathops.h.
libavcodec
|
Mon, 10 May 2010 21:16:08 +0000 |
reimar |
Replace more "m" constraints with MANGLE to fix compilation issues
libavcodec
|
Mon, 10 May 2010 17:18:09 +0000 |
rbultje |
Optimize decodeplane32().
libavcodec
|
Mon, 10 May 2010 17:00:56 +0000 |
rbultje |
Ensure that width and height are > 0. avcodec_open() itself only checks that
libavcodec
|
Mon, 10 May 2010 07:08:57 +0000 |
benoit |
Check NAL unit size to avoid reading past the buffer.
libavcodec
|
Sun, 09 May 2010 23:04:06 +0000 |
stefano |
Reorder nut specific codec tags and add a comment for marking them as
libavcodec
|
Sun, 09 May 2010 23:04:03 +0000 |
stefano |
Add missing nut-specific codec tags for rawvideo pixel formats.
libavcodec
|
Sun, 09 May 2010 23:04:01 +0000 |
stefano |
Make the codec tags for the yuvjXXX pixel formats the same as the
libavcodec
|
Sun, 09 May 2010 22:56:04 +0000 |
stefano |
Add support to the Y411 codec tag, corresponding to the rawvideo pixel
libavcodec
|
Sun, 09 May 2010 20:08:13 +0000 |
rbultje |
Remove "bps" parameter to decodeplane8/32(), it's unused.
libavcodec
|
Sun, 09 May 2010 16:24:20 +0000 |
mru |
IFF: decode last 8 pixels per line
libavcodec
|
Sat, 08 May 2010 21:48:44 +0000 |
rbultje |
Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>.
libavcodec
|
Sat, 08 May 2010 16:24:33 +0000 |
reimar |
Another try for fixing/improving decode_video documentation.
libavcodec
|
Thu, 06 May 2010 22:38:18 +0000 |
darkshikari |
Add intra refresh and crf-max support to the libavcodec libx264 wrapper.
libavcodec
|
Thu, 06 May 2010 20:38:42 +0000 |
alexc |
10l: store the result of clipping added in r23035
libavcodec
|
Thu, 06 May 2010 20:35:10 +0000 |
alexc |
Error out when too many bits per frame are requested.
libavcodec
|
Thu, 06 May 2010 20:18:36 +0000 |
alexc |
Make the faac inspired quantizer search make sense for a slightly narrower definition of "make sense."
libavcodec
|
Wed, 05 May 2010 21:38:02 +0000 |
conrad |
schroenc: Set colorspace info
libavcodec
|
Wed, 05 May 2010 21:37:58 +0000 |
conrad |
schroenc: Use AV_RB32
libavcodec
|
Wed, 05 May 2010 21:02:49 +0000 |
conrad |
schroenc: Set open-gop
libavcodec
|
Wed, 05 May 2010 21:02:45 +0000 |
conrad |
schroenc: Set keyframe interval
libavcodec
|
Wed, 05 May 2010 21:02:41 +0000 |
conrad |
schroenc: Use constant quality for constant quality, not noise threshold
libavcodec
|
Wed, 05 May 2010 21:02:37 +0000 |
conrad |
schroenc: Don't touch gop_structure by default, it should be left adaptive
libavcodec
|
Wed, 05 May 2010 17:02:55 +0000 |
cehoyos |
Align plane size to word-boundary.
libavcodec
|
Mon, 03 May 2010 22:08:31 +0000 |
rbultje |
Revert r22974 int->unsigned parts that don't have any meaningful effect.
libavcodec
|
Mon, 03 May 2010 19:21:35 +0000 |
alexc |
10l: The SBR refactor requires the use of 2 independent output X buffers.
libavcodec
|
Mon, 03 May 2010 05:57:48 +0000 |
mstorsjo |
amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output
libavcodec
|
Sun, 02 May 2010 21:52:25 +0000 |
rbultje |
Another buffer overflow, fixes issue1758.
libavcodec
|
Sun, 02 May 2010 16:07:29 +0000 |
reimar |
Clarify how allocation works for the picture argument for
libavcodec
|
Sat, 01 May 2010 18:45:02 +0000 |
rbultje |
Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...).
libavcodec
|
Fri, 30 Apr 2010 23:32:42 +0000 |
alexc |
Enforce time border monotonicity.
libavcodec
|
Fri, 30 Apr 2010 23:08:44 +0000 |
alexc |
Move the SBR patch count check to prevent overwrites.
libavcodec
|
Fri, 30 Apr 2010 22:42:52 +0000 |
alexc |
Increase size of patch_borders[].
libavcodec
|
Fri, 30 Apr 2010 22:09:42 +0000 |
michael |
avi bgr24 padding fix.
libavcodec
|
Fri, 30 Apr 2010 21:43:29 +0000 |
alexc |
Reindent
libavcodec
|
Fri, 30 Apr 2010 21:43:23 +0000 |
alexc |
Rewrite ff_sbr_apply in a manner more friendly to PS.
libavcodec
|
Fri, 30 Apr 2010 21:30:27 +0000 |
mru |
ARM: NEON optimised VP6 edge filter
libavcodec
|
Fri, 30 Apr 2010 21:30:22 +0000 |
mru |
VP56: move vp56_edge_filter to new VP56DSPContext
libavcodec
|
Wed, 28 Apr 2010 20:00:23 +0000 |
michael |
Add version to AVClass so we can add to and use fields of AVClass without ABI issues.
libavcodec
|
Mon, 26 Apr 2010 22:39:08 +0000 |
rbultje |
Reidnent after r22795.
libavcodec
|
Mon, 26 Apr 2010 22:38:41 +0000 |
rbultje |
Move some branches outside looped code. Should improve the generated asm (and
libavcodec
|
Mon, 26 Apr 2010 22:37:13 +0000 |
rbultje |
Switch some ints to unsigned (they can only have positive values, this allows
libavcodec
|
Mon, 26 Apr 2010 22:00:57 +0000 |
cehoyos |
Make two functions out of #define hackery.
libavcodec
|
Sun, 25 Apr 2010 15:05:16 +0000 |
stefano |
Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1
libavcodec
|
Fri, 23 Apr 2010 16:45:38 +0000 |
rbultje |
Add acelp_filters.o as QCELP decoder object file.
libavcodec
|
Fri, 23 Apr 2010 16:28:10 +0000 |
mru |
Workaround for missing llrintf()
libavcodec
|
Thu, 22 Apr 2010 21:43:36 +0000 |
jbr |
ac3dec: return smaller of buf_size and frame_size instead of always returning
libavcodec
|
Thu, 22 Apr 2010 21:19:32 +0000 |
mru |
ARM: fix build for darwin/iphone
libavcodec
|
Thu, 22 Apr 2010 09:41:45 +0000 |
michael |
Set .supported_samplerates for mpeg audio encoders.
libavcodec
|
Wed, 21 Apr 2010 18:01:34 +0000 |
rbultje |
WMAVoice postfilter.
libavcodec
|
Wed, 21 Apr 2010 17:57:48 +0000 |
rbultje |
Move clipping of audio samples (for those codecs outputting float) from decoder
libavcodec
|
Wed, 21 Apr 2010 17:51:37 +0000 |
jai_menon |
Fix typo.
libavcodec
|
Wed, 21 Apr 2010 17:50:08 +0000 |
rbultje |
Implement QCELP postfilter.
libavcodec
|
Wed, 21 Apr 2010 17:46:59 +0000 |
rbultje |
Make the Sipr16k postfilter function write data into the target/output buffer.
libavcodec
|
Wed, 21 Apr 2010 17:45:24 +0000 |
rbultje |
Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().
libavcodec
|
Wed, 21 Apr 2010 17:43:52 +0000 |
rbultje |
Split the input/output data arguments to ff_adaptive_gain_control().
libavcodec
|
Wed, 21 Apr 2010 13:19:00 +0000 |
conrad |
theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens)
libavcodec
|
Wed, 21 Apr 2010 13:05:25 +0000 |
vitor |
10l: do not try to unpack DTX frames in AMR-NB decoder
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Tue, 20 Apr 2010 14:23:00 +0000 |
diego |
cosmetics: Switch Doxygen comments to JavaDoc style.
libavcodec
|
Mon, 19 Apr 2010 21:20:20 +0000 |
darkshikari |
vertical align in libx264.c
libavcodec
|
Sat, 17 Apr 2010 11:00:53 +0000 |
cehoyos |
Add const to some pointer parameters.
libavcodec
|
Sat, 17 Apr 2010 10:37:42 +0000 |
conrad |
vp3: Use avctx pointer directly
libavcodec
|
Sat, 17 Apr 2010 02:04:39 +0000 |
conrad |
vp3: Read fps and aspect ratio in the decoder
libavcodec
|
Sat, 17 Apr 2010 02:04:35 +0000 |
conrad |
vp3: Don't crop if there's a left/top offset, it's wrong
libavcodec
|
Sat, 17 Apr 2010 02:04:30 +0000 |
conrad |
vp3: DC-only IDCT
libavcodec
|
Fri, 16 Apr 2010 12:21:44 +0000 |
conrad |
vp3: More buffer length checks
libavcodec
|
Fri, 16 Apr 2010 12:21:41 +0000 |
conrad |
vp3: Remove internal debug statement
libavcodec
|
Thu, 15 Apr 2010 13:16:37 +0000 |
gb |
H.264: cosmetics (vertical align).
libavcodec
|
Thu, 15 Apr 2010 08:30:48 +0000 |
gb |
H.264: move avctx->{profile,level} init before AVCodecContext.get_format().
libavcodec
|
Thu, 15 Apr 2010 08:27:06 +0000 |
gb |
H.264: move avctx->refs init before AVCodecContext.get_format().
libavcodec
|
Wed, 14 Apr 2010 20:15:50 +0000 |
andoma |
pngdec: Add support for PIX_FMT_Y400A
libavcodec
|
Wed, 14 Apr 2010 20:15:19 +0000 |
andoma |
Add PIX_FMT_Y400A, 8bit gray, 8bit alpha
libavcodec
|
Tue, 13 Apr 2010 23:24:25 +0000 |
stefano |
Factorize code in get_bit_rate().
libavcodec
|
Tue, 13 Apr 2010 22:52:14 +0000 |
diego |
Add rectangle.h #include for fill_rectangle().
libavcodec
|
Tue, 13 Apr 2010 22:15:49 +0000 |
diego |
Move static function fill_filter_caches() from h264.h to h264.c.
libavcodec
|
Tue, 13 Apr 2010 10:15:05 +0000 |
mru |
DCA: indent
libavcodec
|
Tue, 13 Apr 2010 10:15:00 +0000 |
mru |
DCA: optimise dca_subsubframe()
libavcodec
|
Tue, 13 Apr 2010 06:43:01 +0000 |
gb |
[VA-API] Fix long-term reference frames addition to the DPB.
libavcodec
|
Tue, 13 Apr 2010 00:48:49 +0000 |
mru |
10l: fix build on non-NEON ARM
libavcodec
|