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
|