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
|
Mon, 12 Apr 2010 22:05:18 +0000 |
stefano |
Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565,
libavcodec
|
Mon, 12 Apr 2010 21:49:04 +0000 |
stefano |
Fix grammar: a expression -> an expression.
libavcodec
|
Mon, 12 Apr 2010 21:49:01 +0000 |
stefano |
Remove stray empty line.
libavcodec
|
Mon, 12 Apr 2010 20:45:33 +0000 |
mru |
DCA: ARM/NEON optimised lfe_fir
libavcodec
|
Mon, 12 Apr 2010 20:45:29 +0000 |
mru |
DCA: 16-byte-align lfe_fir tables
libavcodec
|
Mon, 12 Apr 2010 20:45:25 +0000 |
mru |
DCA: break out lfe_interpolation_fir() inner loops to a function
libavcodec
|
Mon, 12 Apr 2010 20:22:55 +0000 |
stefano |
Fix constness for func[12] parameters in ff_parse_expr() and
libavcodec
|
Mon, 12 Apr 2010 19:21:19 +0000 |
stefano |
Change constness for func[12]_name parameters of ff_parse_expr() and
libavcodec
|
Mon, 12 Apr 2010 19:21:15 +0000 |
stefano |
Rename ff_parse() to ff_parse_expr().
libavcodec
|
Mon, 12 Apr 2010 19:21:08 +0000 |
stefano |
Remove unnecessary header inclusion directives.
libavcodec
|
Mon, 12 Apr 2010 16:16:43 +0000 |
benoit |
Extradata length checks for Huffyuv.
libavcodec
|
Mon, 12 Apr 2010 16:05:10 +0000 |
mru |
DCA: use FASTDIV in decode_blockcode()
libavcodec
|
Mon, 12 Apr 2010 13:28:59 +0000 |
mru |
ARM: fix NEON synth_filter_float with hardfp calls
libavcodec
|
Mon, 12 Apr 2010 13:21:33 +0000 |
jai_menon |
Remove useless header inclusion.
libavcodec
|
Mon, 12 Apr 2010 11:14:55 +0000 |
mru |
DCA: simplify lfe_interpolation_fir()
libavcodec
|
Mon, 12 Apr 2010 11:14:51 +0000 |
mru |
DCA: use a local variable for loop boundary
libavcodec
|
Mon, 12 Apr 2010 11:14:48 +0000 |
mru |
DCA: use some type-punning in qmf_32_subbands()
libavcodec
|
Sun, 11 Apr 2010 22:32:04 +0000 |
stefano |
Rename ff_eval2() to ff_parse_and_eval_expr().
libavcodec
|
Sun, 11 Apr 2010 22:32:01 +0000 |
stefano |
Rename ff_parse_eval() to ff_eval_expr().
libavcodec
|
Sun, 11 Apr 2010 20:04:15 +0000 |
stefano |
Place some empty line in the doxy.
libavcodec
|
Sun, 11 Apr 2010 20:04:11 +0000 |
stefano |
Remove redundant file descriptions from copyright headers.
libavcodec
|
Sun, 11 Apr 2010 18:44:51 +0000 |
stefano |
Avoid the use of the symbol ff_expr_s for referencing AVExpr.
libavcodec
|
Sun, 11 Apr 2010 15:54:45 +0000 |
jai_menon |
DECLARE_ALIGNED usage requires #inclusion of 'mem.h'.
libavcodec
|
Sun, 11 Apr 2010 14:15:32 +0000 |
stefano |
Doxument ff_free_expr().
libavcodec
|
Sun, 11 Apr 2010 14:09:05 +0000 |
stefano |
Make ff_fill_linesize() use the information stored in
libavcodec
|
Sun, 11 Apr 2010 11:47:33 +0000 |
stefano |
Rename ff_eval_free() to ff_free_expr().
libavcodec
|
Sun, 11 Apr 2010 11:47:29 +0000 |
stefano |
Rename AVEvalExpr to AVExpr, as suggested by Michael.
libavcodec
|
Sun, 11 Apr 2010 11:47:24 +0000 |
stefano |
Move AVEvalExpr declaration at the beginning of the file, where it is
libavcodec
|
Sat, 10 Apr 2010 17:32:41 +0000 |
jai_menon |
alacenc : Report supported input sample formats.
libavcodec
|
Sat, 10 Apr 2010 16:27:56 +0000 |
mru |
ARM: NEON optimised synth_filter_float
libavcodec
|
Sat, 10 Apr 2010 16:27:53 +0000 |
mru |
Make synth_filter a function pointer
libavcodec
|
Sat, 10 Apr 2010 16:27:47 +0000 |
mru |
DCA: align some arrays
libavcodec
|
Thu, 08 Apr 2010 06:27:39 +0000 |
alexc |
Reindent read_sbr_extension.
libavcodec
|
Thu, 08 Apr 2010 06:27:35 +0000 |
alexc |
Print an error and skip PS when PS is found but explicitly found but
libavcodec
|
Thu, 08 Apr 2010 06:04:41 +0000 |
alexc |
Add support for PS sync extensions.
libavcodec
|
Thu, 08 Apr 2010 06:04:37 +0000 |
alexc |
Use get_bits_left() in the sync extension check.
libavcodec
|
Thu, 08 Apr 2010 06:04:31 +0000 |
alexc |
Fix ext_object_type.
libavcodec
|
Tue, 06 Apr 2010 09:52:41 +0000 |
benoit |
Fix segfault when encoder initialization fails.
libavcodec
|
Sun, 04 Apr 2010 07:18:10 +0000 |
siretart |
Avoid division by zero
libavcodec
|
Sat, 03 Apr 2010 15:05:27 +0000 |
vitor |
Add help for (I)RDFT test in fft-test
libavcodec
|
Sat, 03 Apr 2010 15:04:15 +0000 |
vitor |
Make code using 1d-DCT consistent with the API change
libavcodec
|
Sat, 03 Apr 2010 14:15:00 +0000 |
stefano |
Replace all remaining occurrences of AVERROR_NOMEM with
libavcodec
|
Fri, 02 Apr 2010 16:26:10 +0000 |
alexc |
aacenc: Error when an unsupported profile is requested
libavcodec
|
Fri, 02 Apr 2010 14:19:39 +0000 |
alexc |
aacenc: Don't lowpass the input unless specifically requested.
libavcodec
|
Fri, 02 Apr 2010 14:08:51 +0000 |
michael |
Change default for bidir_refine to 1.
libavcodec
|
Fri, 02 Apr 2010 14:04:15 +0000 |
michael |
Optimize bidir_refine a bit.
libavcodec
|
Fri, 02 Apr 2010 12:34:08 +0000 |
michael |
Change bidir refine hash code so we only need to perform a single
libavcodec
|
Fri, 02 Apr 2010 11:06:29 +0000 |
michael |
Reduce the size of the bidir refine hashtable from 4096 to 256 and
libavcodec
|
Fri, 02 Apr 2010 01:13:59 +0000 |
michael |
Move comment that belonged to cmp() back to cmp().
libavcodec
|
Fri, 02 Apr 2010 01:07:03 +0000 |
michael |
slice dice, inline and outline cmp()
libavcodec
|
Thu, 01 Apr 2010 18:51:08 +0000 |
michael |
Store range coder state transition table.
libavcodec
|
Thu, 01 Apr 2010 17:54:15 +0000 |
reimar |
Allow hardcoding of ulaw and alaw tables.
libavcodec
|
Thu, 01 Apr 2010 17:11:47 +0000 |
reimar |
Change/simplify the tableprint/tablegen API.
libavcodec
|
Thu, 01 Apr 2010 16:52:14 +0000 |
reimar |
Convert two "m" constraints to MANGLE to fix compilation with some compilers.
libavcodec
|
Thu, 01 Apr 2010 15:52:50 +0000 |
benoit |
Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.
libavcodec
|
Thu, 01 Apr 2010 06:41:16 +0000 |
koorogi |
Add function to export EDGE_WIDTH from libavcodec.
libavcodec
|
Wed, 31 Mar 2010 21:10:52 +0000 |
rbultje |
Document API addition of avcodec_copy_context().
libavcodec
|
Wed, 31 Mar 2010 20:40:49 +0000 |
rbultje |
Add avcodec_copy_context().
libavcodec
|
Wed, 31 Mar 2010 14:13:49 +0000 |
cehoyos |
Fix likely typo in r15937.
libavcodec
|
Wed, 31 Mar 2010 12:29:58 +0000 |
cehoyos |
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
libavcodec
|
Wed, 31 Mar 2010 03:55:42 +0000 |
astrange |
H264: Copy h264dsp when creating new slice threads
libavcodec
|
Tue, 30 Mar 2010 23:31:16 +0000 |
stefano |
Move AVMediaType from libavcodec to libavutil.
libavcodec
|