2010-01-07 |
michael |
Move restore_ac_coeffs() call into decode_ac_pred().
libavcodec
|
2010-01-07 |
michael |
Move restore_ac_coeffs() up so its declared before its use.
libavcodec
|
2010-01-07 |
michael |
More doxy
libavcodec
|
2010-01-07 |
michael |
Document ff_h263_show_pict_info().
libavcodec
|
2010-01-07 |
michael |
Factorize if() surrounding every ff_h263_show_pict_info() call.
libavcodec
|
2010-01-07 |
michael |
2 more if(CONFIG_*_DECODER)
libavcodec
|
2010-01-07 |
michael |
Split out intel H263 decoder.
libavcodec
|
2010-01-07 |
michael |
flv.h should ideally be included in flvdec.c
libavcodec
|
2010-01-07 |
michael |
Move forgotton "AVCodec flv_encoder" over to flvenc.c.
libavcodec
|
2010-01-07 |
michael |
Split flv decoding out.
libavcodec
|
2010-01-07 |
michael |
Split out flv encoding.
libavcodec
|
2010-01-07 |
michael |
Document aspect_to_info().
libavcodec
|
2010-01-07 |
michael |
Cleanup aspect_to_info().
libavcodec
|
2010-01-07 |
michael |
Document several more things.
libavcodec
|
2010-01-07 |
michael |
Document *VLC_BITS.
libavcodec
|
2010-01-07 |
michael |
Simplify h263_get_picture_format().
libavcodec
|
2010-01-07 |
michael |
Mark h263_get_picture_format() av_const to indicate that it has no funny
libavcodec
|
2010-01-07 |
michael |
Document h263_get_picture_format().
libavcodec
|
2010-01-06 |
cehoyos |
100l: Fix compilation after r21037.
libavcodec
|
2010-01-06 |
michael |
Stop the approximation in bessel() once it does no longer improve.
libavcodec
|
2010-01-06 |
daniel |
Handle more ADPCM codecs in av_get_bits_per_sample().
libavcodec
|
2010-01-05 |
vitor |
Use correct context for av_log(), should prevent a crash for malformed files.
libavcodec
|
2010-01-05 |
diego |
Add a few explanatory comments to cornercase workarounds.
libavcodec
|
2010-01-05 |
thilo.borgmann |
Replace array operator [] with direct access via pointer.
libavcodec
|
2010-01-05 |
cehoyos |
Cosmetics: Fix indentation and comment after r21027.
libavcodec
|
2010-01-05 |
cehoyos |
Support decoding raw 2bpp in mov, fixes issue 1528.
libavcodec
|
2010-01-05 |
cehoyos |
Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.
libavcodec
|
2010-01-04 |
vitor |
Reindent after last commit
libavcodec
|
2010-01-04 |
vitor |
Add missing "static" qualifier
libavcodec
|
2010-01-04 |
diego |
The H.263 wrong_run table is only for encoding; only enable it in such cases.
libavcodec
|
2010-01-04 |
gb |
VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line.
libavcodec
|
2010-01-04 |
gb |
Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,
libavcodec
|
2010-01-03 |
stefano |
Document avcodec_pix_fmt_to_codec_tag().
libavcodec
|
2010-01-03 |
stefano |
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
libavcodec
|
2010-01-02 |
reimar |
Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it
libavcodec
|
2010-01-02 |
vitor |
Small ELBG optimization: use last pixel as a initial guess for the codebook
libavcodec
|
2010-01-01 |
michael |
Adjust threshold for xvid packed b frame detection.
libavcodec
|
2010-01-01 |
michael |
It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert.
libavcodec
|
2010-01-01 |
stefano |
Remove residual use of the doxygen markup which is deprecated,
libavcodec
|
2009-12-31 |
diego |
Remove unused function msmpeg4_memsetw().
libavcodec
|
2009-12-31 |
cehoyos |
Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian.
libavcodec
|
2009-12-30 |
cehoyos |
Support raw black&white in mov, fixes issue 1654.
libavcodec
|
2009-12-30 |
diego |
cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.
libavcodec
|
2009-12-30 |
diego |
10l: Move ff_mpeg4_pred_dc() to an appropriate place.
libavcodec
|
2009-12-30 |
diego |
cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.
libavcodec
|
2009-12-30 |
diego |
cosmetics: Move H.263-related functions around to avoid forward declarations.
libavcodec
|
2009-12-30 |
diego |
cosmetics: Reorder functions to avoid forward declarations.
libavcodec
|
2009-12-30 |
diego |
Remove unnecessary forward declaration for msmpeg4_memsetw().
libavcodec
|
2009-12-30 |
diego |
Get rid of pointless CONFIG_ANY_H263 preprocessor definition.
libavcodec
|
2009-12-30 |
diego |
Add required header #includes for mpegvideo.h and config.h.
libavcodec
|
2009-12-30 |
diego |
Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.
libavcodec
|
2009-12-30 |
diego |
Get rid of pointless CONFIG_WMV_DECODER definition.
libavcodec
|
2009-12-30 |
diego |
Get rid of pointless CONFIG_WMV2 definition.
libavcodec
|
2009-12-30 |
diego |
Simplify CONFIG_ANY_H263_DECODER preprocessor definition:
libavcodec
|
2009-12-29 |
diego |
Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER.
libavcodec
|
2009-12-29 |
diego |
Remove pointless CONFIG_MLP_DECODER preprocessor check.
libavcodec
|
2009-12-29 |
diego |
Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.
libavcodec
|
2009-12-29 |
diego |
The MLP decoder depends on the MLP parser.
libavcodec
|
2009-12-29 |
diego |
Enable the TrueHD decoder when the MLP decoder is enabled.
libavcodec
|
2009-12-29 |
diego |
Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure.
libavcodec
|
2009-12-29 |
cehoyos |
Fix colours for QT JPEG2000, fixes issue 1540.
libavcodec
|
2009-12-29 |
cehoyos |
Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630.
libavcodec
|
2009-12-29 |
diego |
Declare AAC parser dependencies in configure.
libavcodec
|
2009-12-29 |
diego |
The S/P-DIF muxer depends on mpeg4audio.o.
libavcodec
|
2009-12-29 |
diego |
Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.
libavcodec
|
2009-12-29 |
gb |
Add H.264 bitstream decoding through VAAPI.
libavcodec
|
2009-12-29 |
diego |
vc1_parser.o does not depend on h263dec.o and intrax8.o.
libavcodec
|
2009-12-28 |
diego |
Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure.
libavcodec
|
2009-12-28 |
diego |
Declare dependencies for H.263 family decoders in configure.
libavcodec
|
2009-12-28 |
diego |
Declare the dependency of the H.263 decoder on the H.263 parser in configure.
libavcodec
|
2009-12-28 |
diego |
Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.
libavcodec
|
2009-12-28 |
diego |
cosmetics: Remove pointless '#if 1' preprocessor directives.
libavcodec
|
2009-12-28 |
gb |
Use VA_INVALID_ID instead of hard coded values.
libavcodec
|
2009-12-28 |
gb |
Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().
libavcodec
|
2009-12-28 |
gb |
Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().
libavcodec
|
2009-12-27 |
diego |
Remove commented-out debug console output.
libavcodec
|
2009-12-27 |
diego |
cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef.
libavcodec
|
2009-12-27 |
kostya |
16-bit Interplay video does not need palette control
libavcodec
|
2009-12-27 |
kostya |
Add missing opcodes for 16-bit Interplay Video decoding and finally enable it
libavcodec
|
2009-12-27 |
kostya |
16-bit Interplay Video stores motion vector data at the end of frame,
libavcodec
|
2009-12-27 |
kostya |
10l trocadero: forgot one case where picture linesize should be used
libavcodec
|
2009-12-27 |
kostya |
cosmetics: reindent and break long lines after last commits
libavcodec
|
2009-12-27 |
kostya |
Add 16-bit image data handling (but not decoding yet) to Interplay Video
libavcodec
|
2009-12-27 |
kostya |
Use frame linesize in Interplay Video block copying function
libavcodec
|
2009-12-27 |
kostya |
Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with
libavcodec
|
2009-12-27 |
kostya |
Recognize 16-bit Interplay Video variant
libavcodec
|
2009-12-27 |
kostya |
Change main loop in Interplay Video decoder, so variables x and y really mean
libavcodec
|
2009-12-26 |
reimar |
Fix cdg reference and buffer_hints value:
libavcodec
|
2009-12-25 |
kostya |
cosmetics: reindent
libavcodec
|
2009-12-24 |
diego |
cosmetics: Reformat some function declarations.
libavcodec
|
2009-12-23 |
kostya |
Auravision Aura 2 decoder
libavcodec
|
2009-12-23 |
kostya |
Add Auravision Aura decoding support
libavcodec
|
2009-12-23 |
kostya |
There is no need to print FFmpeg or codec name in error message
libavcodec
|
2009-12-23 |
kostya |
cosmetics: correct formatting a bit
libavcodec
|
2009-12-22 |
mru |
ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access
libavcodec
|
2009-12-20 |
gb |
Add new fields for the VDPAU/MPEG-4 back-end.
libavcodec
|
2009-12-19 |
diego |
Add long_name for Xxan codec.
libavcodec
|
2009-12-19 |
kostya |
Improve handling allocated buffers in Xan decoder
libavcodec
|
2009-12-19 |
kostya |
cosmetics: reindent a bit
libavcodec
|
2009-12-19 |
vitor |
Add tables used by both AMR-NB and SIPR
libavcodec
|
2009-12-19 |
melanson |
Cosmetic: indent after last change.
libavcodec
|
2009-12-19 |
melanson |
Optimize unpack_vectors() by not shuffling around redundant vectors.
libavcodec
|
2009-12-18 |
michael |
More sane error message when extradata has not been set.
libavcodec
|
2009-12-18 |
cehoyos |
Swap red and blue when decoding r210.
libavcodec
|
2009-12-17 |
reimar |
Add decoder for R210 (uncompressed 10-bit RGB) codec.
libavcodec
|
2009-12-17 |
vitor |
CD+G demuxer and decoder
libavcodec
|
2009-12-16 |
reimar |
Set bits_per_raw_sample appropriately in dpx decoder.
libavcodec
|
2009-12-16 |
vitor |
Cosmetics: make celp_filters.* formatting more consistent with the rest of
libavcodec
|
2009-12-16 |
vitor |
Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.
libavcodec
|
2009-12-16 |
cehoyos |
Undo r20874: It broke AAC decoding.
libavcodec
|
2009-12-15 |
cehoyos |
Use enum and constant to avoid three icc warnings.
libavcodec
|
2009-12-15 |
ramiro |
Fix a typo in documentation.
libavcodec
|