2010-01-16 |
michael |
Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller
libavcodec
|
2010-01-16 |
michael |
Apply last 2 optimizations to similar code i forgot.
libavcodec
|
2010-01-16 |
michael |
Another microopt, 4 cpu cycles for avoidance of FFABS().
libavcodec
|
2010-01-16 |
mru |
Add missing guards and includes to arm/aac.h
libavcodec
|
2010-01-16 |
michael |
Minor (2 cpu cycles) optimization ||->|.
libavcodec
|
2010-01-16 |
cehoyos |
Support decoding of SoftLab-NSK VideoTizer.
libavcodec
|
2010-01-16 |
michael |
Consider slice_beta_offet in qp_thresh.
libavcodec
|
2010-01-16 |
michael |
Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.
libavcodec
|
2010-01-16 |
cehoyos |
Correctly decode some Avid AV1x samples, fixes issue 1684.
libavcodec
|
2010-01-16 |
cehoyos |
Support lowres 3 when decoding MPEG video.
libavcodec
|
2010-01-16 |
michael |
Replace cabac checks in inline functions from h264.h with constants.
libavcodec
|
2010-01-16 |
mru |
Add symbol versioning for shared libraries
libavcodec
|
2010-01-16 |
vitor |
SIPR16k decoder
libavcodec
|
2010-01-16 |
vitor |
Allow a SIPR table to be used by the upcoming SIPR16k decoder
libavcodec
|
2010-01-16 |
vitor |
Split some SIPR structs to a header file for the upcoming SIPR16k commit
libavcodec
|
2010-01-16 |
cehoyos |
Support 2Vuy in mov, fixes issue 1690.
libavcodec
|
2010-01-15 |
mru |
Fix out of tree build with hardcoded tables
libavcodec
|
2010-01-15 |
mru |
AAC: optimise bitstream reading in decode_spectrum_and_dequant()
libavcodec
|
2010-01-15 |
cehoyos |
Support decoding of Avid uncompressed mov files, fixes issue 1685.
libavcodec
|
2010-01-15 |
cehoyos |
Support decoding Avid 1:1x codec, (partially) fixes issue1684.
libavcodec
|
2010-01-15 |
michael |
Add forgotten include of h264_mvpred.h to h264.h.
libavcodec
|
2010-01-15 |
michael |
Add forgotton multiple inclusion guards to h264_mvpred.h.
libavcodec
|
2010-01-15 |
mru |
AAC: ARM/NEON asm for VMUL2/4 functions
libavcodec
|
2010-01-15 |
cehoyos |
Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c
libavcodec
|
2010-01-14 |
reimar |
Change code so it uses 2 adds instead of one FFABS.
libavcodec
|
2010-01-14 |
astrange |
Implement alpha channel decoding for BGR HuffYUV.
libavcodec
|
2010-01-13 |
mru |
AAC: Reduce depth of vlc_spectral tables to 2
libavcodec
|
2010-01-13 |
mru |
AAC: Unswitch loop over window groups in decode_spectrum_and_dequant()
libavcodec
|
2010-01-13 |
mru |
AAC: simplify some calculations in decode_spectrum_and_dequant()
libavcodec
|
2010-01-13 |
mru |
AAC: Compress codebook tables and optimise sign bit handling
libavcodec
|
2010-01-13 |
vitor |
Remove needless use of log2f()
libavcodec
|
2010-01-13 |
vitor |
Remove the struct SiprModeParam of the context. This will simplify splitting
libavcodec
|
2010-01-13 |
mru |
SIPR: kill variable-length arrays
libavcodec
|
2010-01-13 |
michael |
remove unused variable
libavcodec
|
2010-01-13 |
michael |
Split cabac decoding code out of h264.c.
libavcodec
|
2010-01-13 |
michael |
Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.
libavcodec
|
2010-01-13 |
zuxy |
More av_cold for infrequently called functions.
libavcodec
|
2010-01-13 |
michael |
Split cavlc out of h264.c.
libavcodec
|
2010-01-12 |
reimar |
Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom.
libavcodec
|
2010-01-12 |
michael |
Split motion vector prediction off h264.c/h.
libavcodec
|
2010-01-12 |
michael |
Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just
libavcodec
|
2010-01-12 |
michael |
Split all the reference picture handling off h264.c.
libavcodec
|
2010-01-12 |
thilo.borgmann |
Reindent after last commit.
libavcodec
|
2010-01-12 |
thilo.borgmann |
Replace variable length array with an allocated buffer
libavcodec
|
2010-01-12 |
michael |
Split (picture|seq) parameter set decoding out of h264.c.
libavcodec
|
2010-01-12 |
michael |
Split SEI code off h264.c.
libavcodec
|
2010-01-12 |
michael |
Split direct mode (macro)block decoding off h264.c.
libavcodec
|
2010-01-12 |
michael |
Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert().
libavcodec
|
2010-01-12 |
zuxy |
Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer
libavcodec
|
2010-01-12 |
michael |
Split h264 loop filter off h264.c.
libavcodec
|
2010-01-12 |
michael |
Move svq3.o to the correct spot.
libavcodec
|
2010-01-12 |
michael |
Get rid of #include "svq3.c"
libavcodec
|
2010-01-12 |
michael |
Better title for the file.
libavcodec
|
2010-01-12 |
cehoyos |
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474.
libavcodec
|
2010-01-11 |
mru |
AAC: use table for cbrtf(n)*n
libavcodec
|
2010-01-11 |
mru |
AAC: escape_sequence is 21 bits max
libavcodec
|
2010-01-11 |
alexc |
fft-test: Add RDFT/IRDFT support.
libavcodec
|
2010-01-11 |
alexc |
fft-test: Replace do_mdct with a tf_transform enum and switch on it.
libavcodec
|
2010-01-11 |
kostya |
Fix two RLE buffer size calculations in TSCC decoder.
libavcodec
|
2010-01-11 |
cehoyos |
10l: Fix forgotten variable rename from r14893 (fixes issue 1675).
libavcodec
|
2010-01-11 |
astrange |
Add missing internal.h to files calling ff_match_2uint16().
libavcodec
|
2010-01-11 |
michael |
Optimize ff_snow_horizontal_compose97i.
libavcodec
|
2010-01-11 |
michael |
Merge vertical_compose53iL0*()
libavcodec
|
2010-01-11 |
michael |
Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the
libavcodec
|
2010-01-11 |
conrad |
Add support for dirac in ogg
libavcodec
|
2010-01-11 |
conrad |
Add a function to parse Dirac's sequence header
libavcodec
|
2010-01-11 |
conrad |
Export fullrange flag and color information for h.264
libavcodec
|
2010-01-10 |
vitor |
SIPR decoder for modes 8k5, 6k5 and 5k0.
libavcodec
|
2010-01-10 |
pross |
Deluxe Paint Animation decoder
libavcodec
|
2010-01-10 |
michael |
Doxy for ff_match_2uint16().
libavcodec
|
2010-01-10 |
michael |
Fix implicit declaration warning.
libavcodec
|
2010-01-09 |
michael |
Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1
libavcodec
|
2010-01-09 |
michael |
Make inter_level/run global again, msmpeg4 uses them.
libavcodec
|
2010-01-09 |
michael |
Make some tables static again, i mistakely thought they would be used in several
libavcodec
|
2010-01-09 |
ramiro |
Export get_slice_type() as ff_h264_get_slice_type().
libavcodec
|
2010-01-09 |
michael |
Split H263 encoder and decoder from common code.
libavcodec
|
2010-01-09 |
reimar |
Add support for hard-coded MDCT-related ff_sine_windows tables.
libavcodec
|
2010-01-09 |
jai_menon |
Always initialize bit_depth_luma and bit_depth_chroma in the H264
libavcodec
|
2010-01-09 |
pross |
update my email address
libavcodec
|
2010-01-08 |
michael |
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.
libavcodec
|
2010-01-08 |
thilo.borgmann |
Change local variable type from unsigned int to int in order to
libavcodec
|
2010-01-08 |
michael |
Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.
libavcodec
|
2010-01-08 |
michael |
Use h263 tables in msmpeg4v1 dont duplicate them halfway.
libavcodec
|
2010-01-08 |
daniel |
Release cyuv/aura decoder buffer
libavcodec
|
2010-01-08 |
mru |
AAC: add a const to decode_spectrum_and_dequant() args
libavcodec
|
2010-01-08 |
michael |
Rename most non static h263 tables so their name contains h263.
libavcodec
|
2010-01-08 |
michael |
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability
libavcodec
|
2010-01-08 |
michael |
Rename DCtab_*, its a global variable and it helps understanding if mpeg4
libavcodec
|
2010-01-08 |
jai_menon |
Snow : re-indent after r21093.
libavcodec
|
2010-01-08 |
jai_menon |
Snow : remove pointless 'if(1)'.
libavcodec
|
2010-01-08 |
michael |
Remove useless line.
libavcodec
|
2010-01-08 |
michael |
Fix indention.
libavcodec
|
2010-01-08 |
andoma |
Log unknown NAL code from correct context
libavcodec
|
2010-01-08 |
jai_menon |
Snow : use non-NULL context for av_log.
libavcodec
|
2010-01-08 |
jai_menon |
Cosmetics : remove duplicated comment.
libavcodec
|
2010-01-08 |
diego |
Explain why the level variable is magically inceased in mpeg4_encode_dc().
libavcodec
|
2010-01-08 |
alexc |
fft-test: whitespace cosmetics
libavcodec
|
2010-01-08 |
jai_menon |
Snow : release buffers allocated using avctx->get_buffer.
libavcodec
|
2010-01-08 |
jai_menon |
Set bits_per_coded_sample in the raw video encoder.
libavcodec
|
2010-01-08 |
michael |
Add a few CONFIG_MPEG4_DECODER that should be there.
libavcodec
|
2010-01-07 |
michael |
Split the mpeg4 encoder and decoder off h263.c
libavcodec
|
2010-01-07 |
thilo.borgmann |
Add multi-channel correlation support for ALS.
libavcodec
|
2010-01-07 |
cehoyos |
Fix red/blue swap for 4xa files.
libavcodec
|
2010-01-07 |
thilo.borgmann |
Optimize short-term prediction by reducing index arithmetic.
libavcodec
|
2010-01-07 |
michael |
Add some const qualifiers.
libavcodec
|
2010-01-07 |
michael |
Document decide_ac_pred() and restore_ac_coeffs().
libavcodec
|
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
|
2009-12-14 |
michael |
Merge init & declaration of buf_end.
libavcodec
|
2009-12-14 |
michael |
Set reordered_opaque in default_reget_buffer() with internal buffers.
libavcodec
|
2009-12-14 |
michael |
Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding.
libavcodec
|
2009-12-14 |
cehoyos |
Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warnings).
libavcodec
|
2009-12-13 |
thilo.borgmann |
Read and decode block data in separate functions to prepare support for
libavcodec
|
2009-12-12 |
conrad |
Clarify comment: although still hacky, it is correct for existing libtheora
libavcodec
|
2009-12-12 |
conrad |
libtheoraenc.c: mark keyframes
libavcodec
|
2009-12-12 |
michael |
Be less picky on invalid frame_pred_frame_dct values.
libavcodec
|
2009-12-12 |
jai_menon |
SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.
libavcodec
|
2009-12-12 |
vitor |
Commit functions used by both AMRNB and SIPR
libavcodec
|
2009-12-11 |
cehoyos |
Fail earlier for unsupported resolutions or pixel formats when encoding
libavcodec
|
2009-12-11 |
michael |
indent
libavcodec
|
2009-12-11 |
michael |
Make sure av_new_packet() initializes the data and destruct pointers.
libavcodec
|
2009-12-10 |
cehoyos |
(Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.
libavcodec
|
2009-12-10 |
cehoyos |
Do not print 'faac:' when using libfaad.
libavcodec
|
2009-12-10 |
michael |
Cosmetic (restructure RGB ljpeg check to be more readable)
libavcodec
|
2009-12-10 |
michael |
10l, Fix YUV ljpeg that i just broke by mistake.
libavcodec
|
2009-12-10 |
michael |
Correct a forgotten RGB32.
libavcodec
|
2009-12-10 |
michael |
Flip red and blue in rct-less lossless jpeg.
libavcodec
|
2009-12-10 |
michael |
Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on
libavcodec
|
2009-12-10 |
michael |
Fix RGB LJPEG encoding.
libavcodec
|
2009-12-09 |
michael |
Improve time_increment_bits guessing code.
libavcodec
|