2010-04-11 |
stefano |
Rename ff_parse_eval() to ff_eval_expr().
libavcodec
|
2010-04-11 |
stefano |
Place some empty line in the doxy.
libavcodec
|
2010-04-11 |
stefano |
Remove redundant file descriptions from copyright headers.
libavcodec
|
2010-04-11 |
stefano |
Avoid the use of the symbol ff_expr_s for referencing AVExpr.
libavcodec
|
2010-04-11 |
jai_menon |
DECLARE_ALIGNED usage requires #inclusion of 'mem.h'.
libavcodec
|
2010-04-11 |
stefano |
Doxument ff_free_expr().
libavcodec
|
2010-04-11 |
stefano |
Make ff_fill_linesize() use the information stored in
libavcodec
|
2010-04-11 |
stefano |
Rename ff_eval_free() to ff_free_expr().
libavcodec
|
2010-04-11 |
stefano |
Rename AVEvalExpr to AVExpr, as suggested by Michael.
libavcodec
|
2010-04-11 |
stefano |
Move AVEvalExpr declaration at the beginning of the file, where it is
libavcodec
|
2010-04-10 |
jai_menon |
alacenc : Report supported input sample formats.
libavcodec
|
2010-04-10 |
mru |
ARM: NEON optimised synth_filter_float
libavcodec
|
2010-04-10 |
mru |
Make synth_filter a function pointer
libavcodec
|
2010-04-10 |
mru |
DCA: align some arrays
libavcodec
|
2010-04-08 |
alexc |
Reindent read_sbr_extension.
libavcodec
|
2010-04-08 |
alexc |
Print an error and skip PS when PS is found but explicitly found but
libavcodec
|
2010-04-08 |
alexc |
Add support for PS sync extensions.
libavcodec
|
2010-04-08 |
alexc |
Use get_bits_left() in the sync extension check.
libavcodec
|
2010-04-08 |
alexc |
Fix ext_object_type.
libavcodec
|
2010-04-06 |
benoit |
Fix segfault when encoder initialization fails.
libavcodec
|
2010-04-04 |
siretart |
Avoid division by zero
libavcodec
|
2010-04-03 |
vitor |
Add help for (I)RDFT test in fft-test
libavcodec
|
2010-04-03 |
vitor |
Make code using 1d-DCT consistent with the API change
libavcodec
|
2010-04-03 |
stefano |
Replace all remaining occurrences of AVERROR_NOMEM with
libavcodec
|
2010-04-02 |
alexc |
aacenc: Error when an unsupported profile is requested
libavcodec
|
2010-04-02 |
alexc |
aacenc: Don't lowpass the input unless specifically requested.
libavcodec
|
2010-04-02 |
michael |
Change default for bidir_refine to 1.
libavcodec
|
2010-04-02 |
michael |
Optimize bidir_refine a bit.
libavcodec
|
2010-04-02 |
michael |
Change bidir refine hash code so we only need to perform a single
libavcodec
|
2010-04-02 |
michael |
Reduce the size of the bidir refine hashtable from 4096 to 256 and
libavcodec
|
2010-04-02 |
michael |
Move comment that belonged to cmp() back to cmp().
libavcodec
|
2010-04-02 |
michael |
slice dice, inline and outline cmp()
libavcodec
|
2010-04-01 |
michael |
Store range coder state transition table.
libavcodec
|
2010-04-01 |
reimar |
Allow hardcoding of ulaw and alaw tables.
libavcodec
|
2010-04-01 |
reimar |
Change/simplify the tableprint/tablegen API.
libavcodec
|
2010-04-01 |
reimar |
Convert two "m" constraints to MANGLE to fix compilation with some compilers.
libavcodec
|
2010-04-01 |
benoit |
Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.
libavcodec
|
2010-04-01 |
koorogi |
Add function to export EDGE_WIDTH from libavcodec.
libavcodec
|
2010-03-31 |
rbultje |
Document API addition of avcodec_copy_context().
libavcodec
|
2010-03-31 |
rbultje |
Add avcodec_copy_context().
libavcodec
|
2010-03-31 |
cehoyos |
Fix likely typo in r15937.
libavcodec
|
2010-03-31 |
cehoyos |
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
libavcodec
|
2010-03-31 |
astrange |
H264: Copy h264dsp when creating new slice threads
libavcodec
|
2010-03-30 |
stefano |
Move AVMediaType from libavcodec to libavutil.
libavcodec
|
2010-03-30 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
2010-03-30 |
cehoyos |
Add spectral extension to the E-AC-3 decoder.
libavcodec
|
2010-03-30 |
michael |
Fix implicit weight for b frames in mbaff.
libavcodec
|
2010-03-30 |
michael |
Make sure the EC code does not attempt to use inter based concealment if there
libavcodec
|
2010-03-30 |
benoit |
Replace @returns by @return.
libavcodec
|
2010-03-30 |
cehoyos |
Set VDPAU H264 picture parameter field_order_cnt and frame_num at the
libavcodec
|
2010-03-30 |
cehoyos |
Fix VDPAU for H.264 streams with long reference frames.
libavcodec
|
2010-03-29 |
stefano |
Implement YOP demuxer and video decoder.
libavcodec
|
2010-03-29 |
reimar |
Include appropriate header in table generators instead of using a dummy
libavcodec
|
2010-03-29 |
reimar |
Fix indentation.
libavcodec
|
2010-03-29 |
rbultje |
Simplify interleaving code.
libavcodec
|
2010-03-29 |
jai_menon |
Cosmetics : add a space after ",".
libavcodec
|
2010-03-29 |
lorenm |
indent
libavcodec
|
2010-03-29 |
lorenm |
optimize init_vlc().
libavcodec
|
2010-03-28 |
jai_menon |
TTA : Check if the output buffer size is within bounds.
libavcodec
|
2010-03-27 |
reimar |
Clearer CODEC_CAP_DR1 documentation.
libavcodec
|
2010-03-26 |
astrange |
h264: Use + instead of | in some places
libavcodec
|
2010-03-26 |
ramiro |
libxvid: Clear extradata pointer when freeing it.
libavcodec
|
2010-03-26 |
astrange |
h264: Remove unused function argument
libavcodec
|
2010-03-26 |
astrange |
h264: Simplify decode_cabac_residual() specialization
libavcodec
|
2010-03-25 |
stefano |
Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /
libavcodec
|
2010-03-25 |
bcoudurier |
Enable mbtree by default, and remove it from presets
libavcodec
|
2010-03-25 |
bcoudurier |
Enable more libx264 options, aq, psy, rc lookahead and ssim
libavcodec
|
2010-03-24 |
alexc |
aacenc: Merge quantize_band_cost() with quantize_and_encode_band().
libavcodec
|
2010-03-23 |
vitor |
Bump minor version, I forgot in the last commit
libavcodec
|
2010-03-23 |
vitor |
Implement the discrete sine/cosine transforms DCT-I and DST-I
libavcodec
|
2010-03-23 |
cehoyos |
Always check if ff_alloc_picture() succeeds.
libavcodec
|
2010-03-23 |
diego |
Remove unused variable, fixes the warning:
libavcodec
|
2010-03-23 |
mru |
ARM: NEON optimised RDFT
libavcodec
|
2010-03-23 |
michael |
Change ref_index structure so it matches how its organized in h264.
libavcodec
|
2010-03-22 |
michael |
Disallow VLC coding with more than 8 bits as there are several bugs
libavcodec
|
2010-03-22 |
michael |
Throw out last experimental warning that was printed for colorspaces with more than
libavcodec
|
2010-03-22 |
mstorsjo |
Add doxygen docs for av_xiphlacing
libavcodec
|
2010-03-22 |
michael |
Remove the word "experimental"
libavcodec
|
2010-03-21 |
michael |
Ignore x264 build=0 as there is no such version, this restores previous
libavcodec
|
2010-03-21 |
stefano |
Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than
libavcodec
|
2010-03-21 |
reimar |
Do not use puts, it adds additional newlines making the generated files
libavcodec
|
2010-03-21 |
reimar |
Add support for hard-coding the 256kB large dv_vlc_map table.
libavcodec
|
2010-03-21 |
reimar |
Extend and move macros to create table printing functions to header.
libavcodec
|
2010-03-21 |
reimar |
Split VLC-related tables out of dvdata.h to make it easier to add support
libavcodec
|
2010-03-21 |
vitor |
Reindent after r22618.
libavcodec
|
2010-03-21 |
vitor |
Split DCT-II and DCT-III in different functions, they do not share any code.
libavcodec
|
2010-03-21 |
vitor |
Call DCT by function pointer. Needed for any future ASM implementation and
libavcodec
|
2010-03-21 |
vitor |
Cosmetics: move ff_dct_init() to the bottom of the file
libavcodec
|
2010-03-21 |
vitor |
DCT: remove unused field from context
libavcodec
|
2010-03-21 |
kostya |
fix minor typo
libavcodec
|
2010-03-20 |
aurel |
fix compilation with --disable-everything --enable-decoder=mpeg2video
libavcodec
|
2010-03-20 |
mru |
rdft: reorder functions to avoid static prototype
libavcodec
|
2010-03-20 |
mru |
Call rdft by function pointer
libavcodec
|
2010-03-20 |
michael |
Hotfix for regtest-error failure
libavcodec
|
2010-03-20 |
michael |
Error concealment of h264 with multiple references.
libavcodec
|
2010-03-18 |
stefano |
Reinitialize the h264 decoder context on every valid aspect ratio
libavcodec
|
2010-03-18 |
mru |
Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED
libavcodec
|
2010-03-18 |
stefano |
Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than
libavcodec
|
2010-03-17 |
cehoyos |
Fix compilation on PPC 470.
libavcodec
|
2010-03-17 |
benoit |
qtrleenc: add rgb555 output
libavcodec
|
2010-03-17 |
kostya |
Correct reference buffer switching in Indeo 5 decoder.
libavcodec
|
2010-03-17 |
kostya |
document two variables in Indeo5 decoding context
libavcodec
|
2010-03-17 |
michael |
Use H264s MC instead of mpeg4-asp qpel for h264 error resilience.
libavcodec
|
2010-03-16 |
mru |
Simplify arch-specific object file lists
libavcodec
|
2010-03-16 |
mru |
Move arch-specific makefile parts into $arch/Makefile
libavcodec
|
2010-03-16 |
mru |
Move H264 dsputil functions into their own struct
libavcodec
|
2010-03-15 |
bcoudurier |
100L, revert r22560, already present
libavcodec
|
2010-03-15 |
bcoudurier |
mpegts muxer now needs mpeg4audio code like adts muxer
libavcodec
|
2010-03-15 |
mru |
H264: fix signed overflow in constant multiplication
libavcodec
|
2010-03-15 |
michael |
Add ff_ prefix for mpeg2_dc_scale_table.
libavcodec
|
2010-03-15 |
michael |
Support intra_dc_precision>8 in jpeg
libavcodec
|
2010-03-15 |
michael |
use mpeg2 quantization bias for mjpeg.
libavcodec
|
2010-03-15 |
benoit |
Remove avcodec_thread_execute from avcodec.h, and make static functions that
libavcodec
|
2010-03-14 |
cehoyos |
Cosmetics: Fix a comment.
libavcodec
|
2010-03-14 |
mru |
DWT: x86 init should depend on HAVE_MMX
libavcodec
|
2010-03-14 |
reimar |
Allow hard-coding of the 32kB cubic-root table for AAC.
libavcodec
|
2010-03-14 |
reimar |
Allow hard-coding several QDM2 tables (about 32 kB size).
libavcodec
|
2010-03-14 |
reimar |
Add some more table-printing functions needed for future patches.
libavcodec
|
2010-03-14 |
mru |
Add ff_ prefix to dwt functions
libavcodec
|
2010-03-14 |
mru |
Separate DWT from snow and dsputil
libavcodec
|