2009-04-05 |
ramiro |
mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not max_channel.
libavcodec
|
2009-04-05 |
michael |
Make sure the last bits of huffyuv frames are zeroed.
libavcodec
|
2009-04-04 |
conrad |
ARM: NEON optimized put_signed_pixels_clamped
libavcodec
|
2009-04-04 |
mru |
ARM: NEON optimised add_pixels_clamped
libavcodec
|
2009-04-04 |
reynaldo |
Add missing static qualifier from function declaration. Patch by Kenan
libavcodec
|
2009-04-04 |
stefano |
Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency
libavcodec
|
2009-04-03 |
reimar |
Mark line_skip3 asm argument as output-only instead of using av_uninit.
libavcodec
|
2009-04-03 |
reimar |
Mark put_signed_pixels_clamped_mmx output operands as early-clobber because
libavcodec
|
2009-04-03 |
reimar |
Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE
libavcodec
|
2009-04-03 |
gb |
Add VC-1 bitstream decoding through VA API.
libavcodec
|
2009-04-02 |
alexc |
Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.
libavcodec
|
2009-04-02 |
stefano |
Move AVPacket declaration from avformat.h to avcodec.h.
libavcodec
|
2009-04-02 |
cehoyos |
Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
libavcodec
|
2009-04-02 |
gb |
Register VA API HW accelerators.
libavcodec
|
2009-04-02 |
gb |
Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL
libavcodec
|
2009-04-02 |
gb |
Add VA API pixfmt (only VLD is available ATM).
libavcodec
|
2009-04-02 |
gb |
Add MPEG-4 / H.263 bitstream decoding through VA API.
libavcodec
|
2009-04-01 |
stefano |
Extend read_line() to make it take a read_pal_component parameter.
libavcodec
|
2009-04-01 |
conrad |
Add SSE4 detection support
libavcodec
|
2009-04-01 |
gb |
Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.
libavcodec
|
2009-04-01 |
conrad |
Remove unused FILTSIGN macro
libavcodec
|
2009-04-01 |
mru |
Remove aandcttab.o from dct-test dependencies, the lib includes it
libavcodec
|
2009-03-31 |
stefano |
Reindent after the last patch.
libavcodec
|
2009-03-31 |
stefano |
Add/fix support for bitstream formats reading in read_line().
libavcodec
|
2009-03-31 |
stefano |
Make the step and offset fields of the component descriptor express a
libavcodec
|
2009-03-31 |
reimar |
Fix ipvideo_decode_block_opcode_0xD again.
libavcodec
|
2009-03-31 |
stefano |
Document read_line().
libavcodec
|
2009-03-31 |
stefano |
Add a notice telling that the behavior of skip_put_bits() is undefined
libavcodec
|
2009-03-31 |
reimar |
Cosmetics: remove some pointless {}
libavcodec
|
2009-03-31 |
reimar |
Slightly simplify ipvideo_decode_block_opcode_0xD
libavcodec
|
2009-03-31 |
reimar |
One more simplification for ipvideo_decode_block_opcode_0xA
libavcodec
|
2009-03-31 |
stefano |
Cosmetics: reorder the pixel format descriptors to make them match the
libavcodec
|
2009-03-31 |
reimar |
Slightly simplify first part of ipvideo_decode_block_opcode_0xA,
libavcodec
|
2009-03-31 |
stefano |
Change the order of the components for RGB565LE and RGB565BE,
libavcodec
|
2009-03-31 |
stefano |
Add comments specifying the name of the components in the descriptors.
libavcodec
|
2009-03-31 |
reimar |
Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixels
libavcodec
|
2009-03-31 |
reimar |
Fix a too small CHECK_STREAM_PTR value in interplayvideo.c
libavcodec
|
2009-03-31 |
stefano |
Make read_line() take as parameter a const AVPixFmtDescriptor * rather than a
libavcodec
|
2009-03-31 |
diego |
Replace MPEG group reference DCT implementation by newly rewritten version.
libavcodec
|
2009-03-31 |
diego |
Replacement reference DCT implementation.
libavcodec
|
2009-03-31 |
reimar |
Avoid the last two uses of bitmasks in interplayvideo
libavcodec
|
2009-03-31 |
reimar |
100l, fix FATE test broken by r18264
libavcodec
|
2009-03-31 |
reimar |
Reindent
libavcodec
|
2009-03-31 |
reimar |
Deduplicate code by moving it outside the if/else
libavcodec
|
2009-03-31 |
reimar |
Rearrange how the different cases are checked to reduce the number of
libavcodec
|
2009-03-31 |
reimar |
Avoid "reloading" code by using a 64 bit type for the flags and loading all at once.
libavcodec
|
2009-03-31 |
reimar |
Remove now pointless temporary pix variables.
libavcodec
|
2009-03-31 |
reimar |
Slightly simplify part of ipvideo_decode_block_opcode_0x8
libavcodec
|
2009-03-31 |
reimar |
Fix indentation
libavcodec
|
2009-03-31 |
reimar |
Avoid code duplication by using ?: and array indexing instead of if..else
libavcodec
|
2009-03-31 |
reimar |
Prettify some assignments
libavcodec
|
2009-03-31 |
reimar |
Get rid of some pointless bitmask/shifter variables in interplayvideo.c
libavcodec
|
2009-03-31 |
diego |
Mark non-exported functions in test and example programs as static.
libavcodec
|
2009-03-31 |
gb |
Remove inclusion of va.h, not needed anymore after r18256.
libavcodec
|
2009-03-31 |
diego |
Give better names to reference DCT functions.
libavcodec
|
2009-03-31 |
gb |
Improve VA API buffers allocation logic. This also reduces struct vaapi_context
libavcodec
|
2009-03-31 |
benoit |
Move declaration of prn before any assignment.
libavcodec
|
2009-03-30 |
gb |
Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].
libavcodec
|
2009-03-30 |
diego |
Add required va/va.h header, should fix 'make checkheaders'.
libavcodec
|
2009-03-30 |
ramiro |
mlpdec: Simplify check for substream_parity_present.
libavcodec
|
2009-03-30 |
ramiro |
mlpdec: Simplify no restart header seen error.
libavcodec
|
2009-03-30 |
ramiro |
mlpdec: Simplify substream length mismatch error.
libavcodec
|
2009-03-30 |
ramiro |
mlpdec: Prettify substream parity check.
libavcodec
|
2009-03-30 |
ramiro |
mlpdec: Cleaner and better termination word check.
libavcodec
|
2009-03-30 |
ramiro |
mlpdec: More validation for read_channel_params()
libavcodec
|
2009-03-30 |
ramiro |
mlpdec: whitespace cosmetics.
libavcodec
|
2009-03-30 |
ramiro |
mlpdec: Simplify &foo[0] to foo and use index (which has just been initialized
libavcodec
|
2009-03-30 |
ramiro |
mlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir.
libavcodec
|
2009-03-30 |
ramiro |
mlpdec: Unroll copying filter state data and filtering for the two filters.
libavcodec
|
2009-03-30 |
ramiro |
mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.
libavcodec
|
2009-03-29 |
reimar |
Merge the 3 COPY_FROM_* macros with lots of duplicated code into a single
libavcodec
|
2009-03-29 |
reimar |
Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely)
libavcodec
|
2009-03-29 |
reimar |
Simplify check for leftover bytes after decoding for interplayvideo.
libavcodec
|
2009-03-29 |
reimar |
Get rid of pointless "B" array in interplayvideo decoder.
libavcodec
|
2009-03-29 |
reimar |
Replace many tiny loops in the interplayvideo decoder by memset, memcpy
libavcodec
|
2009-03-29 |
reimar |
Make ipvideo_decode_block array constant, compile-time initialized instead
libavcodec
|
2009-03-29 |
diego |
Globally ignore all example binaries.
libavcodec
|
2009-03-29 |
diego |
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
libavcodec
|
2009-03-29 |
diego |
Rename apiexample.c --> api-example.c to be consistent with other example files.
libavcodec
|
2009-03-28 |
ramiro |
mlpdec: Remove few random dprintf()s.
libavcodec
|
2009-03-27 |
ramiro |
mlpdec: Check for blocksize in proper range.
libavcodec
|
2009-03-27 |
ramiro |
mlpdec: quant_step_size can be any value from 0 to 0xF.
libavcodec
|
2009-03-27 |
ramiro |
mlpdec: output_shift can be any value from -8 to 7.
libavcodec
|
2009-03-27 |
ramiro |
mlpdec: output_shift is signed
libavcodec
|
2009-03-27 |
ramiro |
mlpdec: Split read_channel_params() into its own function.
libavcodec
|
2009-03-27 |
ramiro |
mlpdec: Split read_matrix_params() into its own function.
libavcodec
|
2009-03-27 |
kostya |
Merge some cases for reading raw data with different bit depths in BMP
libavcodec
|
2009-03-26 |
diego |
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test
libavcodec
|
2009-03-26 |
ramiro |
Use intptr_t when casting pointers to int.
libavcodec
|
2009-03-25 |
diego |
fft-test does not depend on fdctref.o.
libavcodec
|
2009-03-25 |
diego |
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
libavcodec
|
2009-03-24 |
jbr |
cosmetics: add an @return to documentation for decode_frame_header()
libavcodec
|
2009-03-24 |
superdump |
Update apiexample.c to use the newer avcodec_decode_audio2() API. This also
libavcodec
|
2009-03-24 |
jbr |
flacdec: split frame header decoding and validation into a separate
libavcodec
|
2009-03-23 |
gb |
Add MPEG-2 bitstream decoding through VA API.
libavcodec
|
2009-03-23 |
benoit |
Move av_class to AVResampleContext instead of ReSampleContext.
libavcodec
|
2009-03-23 |
alexc |
AAC: Ignore cc_domain for independent (time domain) coupling.
libavcodec
|
2009-03-22 |
stefano |
Add pcxenc.o to the $OBJS list, it was erroneously removed from it in
libavcodec
|
2009-03-22 |
jbr |
flacdec: cosmetics: white space
libavcodec
|
2009-03-22 |
jbr |
flacdec: cosmetics: separate the pure frame header parsing code from
libavcodec
|
2009-03-22 |
diego |
Rename 'tests' target to 'testprogs'. It is too easily confused with the
libavcodec
|
2009-03-22 |
diego |
Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encoders
libavcodec
|
2009-03-22 |
stefano |
Make the pixel formats which were defined as macros:
libavcodec
|
2009-03-22 |
jbr |
flacdec: allow sample rate to change mid-stream, but log a warning
libavcodec
|
2009-03-22 |
diego |
Add rule for building API example programs.
libavcodec
|
2009-03-22 |
stefano |
Factorize: use the X_NE() macro in avcodec_get_pix_fmt().
libavcodec
|
2009-03-22 |
jbr |
flacdec: cosmetics: indentation
libavcodec
|
2009-03-22 |
stefano |
Implement X_NE() macro.
libavcodec
|
2009-03-22 |
jbr |
flacdec: change frame bps validation to return an error value if bps
libavcodec
|
2009-03-22 |
jbr |
flacdec: cosmetics: add some braces to if/else statements
libavcodec
|
2009-03-22 |
jbr |
flacdec: skip frame when allocated data size is too small
libavcodec
|
2009-03-22 |
jbr |
10l: don't check against current layout until after validating ch_mode.
libavcodec
|
2009-03-22 |
jbr |
flacdec: give a more accurate error message when validating channel
libavcodec
|
2009-03-22 |
stefano |
Export to pixdesc.h the av_pix_fmt_descriptors array.
libavcodec
|
2009-03-22 |
jbr |
flacdec: move data size check to flac_decode_frame()
libavcodec
|
2009-03-22 |
jbr |
flacdec: comments and white space.
libavcodec
|
2009-03-22 |
jbr |
cosmetics: vertical alignment
libavcodec
|
2009-03-22 |
jbr |
flacdec: remove unneeded local variable
libavcodec
|
2009-03-22 |
jbr |
flacdec: cosmetics: rename 3 variables
libavcodec
|
2009-03-22 |
jbr |
flacdec: use a local variable for GetBitContext in decode_frame()
libavcodec
|
2009-03-22 |
kostya |
Add AURA 1 and 2 codec IDs and register their FOURCCs
libavcodec
|
2009-03-22 |
bcoudurier |
init ext sample rate to 0 if not present
libavcodec
|
2009-03-22 |
gb |
Add common VA API data structures and helpers.
libavcodec
|
2009-03-21 |
gb |
Add support for HW accelerated VC-1 decoding through the new
libavcodec
|
2009-03-21 |
stefano |
Change the RGB5X5/BGR5X5 pixel format defines so that we have little
libavcodec
|
2009-03-21 |
stefano |
Extend the behavior of avcodec_get_pix_fmt(), if it cannot find a
libavcodec
|
2009-03-21 |
stefano |
Globally prefer enum PixelFormat over int when it makes sense.
libavcodec
|
2009-03-21 |
diego |
Fix reference to av_random_init where av_lfg_init was meant.
libavcodec
|
2009-03-21 |
kostya |
Make Smacker audio decoder output audio in original bit depth
libavcodec
|
2009-03-21 |
diego |
Remove deprecated functions and structures on next version bump.
libavcodec
|
2009-03-21 |
reimar |
Fix avpicture_get_size for non-paletted formats with a helper palette
libavcodec
|
2009-03-21 |
jbr |
add a function to calculate a more accurate estimate for maximum FLAC
libavcodec
|
2009-03-21 |
jbr |
flacdec: account for frame and subframe header overhead when calculating
libavcodec
|
2009-03-21 |
jbr |
revert accidental unrelated change in last commit
libavcodec
|
2009-03-21 |
jbr |
share sample rate and blocksize tables between the FLAC encoder and FLAC
libavcodec
|
2009-03-21 |
jbr |
flacenc: remove unneeded variable, 'min_encoded_framesize' and use
libavcodec
|
2009-03-21 |
jbr |
flacdec: remove unneeded variable, 'assignment'
libavcodec
|
2009-03-21 |
jbr |
flacdec: cosmetics: rename 'decorrelation' to 'ch_mode'
libavcodec
|
2009-03-21 |
jbr |
flacenc: remove unneeded context variable, 'ch_code'
libavcodec
|
2009-03-21 |
jbr |
share channel mode constants between the FLAC decoder and FLAC encoder
libavcodec
|
2009-03-20 |
stefano |
Remove declaration of the removed function img_convert().
libavcodec
|
2009-03-20 |
banan |
Get rid of av_random in cook.c
libavcodec
|
2009-03-20 |
banan |
Get rid of av_random in nellymoserdec.c
libavcodec
|
2009-03-20 |
cehoyos |
PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
libavcodec
|
2009-03-20 |
ramiro |
mlp, truehd: support non 1:1 channel mapping.
libavcodec
|
2009-03-20 |
ramiro |
Support "next parameter flags present" flag.
libavcodec
|
2009-03-20 |
ramiro |
truehd: support up to 3 substreams.
libavcodec
|
2009-03-20 |
gb |
Rename hwaccel_data_private to hwaccel_picture_private.
libavcodec
|
2009-03-20 |
diego |
Replace random() usage in test programs by av_lfg_*().
libavcodec
|
2009-03-20 |
diego |
Only build motion-test if MMX is enabled.
libavcodec
|
2009-03-20 |
diego |
Align test program output columns.
libavcodec
|
2009-03-20 |
diego |
Remove unused libavutil/random.h #include.
libavcodec
|
2009-03-20 |
diego |
Use correct header for struct AVLFG.
libavcodec
|
2009-03-19 |
cehoyos |
Remove useless casting in asm "m" operand.
libavcodec
|
2009-03-19 |
reimar |
Fix indentation after r18047.
libavcodec
|
2009-03-19 |
reimar |
Change linesize alignment method to ensure that linesize[0] == 2*linesize[1]
libavcodec
|
2009-03-19 |
reimar |
Do not set linesize for palette data, it does not make sense and creates
libavcodec
|
2009-03-19 |
ramiro |
Split TrueHD decoder from MLP
libavcodec
|
2009-03-19 |
diego |
Nicely align output columns.
libavcodec
|
2009-03-19 |
jbr |
share some constants between the FLAC encoder and FLAC decoder
libavcodec
|
2009-03-18 |
stefano |
Implement a name field for AVPixFmtDescriptor.
libavcodec
|
2009-03-18 |
alexc |
Fix typo in AOT_ER_AAC_ELD
libavcodec
|
2009-03-18 |
alexc |
Update the MPEG-4 AOT table.
libavcodec
|
2009-03-18 |
alexc |
Move MPEG-4 AOT enum to mpeg4audio.h.
libavcodec
|
2009-03-17 |
ramiro |
use intptr_t to cast pointers to int in codecs maintained by benjamin larsson
libavcodec
|
2009-03-17 |
gb |
Amend AVCodecContext with hwaccel_context (HW accelerator context).
libavcodec
|
2009-03-17 |
jbr |
Add documentation about missing E-AC-3 features.
libavcodec
|
2009-03-16 |
cehoyos |
Fix SEIs when splitting H264 input.
libavcodec
|
2009-03-16 |
alexc |
AAC: IEEE-754 type punning for 16-bit floating point rounding.
libavcodec
|
2009-03-16 |
benoit |
Fix an assert().
libavcodec
|
2009-03-16 |
conrad |
Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references
libavcodec
|
2009-03-15 |
banan |
Add cook channel count function, part of multichannel cook
libavcodec
|
2009-03-15 |
banan |
Add max allowed subpackets in multichannel cook
libavcodec
|
2009-03-15 |
banan |
save avctx in cook decoder context and use it for av_log
libavcodec
|
2009-03-15 |
banan |
memset when category is >=7, part of cook multichannel
libavcodec
|
2009-03-15 |
reimar |
1 km^3 cola, timecode_frame_start is a 64 bit integer, this resulted in
libavcodec
|
2009-03-15 |
diego |
cosmetics: Remove file name from file header.
libavcodec
|
2009-03-15 |
stefano |
Expand "lsb" to "least significant bits".
libavcodec
|
2009-03-15 |
stefano |
Rename the (yet not defined) macros:
libavcodec
|
2009-03-15 |
kostya |
Correct MV prediction for B-frame blocks in RV4 decoder
libavcodec
|
2009-03-14 |
diego |
prettyprinting cosmetics
libavcodec
|
2009-03-14 |
diego |
Add av_uninit to vsrcBuc variable to work around some
libavcodec
|
2009-03-14 |
diego |
Improve description of next_free_data_block_num struct member.
libavcodec
|
2009-03-13 |
cehoyos |
Add 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder.
libavcodec
|
2009-03-13 |
michael |
Print timing_info on -debug 1.
libavcodec
|
2009-03-13 |
kostya |
Fix direct and skip MB motion compensation in RV4:
libavcodec
|
2009-03-11 |
gb |
Use av_mallocz() to initialize hwaccel_data_private.
libavcodec
|
2009-03-10 |
vitor |
Fix bug when elbg->utility_inc[elbg->numCB-1] == 1
libavcodec
|
2009-03-10 |
gb |
Add REGISTER_HWACCEL() for hardware accelerators.
libavcodec
|
2009-03-09 |
mru |
Fix unaligned access in ff_copy_bits()
libavcodec
|
2009-03-09 |
reynaldo |
Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf'
libavcodec
|
2009-03-09 |
reynaldo |
Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'
libavcodec
|
2009-03-09 |
gb |
Add private HW accel data infrastructure.
libavcodec
|
2009-03-08 |
vitor |
Use FLG pseudo-random number generator in RoQ and ELBG
libavcodec
|
2009-03-08 |
kostya |
Make Musepack decoders use LFG pseudorandom generator
libavcodec
|
2009-03-07 |
vitor |
VQF demuxer
libavcodec
|
2009-03-06 |
alexc |
Re-indent after last commit.
libavcodec
|
2009-03-06 |
alexc |
If we get an error from ff_aac_parse_header() we should not trust the header info that it provides.
libavcodec
|
2009-03-06 |
alexc |
Fix the channel allocation bug/assumption (issue 800).
libavcodec
|
2009-03-06 |
cehoyos |
Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4
libavcodec
|
2009-03-06 |
jbr |
flacdec: Parse the metadata header in the raw FLAC demuxer.
libavcodec
|
2009-03-06 |
jbr |
flacdec: Add a shared function for parsing a FLAC metadata block header.
libavcodec
|
2009-03-06 |
jbr |
pnm: Add missing 'else'. Fixes decoding for 16-bit pgm.
libavcodec
|
2009-03-05 |
diego |
Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninit
libavcodec
|
2009-03-05 |
alexc |
AAC: hoist dependent gain lookup out of the loop
libavcodec
|
2009-03-05 |
diego |
Remove duplicated MUL16 macro definition, fixes the warning:
libavcodec
|
2009-03-05 |
mru |
ARM: disable inline asm for armcc
libavcodec
|
2009-03-05 |
schreter |
Add handling of frame position in the parser.
libavcodec
|
2009-03-05 |
jbr |
flacdec: cosmetics: Add a comment with the data of the smallest FLAC
libavcodec
|
2009-03-05 |
jbr |
flacdec: There is an even smaller FLAC frame size possibility.
libavcodec
|
2009-03-05 |
jbr |
flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16
libavcodec
|
2009-03-05 |
jbr |
flacdec: cosmetics: move 2 statements to immediately after frame
libavcodec
|
2009-03-05 |
jbr |
flacdec: Simplify frame sync by not using the bitstream reader.
libavcodec
|
2009-03-05 |
jbr |
flacdec: Split the metadata_parse() function into 2 separate functions,
libavcodec
|
2009-03-04 |
jbr |
flacdec: Add a check for small buffer size. This ensures reading as
libavcodec
|
2009-03-04 |
jbr |
flacdec: cosmetics: Use a more descriptive variable name for the number
libavcodec
|
2009-03-04 |
jbr |
flacdec: Handle 32 bps data when checking allocated size.
libavcodec
|
2009-03-04 |
jbr |
flacdec: Check curr_bps after wasted bits are subtracted.
libavcodec
|
2009-03-04 |
stefano |
Fix typo: "i" -> "in".
libavcodec
|
2009-03-04 |
schreter |
Add support for ct_type to correctly detect interlaced flag
libavcodec
|
2009-03-04 |
reimar |
100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab function
libavcodec
|
2009-03-04 |
reimar |
Set AVFrame.reference correctly for nuv decoder.
libavcodec
|
2009-03-04 |
vitor |
Add more correct bound checking in filter_mb().
libavcodec
|
2009-03-04 |
gb |
Add frame buffer allocators. aka simplify calls to
libavcodec
|
2009-03-04 |
reynaldo |
Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc
libavcodec
|
2009-03-04 |
reynaldo |
Part 1 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc
libavcodec
|
2009-03-04 |
jbr |
flacdec: When there is not enough data to read the next header block,
libavcodec
|
2009-03-04 |
jbr |
cosmetics: indentation after last commit
libavcodec
|
2009-03-04 |
jbr |
flacdec: Check for an inline header before calling metadata_parse().
libavcodec
|
2009-03-04 |
jbr |
flacdec: Allocate buffers right after STREAMINFO is parsed.
libavcodec
|
2009-03-03 |
stefano |
Fix syntax for the libfaad_decoder definition.
libavcodec
|
2009-03-03 |
jbr |
cosmetics: indentation after last commit
libavcodec
|
2009-03-03 |
jbr |
flacdec: Avoid parsing the STREAMINFO multiple times.
libavcodec
|
2009-03-03 |
michael |
Remove old scaler.
libavcodec
|
2009-03-03 |
diego |
Do not use a macro to generate a single AVCodec declaration.
libavcodec
|
2009-03-03 |
takis |
When a H.264 stream references a PPS or SPS id which doesn't exist, instead of
libavcodec
|
2009-03-03 |
gb |
Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats.
libavcodec
|
2009-03-03 |
benoit |
Use sign_extend().
libavcodec
|
2009-03-03 |
jbr |
flacdec: Warn about invalid max blocksize and limit the minimum value.
libavcodec
|
2009-03-03 |
alexc |
H.264: Simplify decode_residual()
libavcodec
|
2009-03-03 |
jbr |
cosmetics: remove a pointless comment
libavcodec
|
2009-03-03 |
jbr |
flacdec: Remove unused variable, min_blocksize.
libavcodec
|
2009-03-03 |
jbr |
flacdec: Return error when blocksize code of 0 is found. It is a
libavcodec
|
2009-03-03 |
kostya |
Enable PB-frames decoding for H.263
libavcodec
|
2009-03-03 |
kostya |
Add PB-frame decoding support for H.263/i263 (and enable it for i263)
libavcodec
|
2009-03-03 |
jbr |
alacdec: Simplify reading of uncompressed samples by using
libavcodec
|
2009-03-03 |
jbr |
flacdec: Avoid trying to read 33 bits. This occurs when the source
libavcodec
|
2009-03-03 |
jbr |
flacdec: ALT_BITSTREAM_READER is no longer required.
libavcodec
|
2009-03-03 |
jbr |
flacdec: use get_sbits_long() where needed.
libavcodec
|
2009-03-03 |
jbr |
Add a get_sbits_long() function.
libavcodec
|
2009-03-03 |
mru |
ALAC: use sign_extend() from mathops.h
libavcodec
|
2009-03-03 |
mru |
Add sign_extend() function to mathops.h
libavcodec
|
2009-03-02 |
reimar |
Simplify show_bits_long and copy the GetBitsContext around only once instead of twice.
libavcodec
|
2009-03-02 |
jbr |
flacdec: Use get/skip_bits_long() for more than 17-bits and
libavcodec
|
2009-03-02 |
kostya |
Factor out block decoding in ff_h263_decode_mb()
libavcodec
|
2009-03-02 |
michael |
Consider all packets in the parser, not just ones with timestamps,
libavcodec
|
2009-03-02 |
michael |
Favor container packets that end after the first byte of the access
libavcodec
|
2009-03-02 |
michael |
Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead
libavcodec
|
2009-03-02 |
benoit |
Merge three conditions in a single 'if' instead of two.
libavcodec
|
2009-03-02 |
diego |
cosmetics: Reformat long_names so that "DPCM" comes first.
libavcodec
|
2009-03-02 |
diego |
cosmetics: Reformat long_names so that "ADPCM" comes first.
libavcodec
|
2009-03-02 |
diego |
cosmetics: Reformat long_names so that "PCM" comes first.
libavcodec
|
2009-03-02 |
diego |
small spelling/grammar fixes
libavcodec
|
2009-03-02 |
diego |
xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.
libavcodec
|
2009-03-02 |
diego |
Change a bunch of codec long_names to be more consistent and descriptive.
libavcodec
|
2009-03-02 |
jbr |
Add some missing codecs and update names to match the codec long_name
libavcodec
|
2009-03-01 |
mru |
RA144: work around gcc bug/oddity on ARM
libavcodec
|
2009-03-01 |
mru |
SVQ3: Fix decoding with A32_BITSTREAM_READER
libavcodec
|
2009-03-01 |
mru |
ARM: fix missing MUL16() return type
libavcodec
|
2009-03-01 |
vitor |
Reindent after last commit
libavcodec
|
2009-03-01 |
vitor |
Do not read uninitialized buffer, no matter if it will be multiplied by
libavcodec
|
2009-03-01 |
reimar |
Remove unused variable in mpeg_mc_decode_init
libavcodec
|
2009-03-01 |
michael |
Do not set low_delay if has_b_frames has been set before init()
libavcodec
|
2009-03-01 |
alexc |
AAC: Make the CPE function more consistent with the functions for other channel elements.
libavcodec
|
2009-02-28 |
michael |
Adjust time_base exactly when changing ticks_per_frame to 2 this is safer
libavcodec
|
2009-02-28 |
mru |
ARM: fix corner-case overflow in H.264 weighted prediction
libavcodec
|
2009-02-28 |
stefang |
sub_mb_type[] needs to be 8-byte aligned because it is referenced
libavcodec
|
2009-02-28 |
sdrik |
Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA420P
libavcodec
|
2009-02-27 |
cehoyos |
Correctly reset SEI variables.
libavcodec
|
2009-02-27 |
benoit |
Make ff_print_debug_info() a no-op when using HW acceleration.
libavcodec
|
2009-02-27 |
benoit |
Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder.
libavcodec
|
2009-02-27 |
benoit |
Add hardware acceleration hooks to H.264.
libavcodec
|
2009-02-27 |
michael |
Fix SVQ3 regression since ticks_per_frame=2.
libavcodec
|
2009-02-27 |
benoit |
Add HW acceleration hooks for MPEG-4 / H.263 decoding.
libavcodec
|
2009-02-27 |
benoit |
Remove superfluous call to mpeg_decode_slice() for hwaccel, this
libavcodec
|
2009-02-27 |
benoit |
Return early if a HW accelerator is used.
libavcodec
|
2009-02-27 |
benoit |
Add VA API pixel formats.
libavcodec
|
2009-02-27 |
benoit |
Add ff_hwaccel_pixfmt_list_420[] definition.
libavcodec
|
2009-02-26 |
michael |
Add ticks_per_frame, this should hopefully fix the regressions caused
libavcodec
|
2009-02-26 |
michael |
Half user provided time_base once during the first frame when there is no
libavcodec
|
2009-02-26 |
cehoyos |
Cosmetics: Fix indentation after last commit.
libavcodec
|
2009-02-26 |
cehoyos |
Initialize H264 parser context correctly if the optional SEI messages
libavcodec
|
2009-02-26 |
jbr |
cosmetics: line wrap and indentation after last commit.
libavcodec
|
2009-02-26 |
jbr |
Use a shared function to validate FLAC extradata.
libavcodec
|
2009-02-26 |
alexc |
Re-indent after last commit.
libavcodec
|
2009-02-26 |
alexc |
Refactor AAC unsigned band type decoding for a modest speedup.
libavcodec
|
2009-02-26 |
alexc |
Use const to better allow the compiler to optimize AAC independent coupling.
libavcodec
|
2009-02-26 |
cehoyos |
Completed documentation of reference field.
libavcodec
|
2009-02-26 |
cehoyos |
Do not set h264.is_reference for pictures that are delayed, but not
libavcodec
|
2009-02-26 |
cehoyos |
The field rangered in VDPAU's VdpPictureInfoVC1 now also contains
libavcodec
|
2009-02-25 |
cehoyos |
Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.
libavcodec
|
2009-02-25 |
diego |
Add missing prototype for ff_is_hwaccel_pix_fmt().
libavcodec
|
2009-02-25 |
michael |
Add hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne.
libavcodec
|
2009-02-25 |
michael |
More AVhwaccel hunks from Gwenole Beauchesne.
libavcodec
|
2009-02-25 |
diego |
spelling/wording/grammar cosmetics
libavcodec
|
2009-02-25 |
cehoyos |
Fix VC1 and WMV3 playback in MPlayer.
libavcodec
|
2009-02-25 |
kostya |
cosmetics: reindent after last commit
libavcodec
|
2009-02-25 |
kostya |
Since motion vectors for intra blocks are always zero, do not try to retrieve them.
libavcodec
|
2009-02-24 |
cehoyos |
Export timestamp parameter from H.264.
libavcodec
|
2009-02-24 |
cehoyos |
Add timestamp computation if values are exported by decoder.
libavcodec
|
2009-02-24 |
michael |
1000l for me, wrong pix_fmt.
libavcodec
|
2009-02-24 |
cehoyos |
Correct time_base and repeat_pict for MPEG2 video.
libavcodec
|
2009-02-24 |
cehoyos |
Correct time_base of H.264 and repeat_pict.
libavcodec
|
2009-02-24 |
cehoyos |
Change duration computation to use time_base instead of TB/2.
libavcodec
|
2009-02-24 |
michael |
add ff_find_hwaccel() by Gwenole Beauchesne
libavcodec
|
2009-02-24 |
michael |
ff_find_hwaccel()
libavcodec
|
2009-02-24 |
michael |
av_hwaccel_next() by Gwenole Beauchesne.
libavcodec
|
2009-02-24 |
michael |
av_register_hwaccel() from Gwenole Beauchesne.
libavcodec
|
2009-02-24 |
michael |
Another AVhwaccel hunk from Gwenole Beauchesne.
libavcodec
|
2009-02-24 |
michael |
Add and use ff_pixfmt_list_420.
libavcodec
|
2009-02-24 |
michael |
Approved hunk from the AVHWaccel patch by Gwenole Beauchesne.
libavcodec
|
2009-02-24 |
vitor |
Do not reimplement ff_celp_lp_synthesis_filterf().
libavcodec
|
2009-02-24 |
kostya |
Rename buf_vdpau to buf_start
libavcodec
|
2009-02-24 |
michael |
Add ff_h263_find_resync_marker() to find the bit position of the next resync_marker, if any.
libavcodec
|
2009-02-24 |
stefang |
check for a stuffing byte at the end of a slice
libavcodec
|
2009-02-24 |
stefang |
change macroblock loop in inter frames so that after a
libavcodec
|
2009-02-24 |
diego |
Mark two variables with av_uninit to avoid false positive gcc warnings.
libavcodec
|
2009-02-24 |
mru |
Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READER
libavcodec
|
2009-02-24 |
michael |
AVPixFmtDescriptor doxy
libavcodec
|
2009-02-24 |
michael |
Pixel Format descriptor, try #1.
libavcodec
|
2009-02-23 |
vitor |
Change sign in ff_celp_lp_synthesis_filterf(). This makes this function
libavcodec
|
2009-02-23 |
alexc |
Close the AAC parse context, discovered by Netgem.
libavcodec
|
2009-02-23 |
zuxy |
Remove CPUID availability check on AMD64 as it's architectural.
libavcodec
|
2009-02-23 |
reimar |
Check return value of ff_fill_pointer in avcodec_default_get_buffer,
libavcodec
|
2009-02-23 |
reimar |
100l, always declare variables at the top of a block, not inside a for ()
libavcodec
|
2009-02-23 |
michael |
More approved hunks for VAAPI & our new and cleaner hwaccel API.
libavcodec
|
2009-02-23 |
michael |
Approved hunks for VAAPI / our new shiny hwaccel API
libavcodec
|
2009-02-22 |
diego |
Fix xvmc object dependencies.
libavcodec
|
2009-02-22 |
michael |
Fix vc1 split().
libavcodec
|
2009-02-22 |
kostya |
Better parsing of i263 picture header
libavcodec
|
2009-02-22 |
stefano |
Add missing av_cold in static init/close functions.
libavcodec
|
2009-02-22 |
darkshikari |
Convert x264 asm files to proper unix line breaks
libavcodec
|
2009-02-22 |
darkshikari |
Remove (incorrect) filenames from x264 asm files, add descriptions.
libavcodec
|
2009-02-22 |
reimar |
Check return value of frame_start(), this avoids a crash if AVCodecContext::get_buffer failed.
libavcodec
|
2009-02-22 |
iive |
Change the type of pblocks from pointers to short array into
libavcodec
|
2009-02-22 |
pross |
Support 48-bit RGB PPM image.
libavcodec
|
2009-02-22 |
pross |
Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
libavcodec
|
2009-02-21 |
cehoyos |
Use context variable repeat_pict for frame duration computation and
libavcodec
|
2009-02-21 |
cehoyos |
Set context variable picture_structure in H264 parser.
libavcodec
|
2009-02-21 |
cehoyos |
Set context variable key_frame in H264 parser.
libavcodec
|
2009-02-21 |
cehoyos |
Parse NAL units in H264 parser.
libavcodec
|
2009-02-21 |
cehoyos |
Make the following H264 functions available to the parser:
libavcodec
|
2009-02-21 |
michael |
indent
libavcodec
|
2009-02-21 |
mru |
Alpha: fix inline asm with DEC/Compaq/HP compiler
libavcodec
|
2009-02-21 |
michael |
Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php.
libavcodec
|
2009-02-20 |
jbr |
Set the correct number of samples for E-AC-3 in the AC3 parser.
libavcodec
|
2009-02-20 |
cehoyos |
Use last decoded SPS as current SPS in order to parse picture timing SEI
libavcodec
|
2009-02-20 |
romansh |
Fixing a value returning issue
libavcodec
|
2009-02-19 |
cehoyos |
Add convergence_duration to AVCodecParserContext.
libavcodec
|
2009-02-19 |
alexc |
Reindent after last commit
libavcodec
|
2009-02-19 |
cehoyos |
Silence two warnings:
libavcodec
|
2009-02-19 |
alexc |
Some buffer checks for indeo3
libavcodec
|
2009-02-19 |
michael |
A try to fix the regressions.
libavcodec
|
2009-02-19 |
pross |
Add AVERROR_EOF.
libavcodec
|
2009-02-19 |
iive |
Add more paranoid checks of xvmc token.
libavcodec
|
2009-02-19 |
iive |
Exit with error if MPV_common_init() is called with PIX_FMT_NONE.
libavcodec
|
2009-02-19 |
diego |
Only enable SSE/3DNOW optimizations when they have been enabled at compilation.
libavcodec
|
2009-02-19 |
diego |
Directly #include required X11/XvMC header.
libavcodec
|
2009-02-19 |
romansh |
transitioning dv_guess_dct_mode to dsputil cmp function
libavcodec
|
2009-02-19 |
romansh |
Adding 2 intra 8x8 cmp functions: vsad, vsse
libavcodec
|
2009-02-19 |
jbr |
Allow AC-3 parser to modify codec_id.
libavcodec
|
2009-02-19 |
romansh |
Making the arrays accomodate an extra intra 8x8 cmp function
libavcodec
|
2009-02-19 |
aurel |
fix missing dependencies
libavcodec
|
2009-02-19 |
diego |
prettyprinting whitespace cosmetics
libavcodec
|
2009-02-18 |
cehoyos |
Add key_frame to AVCodecParserContext, used in libavformat.
libavcodec
|
2009-02-18 |
cehoyos |
Parse buffering period (H.264, D.1.1).
libavcodec
|
2009-02-18 |
diego |
The 3DNow! and SSE FFT optimizations depend on the yasm optimizations in
libavcodec
|
2009-02-18 |
cehoyos |
Store CPB count in the context.
libavcodec
|
2009-02-18 |
michael |
Clarify get_ue_golomb_31() behavior with >31.
libavcodec
|
2009-02-18 |
cehoyos |
Instead of crashing, return from ff_vdpau_mpeg_picture_complete()
libavcodec
|
2009-02-18 |
cehoyos |
Parse cbp_removal_delay in SEI picture structure.
libavcodec
|
2009-02-18 |
cehoyos |
Parse dpb_output_delay in SEI picture structure.
libavcodec
|
2009-02-18 |
cehoyos |
Parse initial_cpb_removal_delay_length.
libavcodec
|
2009-02-18 |
diego |
Handle conditional compilation of CPU-specific FFT code in the Makefile.
libavcodec
|
2009-02-17 |
diego |
mpegvideo_xvmc.o depends on mpegvideo.o.
libavcodec
|
2009-02-17 |
diego |
Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and
libavcodec
|
2009-02-17 |
diego |
small Doxygen comment grammar fix
libavcodec
|
2009-02-17 |
diego |
Revert converting two asserts into if checks and error messages.
libavcodec
|
2009-02-17 |
cehoyos |
Fix MBAFF/PAFF samples.
libavcodec
|
2009-02-17 |
diego |
spelling/grammar/wording fixes for the Doxygen comments
libavcodec
|
2009-02-17 |
diego |
Add missing #includes to fix 'make checkheaders'.
libavcodec
|
2009-02-17 |
benoit |
Move initialization of {luma,chroma}_weight_flag[] up,
libavcodec
|
2009-02-17 |
diego |
cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type
libavcodec
|
2009-02-17 |
diego |
cosmetics: 'const static' --> 'static const' to avoid warnings of the type
libavcodec
|
2009-02-16 |
iive |
Thoroughly check all fields set by the application in xvmc struct.
libavcodec
|
2009-02-16 |
jbr |
flacdec: Silence false positive warning about uninitialized variables in
libavcodec
|
2009-02-16 |
iive |
Minor clarification of xvmc field description.
libavcodec
|
2009-02-16 |
iive |
Improvements in xvmc structure fields descriptions.
libavcodec
|
2009-02-16 |
diego |
whitespace cosmetics: Reindent a few lines after the last commit.
libavcodec
|
2009-02-16 |
diego |
Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if
libavcodec
|
2009-02-16 |
diego |
whitespace cosmetics: Place spaces around += for better readability.
libavcodec
|
2009-02-16 |
diego |
Add missing object dependencies: eatqi.o depends on mpeg12.o.
libavcodec
|
2009-02-16 |
kostya |
Make BMP decoder try to decode files with incorrect filesize field value
libavcodec
|
2009-02-16 |
diego |
Replace two asserts by checks and error messages.
libavcodec
|
2009-02-16 |
diego |
Doxygen comment wording fix
libavcodec
|
2009-02-16 |
diego |
whitespace cosmetics
libavcodec
|
2009-02-16 |
diego |
Give struct members more sensible names:
libavcodec
|
2009-02-16 |
diego |
cosmetics: one more wording fix
libavcodec
|
2009-02-16 |
diego |
cosmetics: Keep lines below 80 characters where sensibly possible.
libavcodec
|
2009-02-15 |
diego |
Doxygen spelling/wording fixes
libavcodec
|
2009-02-15 |
diego |
spelling/wording fixes for the Doxygen comments
libavcodec
|
2009-02-15 |
diego |
draw_horiz_band() is really ff_draw_horiz_band().
libavcodec
|
2009-02-15 |
diego |
spelling/grammar/wording/whitespace for Doxygen comments
libavcodec
|
2009-02-15 |
diego |
Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar
libavcodec
|
2009-02-15 |
stefano |
Improve grammar: "X next after Y" -> "next X after Y".
libavcodec
|
2009-02-15 |
diego |
cosmetics: typo fix
libavcodec
|
2009-02-15 |
iive |
Describe all fields in xvmc struct.
libavcodec
|
2009-02-15 |
diego |
spelling/grammar/wording fixes for Doxygen comments
libavcodec
|
2009-02-15 |
diego |
comment spelling/grammar/wording fixes
libavcodec
|
2009-02-15 |
diego |
Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value.
libavcodec
|
2009-02-15 |
iive |
Rename unique_id to the way michaelni likes it. (xvmc_id)
libavcodec
|
2009-02-15 |
iive |
Document all functions in mpegvideo_xvmc.
libavcodec
|
2009-02-15 |
diego |
Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.
libavcodec
|
2009-02-15 |
iive |
Kill the magic field in xvmc structure.
libavcodec
|
2009-02-15 |
diego |
K&R whitespace cosmetics
libavcodec
|
2009-02-15 |
diego |
10l: Remove duplicated hunk of code.
libavcodec
|
2009-02-15 |
stefano |
Document av_codec_next().
libavcodec
|
2009-02-15 |
cehoyos |
Silence following warning if only zeros were not consumed:
libavcodec
|
2009-02-15 |
reimar |
Place spaces consistently in pointer types in vdpau.c
libavcodec
|
2009-02-15 |
iive |
Cosmetics. Vertical align.
libavcodec
|
2009-02-15 |
iive |
Almost cosmetics.
libavcodec
|
2009-02-15 |
iive |
Check all critical xvmc struct fields in ff_xvmc_field_start()
libavcodec
|
2009-02-15 |
iive |
Proper condition in xvmc decode mb.
libavcodec
|
2009-02-15 |
iive |
Rename xvmc_render_state to something with pixfmt in its name.
libavcodec
|
2009-02-15 |
iive |
A little better wording of doxygen comments.
libavcodec
|
2009-02-15 |
iive |
Revert 17308.
libavcodec
|
2009-02-15 |
pross |
Prevent heap corruption when resampling 8-bit audio.
libavcodec
|
2009-02-15 |
iive |
Give a little better name to the magic(_id) field in xvmc struct
libavcodec
|
2009-02-15 |
diego |
Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR.
libavcodec
|
2009-02-15 |
iive |
Remove obsolete display_flags member from xvmc struct
libavcodec
|
2009-02-15 |
iive |
Detailed description of the interesting fields in xvmc struct.
libavcodec
|
2009-02-15 |
iive |
Move the state field in the xvmc struct to the extensions section.
libavcodec
|
2009-02-15 |
diego |
Remove redundant assert(render) in ff_xvmc_init_block(). The immediately
libavcodec
|
2009-02-15 |
diego |
Remove asserts that are immediately followed by a check and error return.
libavcodec
|
2009-02-15 |
diego |
Drop struct members display_flags and state with the next major version bump.
libavcodec
|
2009-02-15 |
diego |
Doxygen comment/explanation for ff_xvmc_init_block().
libavcodec
|
2009-02-15 |
diego |
Remove completely unsed structure fields mc_type and chroma_format.
libavcodec
|
2009-02-14 |
diego |
whitespace consistency cosmetics
libavcodec
|
2009-02-14 |
diego |
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.
libavcodec
|
2009-02-14 |
iive |
Deprecate some unused xvmc structure fields.
libavcodec
|
2009-02-14 |
diego |
Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: remove stray space
libavcodec
|
2009-02-14 |
iive |
Cosmetics
libavcodec
|
2009-02-14 |
iive |
Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&)
libavcodec
|
2009-02-14 |
diego |
Doxygenize ff_xvmc_field_start() comment.
libavcodec
|
2009-02-14 |
diego |
Clarify ff_xvmc_field_start() comment.
libavcodec
|
2009-02-14 |
iive |
Check ff_xvmc_field_start() result in all cases.
libavcodec
|
2009-02-14 |
iive |
Another attempt to clarify draw_horiz_band() usage.
libavcodec
|
2009-02-14 |
diego |
Merge some declarations and initializations.
libavcodec
|
2009-02-14 |
iive |
Return error instead of triggering assert.
libavcodec
|
2009-02-14 |
diego |
cosmetics: comment wording/grammar
libavcodec
|
2009-02-14 |
diego |
cosmetics: Change '8*8' to '64'.
libavcodec
|
2009-02-14 |
diego |
cosmetics: K&R style
libavcodec
|
2009-02-14 |
iive |
Give nice message for failed assert.
libavcodec
|
2009-02-14 |
diego |
Attempt to clarify draw_horiz_band description and fix two random typos.
libavcodec
|
2009-02-14 |
iive |
More clarification for draw_horiz_band() in hwaccell mode.
libavcodec
|
2009-02-14 |
diego |
Add xvmc_internal.h that contains all internal xvmc function declarations.
libavcodec
|
2009-02-14 |
iive |
Cosmetic 64 instead 8*8
libavcodec
|
2009-02-14 |
iive |
Clarify some assert usage.
libavcodec
|
2009-02-14 |
iive |
Document that ff_draw_horiz_band() could be used as hwaccell callback.
libavcodec
|
2009-02-14 |
diego |
another (last?) round of K&R whitespace cosmetics
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Align some comments.
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Put some spaces around operators for better readability.
libavcodec
|
2009-02-14 |
diego |
Remove a comment that references a non-existing function.
libavcodec
|
2009-02-14 |
diego |
Make one comment slightly clearer and more readable.
libavcodec
|
2009-02-14 |
diego |
Remove one more commented-out line.
libavcodec
|
2009-02-14 |
diego |
some more K&R whitespace cosmetics
libavcodec
|
2009-02-14 |
diego |
cosmetics: grammar/spelling/wording fixes in comments
libavcodec
|
2009-02-14 |
diego |
Remove useless comment.
libavcodec
|
2009-02-14 |
diego |
Restore one set of parentheses to avoid the warning:
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: consistently format all comments
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Correctly indent all comments.
libavcodec
|
2009-02-14 |
iive |
Clarify TODO comment
libavcodec
|
2009-02-14 |
diego |
Remove compatibility layer for old names of xvmc definitions.
libavcodec
|
2009-02-14 |
diego |
Drop two more sets of useless parentheses.
libavcodec
|
2009-02-14 |
iive |
get rid of the branch prediction
libavcodec
|
2009-02-14 |
diego |
cosmetics: Consistently format all if/else statements in K&R style
libavcodec
|
2009-02-14 |
diego |
Remove some useless parentheses.
libavcodec
|
2009-02-14 |
diego |
Rename some forward declarations that were missed, fixes the warnings:
libavcodec
|
2009-02-14 |
iive |
remove obsolete comment
libavcodec
|
2009-02-14 |
diego |
Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions.
libavcodec
|
2009-02-14 |
iive |
remove some useless ()
libavcodec
|
2009-02-14 |
iive |
use ff_xvmc for function names instead of XVMC_
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Restore vertical alignment.
libavcodec
|
2009-02-14 |
iive |
clarify xvmc struct fields usage distribution (internal communication)
libavcodec
|
2009-02-14 |
iive |
doxygen style comments
libavcodec
|
2009-02-14 |
diego |
Replace useless X11 #includes by the one that actually provides the required
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: vertical alignment
libavcodec
|
2009-02-14 |
diego |
Fix non-Doxygen comment.
libavcodec
|
2009-02-14 |
diego |
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.
libavcodec
|
2009-02-14 |
iive |
vertically align xvmc struct member comments
libavcodec
|
2009-02-14 |
iive |
Rename xvmc flags to follow ffmpeg AV_ notion.
libavcodec
|
2009-02-14 |
diego |
Give public #defines that are used by MPlayer an AV_ prefix.
libavcodec
|
2009-02-14 |
diego |
Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x.
libavcodec
|
2009-02-14 |
diego |
Update multiple inclusion guards to match filename.
libavcodec
|
2009-02-14 |
iive |
remove assertion that use external definitions
libavcodec
|
2009-02-14 |
diego |
Fix compilation: Restore mistakenly removed constant definitions.
libavcodec
|
2009-02-14 |
iive |
explain chroma_format field in xvmc struct
libavcodec
|
2009-02-14 |
iive |
describe idct variable in xvmc struct
libavcodec
|
2009-02-14 |
iive |
Describe the purpose of magic in xvmc structure.
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: vertical alignment
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: another round of formatting consistency fixes
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: consistent (more or less) K&R style
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Fix indentation depth.
libavcodec
|
2009-02-14 |
diego |
Remove commented-out code.
libavcodec
|
2009-02-14 |
diego |
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.
libavcodec
|
2009-02-14 |
diego |
Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.
libavcodec
|
2009-02-14 |
diego |
Make xvmc.h an installed header, applications like MPlayer need it.
libavcodec
|
2009-02-14 |
diego |
Revert adding a _pixfmt to vdpau/xvmc header names.
libavcodec
|
2009-02-14 |
diego |
cosmetics: alphabetical order
libavcodec
|
2009-02-14 |
kostya |
Enable dropping frames for RV3/4
libavcodec
|
2009-02-13 |
jbr |
lpc: Remove false positive compilation warning about weight being
libavcodec
|
2009-02-13 |
jbr |
Assert that ff_lpc_calc_coefs() is called with a valid LPC method.
libavcodec
|
2009-02-13 |
jbr |
lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
libavcodec
|
2009-02-13 |
alexc |
Re-indent after last commit.
libavcodec
|
2009-02-13 |
alexc |
Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently switched CCE.
libavcodec
|
2009-02-13 |
kostya |
In RV3/4 nonzero MB offset for the first slice also indicates error
libavcodec
|
2009-02-13 |
astrange |
Put dispatch_tab in the rodata section for macho64.
libavcodec
|
2009-02-13 |
superdump |
Correctly map ADTS profile_ObjectType to MPEG-4 AOT
libavcodec
|
2009-02-13 |
aurel |
add SSE2 version of vp6_filter_diag
libavcodec
|
2009-02-12 |
aurel |
add MMX version of vp6_filter_diag
libavcodec
|
2009-02-12 |
aurel |
convert ff_pw_64 into an xmm_reg for future use in vp6 sse code
libavcodec
|
2009-02-12 |
reimar |
Fix compilation, there is no file vdpauvideo.c, only vdpau.c
libavcodec
|
2009-02-12 |
superdump |
AAC: Cosmetic alterations after the last commit
libavcodec
|
2009-02-12 |
superdump |
Give an error message when returning due to an unallocated channel element
libavcodec
|
2009-02-12 |
superdump |
Add support for sample rate index 12, 7350 Hz
libavcodec
|
2009-02-12 |
superdump |
Remove bogus coupling_point assignment for non-CCE as this value is not checked
libavcodec
|
2009-02-12 |
diego |
Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format
libavcodec
|
2009-02-12 |
diego |
10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.
libavcodec
|
2009-02-12 |
diego |
Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as
libavcodec
|
2009-02-12 |
michael |
Let rgb32 pass for ljpeg.
libavcodec
|
2009-02-11 |
bcoudurier |
extend resampling API, add S16 internal conversion
libavcodec
|
2009-02-11 |
vitor |
Document old scaler as deprecated
libavcodec
|
2009-02-11 |
diego |
Fix wrong file name in header, noticed by David DeHaven, dave sagetv com.
libavcodec
|
2009-02-11 |
diego |
Add av_uninit macro to variables to avoid false positive warnings:
libavcodec
|
2009-02-11 |
diego |
Add av_uninit macro to variable to avoid false positive warning:
libavcodec
|
2009-02-11 |
diego |
Add av_uninit macro to variable to avoid false positive warning:
libavcodec
|
2009-02-11 |
kostya |
Initialize s->gob_index for Intel variant of H.263 too
libavcodec
|
2009-02-11 |
diego |
Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit
libavcodec
|
2009-02-11 |
diego |
Add check whether the compiler/assembler supports 10 or more operands.
libavcodec
|
2009-02-11 |
astrange |
H264: Change left_block_options to uint8_t from int, saving a little space.
libavcodec
|
2009-02-10 |
stefang |
introduce a macroblock index to avoid a few x*width+y calculations
libavcodec
|
2009-02-10 |
stefang |
fix multiple slices per frame
libavcodec
|
2009-02-10 |
stefang |
fix parsing of pic_structure
libavcodec
|
2009-02-10 |
stefang |
avoid duplicating dsputil's clear_block
libavcodec
|
2009-02-10 |
stefang |
time_code has 24 bits, not 16
libavcodec
|
2009-02-10 |
stefang |
do not check for minimum slice start code, 0x00000100 is valid
libavcodec
|
2009-02-10 |
diego |
Fix crash when encoding using libschroedinger.
libavcodec
|
2009-02-10 |
superdump |
Check sampling index validity for AAC decoding
libavcodec
|
2009-02-10 |
gpoirier |
Add a default (error) for the switch in case of an unsupported PIX_FMT.
libavcodec
|
2009-02-10 |
diego |
Use default system include path for an installed OpenJPEG library.
libavcodec
|
2009-02-10 |
gpoirier |
Fix (with av_uninit()) false positive warning about uninitialized variable:
libavcodec
|
2009-02-09 |
aurel |
move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil
libavcodec
|
2009-02-09 |
cehoyos |
Replace snprintf() with av_strlcpy().
libavcodec
|
2009-02-09 |
cehoyos |
Add SEI recovery point frame counter to H264Context and use it when
libavcodec
|
2009-02-09 |
aurel |
vp56: alpha_offset is uninitialized on purpose
libavcodec
|
2009-02-09 |
jbr |
libvorbis: Use 0-10 range for audio quality.
libavcodec
|
2009-02-09 |
michael |
Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized in this function
libavcodec
|
2009-02-09 |
michael |
Try to doxyfy av_resample_init(). I hope I did not misremember anything as I
libavcodec
|
2009-02-09 |
michael |
Move doxy for public resample2 functions to the public header.
libavcodec
|
2009-02-09 |
diego |
Remove svn:executable property from source file.
libavcodec
|
2009-02-09 |
diego |
Remove file name from file headers.
libavcodec
|
2009-02-09 |
bcoudurier |
remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu
libavcodec
|
2009-02-09 |
bcoudurier |
remove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verkamp, daniel at drv dot nu
libavcodec
|
2009-02-09 |
bcoudurier |
remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu
libavcodec
|
2009-02-09 |
superdump |
Check that there are subtitle rects to encode in avcodec_encode_subtitle()
libavcodec
|
2009-02-09 |
superdump |
Check that start_display_time is 0 in avcodec_encode_subtitle()
libavcodec
|
2009-02-09 |
alexc |
VP3: Do not ignore error from read_huffman_tree().
libavcodec
|
2009-02-09 |
cehoyos |
Fix timestamp parsing in XSUB decoder.
libavcodec
|
2009-02-08 |
diego |
cosmetics: Fix a few typos and use a consistent codec long name.
libavcodec
|
2009-02-08 |
diego |
Remove unused variables.
libavcodec
|
2009-02-08 |
diego |
Add av_cold attribute to init function.
libavcodec
|
2009-02-08 |
diego |
Remove unused variables.
libavcodec
|
2009-02-08 |
diego |
typo: CODEC_ID_cljr --> CODEC_ID_CLJR
libavcodec
|
2009-02-08 |
superdump |
Fix a const related warning
libavcodec
|
2009-02-08 |
superdump |
Replace hard-coded SEI type constants with symbolic names
libavcodec
|
2009-02-08 |
michael |
Clarify has_b_frames doxy.
libavcodec
|
2009-02-08 |
lorenm |
ff_add_hfyu_median_prediction_mmx2
libavcodec
|
2009-02-08 |
lorenm |
re-enable mid_pred asm on x86_64. (broke in r16681)
libavcodec
|
2009-02-08 |
bcoudurier |
fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC
libavcodec
|
2009-02-08 |
bcoudurier |
Remove 'const' qualifier from variable in av_parse_video_frame_size().
libavcodec
|
2009-02-08 |
bcoudurier |
remove useless cast, it does not remove warning, encode prototype must be changed
libavcodec
|
2009-02-08 |
bcoudurier |
remove warning about incompatible pointer
libavcodec
|
2009-02-07 |
kostya |
Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too.
libavcodec
|
2009-02-07 |
kostya |
Add decoder flush after seeking for RV3/4 decoders
libavcodec
|
2009-02-06 |
stefano |
Drop the deprecated function register_avcodec() at the next major
libavcodec
|
2009-02-06 |
stefano |
Replace the calls to the deprecated function register_avcodec() with
libavcodec
|
2009-02-06 |
stefano |
Rename register_avcodec() as avcodec_register() and deprecate the old
libavcodec
|
2009-02-06 |
michael |
Fix list of input pix_fmts supported by GIF. This makes it work with swscale.
libavcodec
|
2009-02-06 |
michael |
Ensure that the palette is set in data[1] for all 8bit formats.
libavcodec
|
2009-02-06 |
cehoyos |
Use libopenjpeg for jpeg2k decoding.
libavcodec
|
2009-02-05 |
michael |
Add size_in_bits to PutBitContext
libavcodec
|
2009-02-05 |
pross |
Electronic Arts TQI decoder
libavcodec
|
2009-02-05 |
pross |
don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is required for the Electronic Arts TQI decoder.
libavcodec
|
2009-02-05 |
pross |
convert mpeg1_decode_block_intra() to inline global
libavcodec
|
2009-02-04 |
mru |
Remove CONFIG_H264_ENCODER references
libavcodec
|
2009-02-04 |
diego |
Remove documentation of non-existing function parameters.
libavcodec
|
2009-02-04 |
diego |
Remove unused CONFIG_H264_ENCODER #define.
libavcodec
|
2009-02-04 |
diego |
Remove pointless '#if CONFIG_ENCODERS' around forward declarations.
libavcodec
|
2009-02-04 |
romansh |
No need to compute stype
libavcodec
|
2009-02-03 |
alexc |
Add av_cold attributes to *_init and *_end functions.
libavcodec
|
2009-02-03 |
alexc |
VP3: Prevent stack corruption from an unset custom coding method.
libavcodec
|
2009-02-03 |
cehoyos |
Add fields to H264Context and SPS for upcoming VA API support.
libavcodec
|
2009-02-03 |
stefang |
check validity of pointer srcC
libavcodec
|
2009-02-03 |
michael |
Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809
libavcodec
|
2009-02-02 |
reimar |
Add av_ prefix to LZO stuff and thus make it officially part of the public API.
libavcodec
|
2009-02-02 |
banan |
Allocate trellis tables on heap only when needed.
libavcodec
|
2009-02-02 |
superdump |
Doxygen defgroups throw a warning if they don't have a title as well as a name
libavcodec
|
2009-02-02 |
diego |
cosmetics: Place all subtitle entries together.
libavcodec
|
2009-02-02 |
jbr |
flacdec: set default sample_fmt before parsing extradata
libavcodec
|
2009-02-02 |
diego |
Add av_unused to conditionally used variable, fixes the warning:
libavcodec
|
2009-02-01 |
kostya |
Silence compiler warnings for XL decoder
libavcodec
|
2009-02-01 |
kostya |
Make WNV1 decoder use temporary buffer for bit-reversed input
libavcodec
|
2009-02-01 |
diego |
cosmetics: Remove period after copyright statement non-sentence.
libavcodec
|
2009-02-01 |
kostya |
Make TM2 decoder byteswap input into separate buffer instead of doing it in-place.
libavcodec
|
2009-02-01 |
kostya |
Factorize stream reading in TM2 decoder
libavcodec
|
2009-02-01 |
kostya |
Silence two pointer assignment compiler warnings in rv34.c
libavcodec
|
2009-02-01 |
kostya |
Silence useless compiler warning when passing AVFrame* instead of AVPicture*
libavcodec
|
2009-02-01 |
diego |
Remove H.264 encoder initialization.
libavcodec
|
2009-02-01 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
2009-02-01 |
diego |
Fix filenames in doxygen comments.
libavcodec
|
2009-01-31 |
bcoudurier |
remove some warnings due to avctx->execute
libavcodec
|
2009-01-31 |
mru |
shorten: trivial simplification of signature check
libavcodec
|
2009-01-31 |
bcoudurier |
assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot org dot uk
libavcodec
|
2009-01-31 |
bcoudurier |
fix decoding 720p50 audio samples
libavcodec
|
2009-01-31 |
jbr |
cosmetics: change comment type and vertical alignment
libavcodec
|
2009-01-31 |
jbr |
cosmetics: add some documentation to FLACContext
libavcodec
|
2009-01-31 |
romansh |
Cosmetics: fixing indentation
libavcodec
|
2009-01-31 |
romansh |
unrolling encoding loops
libavcodec
|
2009-01-31 |
romansh |
Cosmetics: simplifying static initialization
libavcodec
|
2009-01-31 |
romansh |
simplifying DIF encoding process
libavcodec
|
2009-01-31 |
romansh |
Cosmetics: fixing the indentation
libavcodec
|
2009-01-31 |
romansh |
factoring code into dv_init_enc_block
libavcodec
|
2009-01-31 |
romansh |
Cosmetics: replacing 0 with NULL for pointer assignment
libavcodec
|
2009-01-31 |
romansh |
Cosmetics: moving the function definition around
libavcodec
|
2009-01-31 |
romansh |
Replacing the constant with a macro
libavcodec
|
2009-01-31 |
jbr |
flacdec: add support for SAMPLE_FMT_32
libavcodec
|
2009-01-31 |
michael |
Fix documentation of the return value of avcodec_encode_video().
libavcodec
|
2009-01-30 |
diego |
Use '#if defined()' for OS-specific preprocessor checks.
libavcodec
|
2009-01-30 |
mru |
ARM: NEON optimised vector_fmul_window
libavcodec
|
2009-01-30 |
mru |
ARM: NEON optimised vector_fmul
libavcodec
|
2009-01-30 |
stefang |
remove duplicate tables
libavcodec
|
2009-01-30 |
alexc |
Use the new RDFT code in the QDM2 decoder.
libavcodec
|
2009-01-30 |
alexc |
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
libavcodec
|
2009-01-30 |
diego |
Add missing void keyword to parameterless function declarations.
libavcodec
|
2009-01-30 |
kostya |
Record B-fraction index from frame header and two fields from entry point structure
libavcodec
|
2009-01-30 |
benoit |
Make ff_h263_resync() return the bit position of the resync_marker or
libavcodec
|
2009-01-30 |
benoit |
Use a constant instead of a magic number.
libavcodec
|
2009-01-30 |
stefang |
avoid indeterminate order of accessing src
libavcodec
|
2009-01-29 |
diego |
cosmetics: Add empty line for consistent formatting.
libavcodec
|
2009-01-29 |
alexc |
Mark ff_fft_end av_cold.
libavcodec
|
2009-01-28 |
lorenm |
fix an overflow in vc1 intra overlap filter
libavcodec
|
2009-01-28 |
kostya |
Fix Doxygen comments for VC-1 decoder.
libavcodec
|
2009-01-28 |
kostya |
Fix Doxygen comments for RV3/4 decoder.
libavcodec
|
2009-01-28 |
kostya |
Fix Doxygen comments for APE decoder.
libavcodec
|
2009-01-27 |
mru |
ARM: remove some unused macro arguments
libavcodec
|
2009-01-27 |
mru |
ARM: reorder some instructions in put_pixels*_arm for speed gains
libavcodec
|
2009-01-27 |
mru |
ARM: replace jump tables with conditional branches
libavcodec
|
2009-01-27 |
mru |
ARM: replace explicit literal loads with ldr Rd, =lit
libavcodec
|
2009-01-27 |
mru |
ARM: change alignment of loops in put_pixels*_arm to 32
libavcodec
|
2009-01-27 |
mru |
ARM: optimised mid_pred()
libavcodec
|
2009-01-27 |
mru |
ARM: allow register operands for shifts in MULL()
libavcodec
|
2009-01-27 |
stefang |
fix doxygen file reference
libavcodec
|
2009-01-27 |
aurel |
vp5: don't try decoding a P frame before any I frame was parsed
libavcodec
|
2009-01-26 |
diego |
Fix filenames in Doxygen comments.
libavcodec
|
2009-01-26 |
stefano |
Change "H.263 Intel" long name to "Intel H.263".
libavcodec
|
2009-01-26 |
kostya |
Fix AAC data smuggling:
libavcodec
|
2009-01-26 |
benoit |
Remove unneeded check.
libavcodec
|
2009-01-26 |
benoit |
Fix an exploit in indeo by checking we are not writing out of the strip array.
libavcodec
|
2009-01-26 |
conrad |
Workaround for gcc 3.4 to align sh properly
libavcodec
|
2009-01-25 |
diego |
Directly #include some required headers.
libavcodec
|
2009-01-25 |
reimar |
Use AV_WL32/AV_WB32 in bitstream.h
libavcodec
|
2009-01-25 |
stefano |
Make more descriptive the long names for the various variants of H.263.
libavcodec
|
2009-01-25 |
mru |
ARM: NEON optimised H.264 weighted prediction
libavcodec
|
2009-01-25 |
mru |
ARM: NEON optimised H.264 biweighted prediction
libavcodec
|
2009-01-25 |
diego |
Add required headers to fix warnings during 'make checkheaders'.
libavcodec
|
2009-01-25 |
jbr |
flacdec: get total number of samples from STREAMINFO
libavcodec
|
2009-01-25 |
jbr |
move FLAC_STREAMINFO_SIZE to flac.h
libavcodec
|
2009-01-25 |
jbr |
define FLAC metadata types in flac.h
libavcodec
|
2009-01-24 |
jbr |
flacdec: cosmetics: some line wrapping at 80 chars
libavcodec
|
2009-01-24 |
jbr |
flacdec: cosmetics: indentation
libavcodec
|
2009-01-24 |
jbr |
flacdec: cosmetics: use consistent coding style (K&R)
libavcodec
|
2009-01-24 |
diego |
Add a check for ppc4xx instructions; rename preprocessor directive accordingly.
libavcodec
|
2009-01-24 |
diego |
Remove pointless #if HAVE_ALTIVEC around internal header #include
libavcodec
|
2009-01-24 |
jbr |
cosmetics: indentation
libavcodec
|
2009-01-24 |
jbr |
flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR
libavcodec
|
2009-01-24 |
jbr |
flacdec: remove another unneeded debugging statement
libavcodec
|
2009-01-24 |
jbr |
flacdec: remove unneeded debugging statements
libavcodec
|
2009-01-24 |
jbr |
flacdec: remove some unused code
libavcodec
|
2009-01-24 |
diego |
Add required headers to fix 'make checkheaders'.
libavcodec
|
2009-01-24 |
stefang |
remove alloc_table_0 and alloc_table_2, the same
libavcodec
|
2009-01-24 |
stefang |
remove zigzag_scan8x8, it is the same as ff_zigzag_direct
libavcodec
|
2009-01-24 |
stefang |
avoid duplication of size_table and offset_table
libavcodec
|
2009-01-24 |
stefang |
avoid duplication of dquant_code
libavcodec
|
2009-01-24 |
vitor |
Do not allocate RoqTempData on the stack
libavcodec
|
2009-01-23 |
jbr |
rename flac.c to flacdec.c
libavcodec
|
2009-01-23 |
andoma |
Avoid allocating MPADecodeContext on stack.
libavcodec
|
2009-01-23 |
kostya |
Remove the block with always false condition from vc1_parse_frame_header()
libavcodec
|
2009-01-23 |
kostya |
VC-1 postproc field is 2 bits wide while decoder read only single bit.
libavcodec
|
2009-01-22 |
jbr |
flacdec: add support for 3 additional sample rate codes
libavcodec
|
2009-01-22 |
alexc |
Mark ff_fft_init with av_cold.
libavcodec
|
2009-01-22 |
alexc |
Clean up FFT related comments.
libavcodec
|
2009-01-22 |
bcoudurier |
Add const, remove warning:
libavcodec
|
2009-01-21 |
kostya |
VMD first chunk of audio is not coded as many separate chunks of block_align
libavcodec
|
2009-01-20 |
cehoyos |
Sort VdpPictureInfo alphabetically.
libavcodec
|
2009-01-20 |
cehoyos |
Cosmetics: Fix indentation after last commit.
libavcodec
|
2009-01-20 |
cehoyos |
Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can
libavcodec
|
2009-01-19 |
diego |
Use "" instead of <> when #including non-system headers.
libavcodec
|
2009-01-19 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
2009-01-18 |
stefano |
Replace calls to the deprecated function av_init_random() with
libavcodec
|
2009-01-18 |
aurel |
moves mid_pred() into mathops.h (with arch specific code split by directory)
libavcodec
|
2009-01-18 |
mru |
ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change
libavcodec
|
2009-01-18 |
mru |
Alpha: fix pix_abs16
libavcodec
|
2009-01-18 |
darkshikari |
Fix 10L in r16670 (broke deblocking code)
libavcodec
|
2009-01-18 |
darkshikari |
Faster VC-1 C loopfilter using lots of xor magic
libavcodec
|
2009-01-18 |
mru |
dct-test: add Alpha idct
libavcodec
|
2009-01-18 |
mru |
Alpha: add ff_ prefix to idct functions
libavcodec
|
2009-01-18 |
mru |
Alpha: indentation
libavcodec
|
2009-01-18 |
mru |
Alpha: proper IDCT selection
libavcodec
|
2009-01-18 |
mru |
Alpha: add some const, kill some warnings
libavcodec
|
2009-01-17 |
mru |
Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp
libavcodec
|
2009-01-17 |
mru |
Alpha: fix dct_unquantize_h263_inter/intra_axp()
libavcodec
|
2009-01-17 |
stefang |
added demuxer for FunCom ISS audio files,
libavcodec
|
2009-01-17 |
vitor |
Use shared sine window instead of defining another one.
libavcodec
|
2009-01-17 |
cehoyos |
Fix compilation with --enable-libxvid.
libavcodec
|
2009-01-17 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavcodec
|
2009-01-17 |
aurel |
export gcd function as av_gcd()
libavcodec
|
2009-01-17 |
cehoyos |
Remove CODEC_ID_H264_VDPAU.
libavcodec
|
2009-01-16 |
stefang |
remove duplicate tables
libavcodec
|
2009-01-16 |
stefang |
use assignment of structure instead of memcpy
libavcodec
|
2009-01-16 |
kostya |
WavPack hybrid mode support
libavcodec
|
2009-01-16 |
stefang |
rename XXX_t enums to cavs_XXX to fix POSIX namespace issue
libavcodec
|
2009-01-16 |
stefang |
rename vector_t to cavs_vector
libavcodec
|
2009-01-16 |
cehoyos |
Add mpeg1_vdpau decoder.
libavcodec
|
2009-01-16 |
benoit |
Split ff_log_missing_feature into ff_log_missing_feature
libavcodec
|
2009-01-16 |
cehoyos |
12l: Fix compilation with --disable-vdpau.
libavcodec
|
2009-01-16 |
cehoyos |
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
libavcodec
|
2009-01-16 |
aurel |
explicitly disable CONFIG_AUDIO_NONSHORT
libavcodec
|
2009-01-14 |
aurel |
WORDS_BIGENDIAN must be checked with #ifdef
libavcodec
|
2009-01-14 |
aurel |
simplify: group all the AUDIO_NONSHORT parameters in the same place
libavcodec
|
2009-01-14 |
aurel |
libavutil/lzo.h is a local header
libavcodec
|
2009-01-14 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|
2009-01-14 |
mru |
Fix mpeg audio regression test failure
libavcodec
|
2009-01-14 |
diego |
Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
libavcodec
|
2009-01-14 |
diego |
Remove one more forgotten instance of USE_HIGHPRECISION indirection.
libavcodec
|
2009-01-14 |
diego |
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
libavcodec
|
2009-01-14 |
bcoudurier |
cleanup gif, use BISTREAM_WRITER_LE
libavcodec
|
2009-01-13 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
2009-01-13 |
michael |
Avoid using sub_id in mpeg1/2video.
libavcodec
|
2009-01-13 |
michael |
Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
libavcodec
|
2009-01-13 |
michael |
Let the mpeg audio parser correct the codec_id.
libavcodec
|
2009-01-13 |
michael |
Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.
libavcodec
|
2009-01-13 |
michael |
Add CODEC_ID_MP1.
libavcodec
|
2009-01-13 |
kostya |
VC-1 display dimensions should affect coded dimensions only (I think)
libavcodec
|
2009-01-13 |
kostya |
Print VC-1 aspect ratio in debug
libavcodec
|
2009-01-13 |
kostya |
421l: fix loop filter for P-frames in VC-1
libavcodec
|
2009-01-13 |
kostya |
Cinepak strip ID is a single byte
libavcodec
|
2009-01-13 |
kostya |
Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.
libavcodec
|
2009-01-13 |
aurel |
add the necessary include for LIBAV*_VERSION_*
libavcodec
|
2009-01-12 |
mru |
ARM: use push/pop pseudo-instructions in simple_idct_armv6.S
libavcodec
|
2009-01-12 |
mru |
ARM: simple_idct_armv6.S whitespace cosmetics
libavcodec
|
2009-01-12 |
mru |
ARM: clean up pc-relative references in simple_idct_armv6.S
libavcodec
|
2009-01-12 |
mru |
ARM: use rX register names in simple_idct_armv6.S
libavcodec
|
2009-01-11 |
stefano |
Add missing inclusion of libavutil/intreadwrite.h, fix compilation when
libavcodec
|
2009-01-11 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavcodec
|
2009-01-11 |
diego |
Add missing #include to fix 'make checkheaders'.
libavcodec
|
2009-01-11 |
michael |
Increase BUFFER_SIZE.
libavcodec
|
2009-01-11 |
michael |
fix indention
libavcodec
|
2009-01-11 |
michael |
All negative values are errors not just -1.
libavcodec
|
2009-01-11 |
kostya |
30l: when reading mb_offset in RV30 slice header its size
libavcodec
|
2009-01-11 |
banan |
Add size that is needed for the wmapro codec
libavcodec
|
2009-01-11 |
kostya |
RV30 decoder passes possible frame sizes in extradata and selects
libavcodec
|
2009-01-11 |
cehoyos |
Remove H264Context from vdpau_internal.h.
libavcodec
|
2009-01-10 |
cehoyos |
Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).
libavcodec
|
2009-01-10 |
cehoyos |
Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.
libavcodec
|
2009-01-10 |
cehoyos |
Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.
libavcodec
|
2009-01-10 |
cehoyos |
Cosmetics: Break long line.
libavcodec
|
2009-01-10 |
cehoyos |
Fill range_map* in VC1Context.
libavcodec
|
2009-01-10 |
stefano |
Move the AVCodecContext options definition to a dedicated file, reduce
libavcodec
|
2009-01-10 |
cehoyos |
Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.
libavcodec
|
2009-01-09 |
cehoyos |
Move VDPAU check, make future VDPAU patches smaller.
libavcodec
|
2009-01-09 |
cehoyos |
Add refdist_flag to VC1Context.
libavcodec
|
2009-01-09 |
mru |
SH4: fix typo in asm constraint
libavcodec
|
2009-01-07 |
cehoyos |
Rename ff_VDPAU as ff_vdpau.
libavcodec
|
2009-01-07 |
cehoyos |
Rename bitstreamBuffers* as bitstream_buffers*
libavcodec
|
2009-01-07 |
ramiro |
configure: allow to disable sse code.
libavcodec
|
2009-01-07 |
diego |
Only #include svq3.c if the SVQ3 decoder is enabled.
libavcodec
|
2009-01-07 |
diego |
The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.
libavcodec
|
2009-01-07 |
superdump |
Support ADTS AAC files in the ffaac decoder (limited to streams containing one
libavcodec
|
2009-01-07 |
michael |
Document the need of buf=NULL buf_size=0 at the end to obtain all frames.
libavcodec
|
2009-01-07 |
diego |
Add missing headers to allow 'make checkheaders' to pass.
libavcodec
|
2009-01-07 |
diego |
Use <> instead of "" for system headers.
libavcodec
|
2009-01-07 |
superdump |
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that
libavcodec
|
2009-01-07 |
gpoirier |
Add AltiVec versions of h264_idct_add(8|16|16intra),
libavcodec
|
2009-01-07 |
diego |
Disable SVQ3 checks if SVQ3 support is not compiled in.
libavcodec
|
2009-01-06 |
gpoirier |
Add Altivec version of vector_fmul_window.
libavcodec
|
2009-01-06 |
gpoirier |
add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)
libavcodec
|
2009-01-06 |
aurel |
ensure that no GPL code is linked to LGPL only libavcodec
libavcodec
|
2009-01-06 |
cehoyos |
Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().
libavcodec
|
2009-01-06 |
cehoyos |
Factorise setting of avctx->pix_fmt.
libavcodec
|
2009-01-06 |
gpoirier |
Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h
libavcodec
|
2009-01-06 |
gpoirier |
fix compilation with GCC-4.3+
libavcodec
|
2009-01-06 |
gpoirier |
offset and weights are signed, fixes some non-bitexact issues.
libavcodec
|
2009-01-06 |
cehoyos |
1l: Forgot to rename header guard.
libavcodec
|
2009-01-05 |
cehoyos |
Export VDPAU support by installing vdpau.h.
libavcodec
|
2009-01-05 |
cehoyos |
Rename vdpau_render.h as vdpau.h.
libavcodec
|
2009-01-05 |
gpoirier |
add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)
libavcodec
|
2009-01-05 |
gpoirier |
AltiVec version of h264_idct(8)_dc_add
libavcodec
|
2009-01-05 |
cehoyos |
Ministry of English Composition treatment: s/Alloced/Allocated
libavcodec
|
2009-01-05 |
cehoyos |
Remove leading underscore from union declaration.
libavcodec
|
2009-01-05 |
diego |
Add missing 'void' keyword to parameterless function declarations.
libavcodec
|
2009-01-05 |
diego |
spelling/grammar and whitespace cosmetics
libavcodec
|
2009-01-05 |
cehoyos |
50l: Reenable error resilience for H264 (Patch by Dark Shikari).
libavcodec
|
2009-01-05 |
cehoyos |
Cosmetics: Fix indentation.
libavcodec
|
2009-01-05 |
cehoyos |
100l: Add a deleted '{'.
libavcodec
|
2009-01-04 |
cehoyos |
Add VDPAU hardware accelerated decoding for H264 which can be used by
libavcodec
|
2009-01-04 |
michael |
Move metadata API from avcodec to avformat.
libavcodec
|
2009-01-04 |
michael |
Generic metadata API.
libavcodec
|
2009-01-04 |
cehoyos |
Use H264 MMX chroma functions to accelerate RV40 decoding.
libavcodec
|
2009-01-03 |
michael |
Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
libavcodec
|
2009-01-03 |
michael |
Add type, text and ass to AVSubtitleRect.
libavcodec
|
2009-01-03 |
michael |
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
libavcodec
|
2009-01-03 |
michael |
Replace some fixed width variable from AVSubtitle* by normal int.
libavcodec
|
2009-01-03 |
michael |
Forgot to update (I likely missed it due to its similar name to dvb...)
libavcodec
|
2009-01-03 |
michael |
Future doxy for a few fields of AVSubtitleRect.
libavcodec
|
2009-01-03 |
michael |
Change AVSubtitle.rects to an array of pointers so ABI does not break
libavcodec
|
2009-01-03 |
michael |
Add enum AVSubtitleType
libavcodec
|
2009-01-03 |
darkshikari |
Add x264 SSE2 iDCT functions to H.264 decoder.
libavcodec
|
2009-01-02 |
diego |
Avoid POSIX-reserved _t namespace.
libavcodec
|
2009-01-02 |
diego |
Avoid POSIX-reserved _t namespace.
libavcodec
|
2008-12-30 |
mru |
ARM: work around linker bug with movw/movt relocations in shared libs
libavcodec
|
2008-12-30 |
mru |
ARM: rename coefficient table in NEON IDCT
libavcodec
|
2008-12-29 |
reynaldo |
Remove duplicated dot product code. Use dsputil's
libavcodec
|
2008-12-29 |
kostya |
It turned out that RV30 uses motion vectors for forward motion B-frame
libavcodec
|
2008-12-28 |
michael |
Explain the lack of +3/7
libavcodec
|
2008-12-28 |
cehoyos |
Revert r16375: It broke aac decoding.
libavcodec
|
2008-12-28 |
cehoyos |
Reduce number of warnings when compiling with icc by two.
libavcodec
|
2008-12-28 |
cehoyos |
Silence one warning when compiling with icc:
libavcodec
|
2008-12-28 |
cehoyos |
Fix h264 decoding on SSE2 cores with icc compilation.
libavcodec
|
2008-12-27 |
mru |
Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
libavcodec
|
2008-12-27 |
mru |
simple_idct: use MUL16 and MAC16 from mathops.h
libavcodec
|
2008-12-27 |
diego |
consistency cosmetics: Rename POWERPC identifiers to PPC.
libavcodec
|
2008-12-27 |
lu_zero |
Remove stray code
libavcodec
|
2008-12-27 |
lu_zero |
Cleanup _t types in libavcodec/ppc
libavcodec
|
2008-12-27 |
reimar |
Bump minor number for many small improvements, tiff fax decoding,
libavcodec
|
2008-12-26 |
mru |
ARM: NEON optimised float_to_int16
libavcodec
|
2008-12-26 |
michael |
Enable faxcompr.
libavcodec
|
2008-12-26 |
michael |
indent
libavcodec
|
2008-12-26 |
michael |
Simplify vertical mode
libavcodec
|
2008-12-26 |
michael |
And another sechole ...
libavcodec
|
2008-12-26 |
michael |
Fix yet another sechole.
libavcodec
|
2008-12-26 |
michael |
Fix another sechole.
libavcodec
|
2008-12-26 |
michael |
Minor simplification.
libavcodec
|
2008-12-26 |
michael |
Remove unused run_start variable.
libavcodec
|
2008-12-26 |
michael |
Move sync line pointers code to the end of the loop, it is simpler that way.
libavcodec
|
2008-12-26 |
michael |
Get rid of check for condition that is always true (run_off < avctx->width).
libavcodec
|
2008-12-26 |
michael |
Get rid of pix_left in the 2d code, it is simpler that way.
libavcodec
|
2008-12-26 |
reynaldo |
COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.
libavcodec
|
2008-12-26 |
reynaldo |
Part 2 of Kenan Gillet's QCELP silence handling patch.
libavcodec
|
2008-12-26 |
michael |
Factorize "avctx->width + 2" out to avoid someone mistakenly changing
libavcodec
|
2008-12-26 |
michael |
cosmetic (moving pix_left update)
libavcodec
|
2008-12-26 |
michael |
Close gaping sechole. That is, a series of run=0 allows arbitrary data to
libavcodec
|
2008-12-26 |
michael |
minor simplification
libavcodec
|
2008-12-26 |
michael |
Merge ff_ccitt_unpack_1d and 2d.
libavcodec
|
2008-12-26 |
michael |
Ensure that an invalid run terminates the line.
libavcodec
|
2008-12-26 |
michael |
10l != vs. == (yes, my fault not kostya's).
libavcodec
|
2008-12-26 |
michael |
indent
libavcodec
|
2008-12-26 |
michael |
Simplify zero run handling in put_line().
libavcodec
|
2008-12-26 |
michael |
Avoid negation in put_line().
libavcodec
|
2008-12-26 |
michael |
Factorize mode switching in put_line().
libavcodec
|
2008-12-26 |
michael |
Fix (rewrite) find_group3_syncmarker().
libavcodec
|
2008-12-26 |
michael |
CCITT Fax Group 3 and 4 decompression by kostya.
libavcodec
|
2008-12-26 |
diego |
ASAO Nelly Moser implementation moved to a better place on mphq.
libavcodec
|
2008-12-26 |
benoit |
s/FFmpeg-devel/ffmpeg-devel/
libavcodec
|
2008-12-26 |
darkshikari |
Fix compilation without optimization under 64-bit with x264 deblock asm enabled.
libavcodec
|
2008-12-25 |
mru |
ARM: add new h264 idct functions
libavcodec
|
2008-12-25 |
gpoirier |
Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16,
libavcodec
|
2008-12-25 |
diego |
Change mplayerhq.hu references to ffmpeg.org where appropriate.
libavcodec
|
2008-12-25 |
diego |
Fix sample URL.
libavcodec
|
2008-12-25 |
diego |
The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER.
libavcodec
|
2008-12-25 |
lorenm |
flatten an array, since gcc fails at optimizing multidimensional arrays
libavcodec
|
2008-12-24 |
michael |
export refs
libavcodec
|
2008-12-24 |
michael |
Allow decoders to set AVCodecContext.refs.
libavcodec
|
2008-12-24 |
michael |
Optimize pred_pskip_motion()
libavcodec
|
2008-12-23 |
michael |
Indent
libavcodec
|
2008-12-23 |
michael |
Integrate get_te0_golomb() calls into the code, this allows some checks
libavcodec
|
2008-12-23 |
michael |
Use get_ue_golomb_31() where possible, almost all are just in headers
libavcodec
|
2008-12-23 |
michael |
Update golomb decoding tables so that get_*_golomb_31() return some
libavcodec
|
2008-12-23 |
michael |
Add get_ue_golomb_31()
libavcodec
|
2008-12-23 |
michael |
indent
libavcodec
|
2008-12-23 |
michael |
Use the new VLC table for the first non trailing coeff too.
libavcodec
|
2008-12-23 |
michael |
Optimize esc removal code.
libavcodec
|
2008-12-23 |
kostya |
352l: correct calculating number of bits for storing macroblock offset in RV3/4
libavcodec
|
2008-12-23 |
michael |
Indent
libavcodec
|
2008-12-23 |
michael |
unified CAVLC level decoding LUT.
libavcodec
|
2008-12-23 |
michael |
Make h264 parser 50% faster.
libavcodec
|
2008-12-23 |
michael |
100l, I broke H.264 again, forgot one hunk.
libavcodec
|
2008-12-23 |
michael |
Optimize 0 0 0-3 search, 45% faster on pentium dual.
libavcodec
|
2008-12-22 |
andoma |
Revert r16257:
libavcodec
|
2008-12-22 |
michael |
Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on
libavcodec
|
2008-12-22 |
michael |
Indent
libavcodec
|
2008-12-22 |
michael |
inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual.
libavcodec
|
2008-12-22 |
michael |
Negate 2 more variables, 1 cpu cycle faster on pentium dual.
libavcodec
|
2008-12-22 |
michael |
Simplify if/else, no speed change
libavcodec
|
2008-12-22 |
michael |
Negate a few variables, this simplifies the code and makes it 5 cycles faster
libavcodec
|
2008-12-22 |
michael |
Simplify ifs(), 8 cpu cycles faster on pentium dual
libavcodec
|
2008-12-22 |
michael |
Simplify if(), 3 cpu cycles faster in pentium dual.
libavcodec
|
2008-12-22 |
diego |
Rename libavcodec/i386/ --> libavcodec/x86/.
libavcodec
|
2008-12-22 |
kostya |
Decode TIFF image only after all tags have been decoded
libavcodec
|
2008-12-22 |
kostya |
Some TIFFs declare -1 for the single strip height
libavcodec
|
2008-12-22 |
kostya |
Add monochrome TIFF support
libavcodec
|
2008-12-22 |
kostya |
Calculate line size variable correctly for lower bitdepths and use it for raw data copying
libavcodec
|
2008-12-22 |
kostya |
Register TIFF tags for CCITT Group 3 and 4 compression options
libavcodec
|
2008-12-22 |
diego |
Remove a bunch of unused variables.
libavcodec
|
2008-12-22 |
diego |
Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.
libavcodec
|
2008-12-22 |
diego |
Fix incorrectly constructed Dirac parse units that caused A/V sync loss.
libavcodec
|
2008-12-21 |
diego |
Do not use full include path for headers in the same directory.
libavcodec
|
2008-12-21 |
michael |
Change mpeg audio parser so it only sets frame_size, channels and bit_rate
libavcodec
|
2008-12-21 |
andoma |
Include "libavutil/common.h" where we use llrint() in case ffmpeg's
libavcodec
|
2008-12-21 |
michael |
Fix PTS returned by the demuxers for mpeg4 without a decoder.
libavcodec
|
2008-12-21 |
michael |
Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().
libavcodec
|
2008-12-21 |
michael |
Remove useless code.
libavcodec
|
2008-12-21 |
michael |
Only execute clear_blocks() when needed.
libavcodec
|
2008-12-21 |
superdump |
AAC: Reindent after last commit
libavcodec
|
2008-12-21 |
superdump |
AAC: Fix AAC prediction when used in conjunction with the CPE
libavcodec
|
2008-12-21 |
superdump |
AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig
libavcodec
|
2008-12-20 |
michael |
Optimize get_dct8x8_allowed().
libavcodec
|
2008-12-20 |
kostya |
RV30 decoder
libavcodec
|
2008-12-20 |
kostya |
RV30 loop filter
libavcodec
|
2008-12-20 |
reynaldo |
Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling'
libavcodec
|
2008-12-19 |
stefano |
Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions
libavcodec
|
2008-12-19 |
stefano |
Remove calls to deprecated av_set_string2() with calls to
libavcodec
|
2008-12-19 |
darkshikari |
H.264 loopfilter speed tweaks
libavcodec
|
2008-12-19 |
darkshikari |
Port x264 deblocking code to libavcodec.
libavcodec
|
2008-12-19 |
michael |
Document new idct requirements.
libavcodec
|
2008-12-19 |
michael |
Fix decoding with the plain C idcts of
libavcodec
|
2008-12-19 |
kostya |
a table for upcoming RV30 loop filtering
libavcodec
|
2008-12-19 |
darkshikari |
Add automatic prefix handling to yasm functions. Does nothing now, but will
libavcodec
|
2008-12-19 |
michael |
Replace /2 by >>1 in decode_cabac_mb_dqp()
libavcodec
|
2008-12-19 |
michael |
Simplify ctx update in decode_cabac_mb_dqp().
libavcodec
|
2008-12-19 |
michael |
Simplify ctx calculation in decode_cabac_mb_dqp()
libavcodec
|
2008-12-19 |
astrange |
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer.
libavcodec
|
2008-12-19 |
darkshikari |
Move filter_luma_intra into dsputil for later addition of asm.
libavcodec
|
2008-12-19 |
darkshikari |
Simplify chroma AC in CABAC residual decoding.
libavcodec
|
2008-12-19 |
michael |
Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari.
libavcodec
|
2008-12-18 |
michael |
Remove unacceptable NULL pointer hack from mc code.
libavcodec
|
2008-12-18 |
michael |
Check ref values in CABAC H.264 for validity.
libavcodec
|
2008-12-18 |
michael |
Move idct_(dc)add closer to where it is needed.
libavcodec
|
2008-12-18 |
michael |
indent
libavcodec
|
2008-12-18 |
michael |
Reorder ifs in chroma hl_decode_mb to avoid a duplicate transform_bypass
libavcodec
|