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
|