projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add a context to av_log() calls.
[ffmpeg.git]
/
libavcodec
/
2009-03-03
Diego Biurrun
Do not use a macro to generate a single AVCodec declara...
tree
|
commitdiff
2009-03-03
Panagiotis Issaris
When a H.264 stream references a PPS or SPS id which...
tree
|
commitdiff
2009-03-03
Gwenole Beauchesne
Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI...
tree
|
commitdiff
2009-03-03
Benoit Fouet
Use sign_extend().
tree
|
commitdiff
2009-03-03
Justin Ruggles
flacdec: Warn about invalid max blocksize and limit...
tree
|
commitdiff
2009-03-03
Alex Converse
H.264: Simplify decode_residual()
tree
|
commitdiff
2009-03-03
Justin Ruggles
cosmetics: remove a pointless comment
tree
|
commitdiff
2009-03-03
Justin Ruggles
flacdec: Remove unused variable, min_blocksize.
tree
|
commitdiff
2009-03-03
Justin Ruggles
flacdec: Return error when blocksize code of 0 is found...
tree
|
commitdiff
2009-03-03
Kostya Shishkov
Enable PB-frames decoding for H.263
tree
|
commitdiff
2009-03-03
Kostya Shishkov
Add PB-frame decoding support for H.263/i263 (and enabl...
tree
|
commitdiff
2009-03-03
Justin Ruggles
alacdec: Simplify reading of uncompressed samples by...
tree
|
commitdiff
2009-03-03
Justin Ruggles
flacdec: Avoid trying to read 33 bits. This occurs...
tree
|
commitdiff
2009-03-03
Justin Ruggles
flacdec: ALT_BITSTREAM_READER is no longer required.
tree
|
commitdiff
2009-03-03
Justin Ruggles
flacdec: use get_sbits_long() where needed.
tree
|
commitdiff
2009-03-03
Justin Ruggles
Add a get_sbits_long() function.
tree
|
commitdiff
2009-03-03
Måns Rullgård
ALAC: use sign_extend() from mathops.h
tree
|
commitdiff
2009-03-03
Måns Rullgård
Add sign_extend() function to mathops.h
tree
|
commitdiff
2009-03-02
Reimar Döffinger
Simplify show_bits_long and copy the GetBitsContext...
tree
|
commitdiff
2009-03-02
Justin Ruggles
flacdec: Use get/skip_bits_long() for more than 17...
tree
|
commitdiff
2009-03-02
Kostya Shishkov
Factor out block decoding in ff_h263_decode_mb()
tree
|
commitdiff
2009-03-02
Michael Niedermayer
Consider all packets in the parser, not just ones with...
tree
|
commitdiff
2009-03-02
Michael Niedermayer
Favor container packets that end after the first byte...
tree
|
commitdiff
2009-03-02
Michael Niedermayer
Call ff_fetch_timestamp() for mpeg1/2 when a picture...
tree
|
commitdiff
2009-03-02
Benoit Fouet
Merge three conditions in a single 'if' instead of...
tree
|
commitdiff
2009-03-02
Diego Biurrun
cosmetics: Reformat long_names so that "DPCM" comes...
tree
|
commitdiff
2009-03-02
Diego Biurrun
cosmetics: Reformat long_names so that "ADPCM" comes...
tree
|
commitdiff
2009-03-02
Diego Biurrun
cosmetics: Reformat long_names so that "PCM" comes...
tree
|
commitdiff
2009-03-02
Diego Biurrun
small spelling/grammar fixes
tree
|
commitdiff
2009-03-02
Diego Biurrun
xvmc works with MPEG-2 as well as MPEG-1, note this...
tree
|
commitdiff
2009-03-02
Diego Biurrun
Change a bunch of codec long_names to be more consisten...
tree
|
commitdiff
2009-03-02
Justin Ruggles
Add some missing codecs and update names to match the...
tree
|
commitdiff
2009-03-01
Måns Rullgård
RA144: work around gcc bug/oddity on ARM
tree
|
commitdiff
2009-03-01
Måns Rullgård
SVQ3: Fix decoding with A32_BITSTREAM_READER
tree
|
commitdiff
2009-03-01
Måns Rullgård
ARM: fix missing MUL16() return type
tree
|
commitdiff
2009-03-01
Vitor Sessak
Reindent after last commit
tree
|
commitdiff
2009-03-01
Vitor Sessak
Do not read uninitialized buffer, no matter if it will...
tree
|
commitdiff
2009-03-01
Reimar Döffinger
Remove unused variable in mpeg_mc_decode_init
tree
|
commitdiff
2009-03-01
Michael Niedermayer
Do not set low_delay if has_b_frames has been set befor...
tree
|
commitdiff
2009-03-01
Alex Converse
AAC: Make the CPE function more consistent with the...
tree
|
commitdiff
2009-02-28
Michael Niedermayer
Adjust time_base exactly when changing ticks_per_frame...
tree
|
commitdiff
2009-02-28
Måns Rullgård
ARM: fix corner-case overflow in H.264 weighted prediction
tree
|
commitdiff
2009-02-28
David S. Miller
sub_mb_type[] needs to be 8-byte aligned because it...
tree
|
commitdiff
2009-02-28
Cédric Schieli
Fix avpicture_layout to not chroma shift the alpha...
tree
|
commitdiff
2009-02-27
Ivan Schreter
Correctly reset SEI variables.
tree
|
commitdiff
2009-02-27
Gwenole Beauchesne
Make ff_print_debug_info() a no-op when using HW accele...
tree
|
commitdiff
2009-02-27
Gwenole Beauchesne
Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder.
tree
|
commitdiff
2009-02-27
Gwenole Beauchesne
Add hardware acceleration hooks to H.264.
tree
|
commitdiff
2009-02-27
Michael Niedermayer
Fix SVQ3 regression since ticks_per_frame=2.
tree
|
commitdiff
2009-02-27
Gwenole Beauchesne
Add HW acceleration hooks for MPEG-4 / H.263 decoding.
tree
|
commitdiff
2009-02-27
Gwenole Beauchesne
Remove superfluous call to mpeg_decode_slice() for...
tree
|
commitdiff
2009-02-27
Gwenole Beauchesne
Return early if a HW accelerator is used.
tree
|
commitdiff
2009-02-27
Gwenole Beauchesne
Add VA API pixel formats.
tree
|
commitdiff
2009-02-27
Gwenole Beauchesne
Add ff_hwaccel_pixfmt_list_420[] definition.
tree
|
commitdiff
2009-02-26
Michael Niedermayer
Add ticks_per_frame, this should hopefully fix the...
tree
|
commitdiff
2009-02-26
Michael Niedermayer
Half user provided time_base once during the first...
tree
|
commitdiff
2009-02-26
Carl Eugen Hoyos
Cosmetics: Fix indentation after last commit.
tree
|
commitdiff
2009-02-26
Ivan Schreter
Initialize H264 parser context correctly if the optiona...
tree
|
commitdiff
2009-02-26
Justin Ruggles
cosmetics: line wrap and indentation after last commit.
tree
|
commitdiff
2009-02-26
Justin Ruggles
Use a shared function to validate FLAC extradata.
tree
|
commitdiff
2009-02-26
Alex Converse
Re-indent after last commit.
tree
|
commitdiff
2009-02-26
Alex Converse
Refactor AAC unsigned band type decoding for a modest...
tree
|
commitdiff
2009-02-26
Alex Converse
Use const to better allow the compiler to optimize...
tree
|
commitdiff
2009-02-26
Carl Eugen Hoyos
Completed documentation of reference field.
tree
|
commitdiff
2009-02-26
NVIDIA Corporation
Do not set h264.is_reference for pictures that are...
tree
|
commitdiff
2009-02-26
NVIDIA Corporation
The field rangered in VDPAU's VdpPictureInfoVC1 now...
tree
|
commitdiff
2009-02-25
Carl Eugen Hoyos
Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.
tree
|
commitdiff
2009-02-25
Gwenole Beauchesne
Add missing prototype for ff_is_hwaccel_pix_fmt().
tree
|
commitdiff
2009-02-25
Michael Niedermayer
Add hwaccel->decode_slice() call for avhwaccel by Gweno...
tree
|
commitdiff
2009-02-25
Michael Niedermayer
More AVhwaccel hunks from Gwenole Beauchesne.
tree
|
commitdiff
2009-02-25
Diego Biurrun
spelling/wording/grammar cosmetics
tree
|
commitdiff
2009-02-25
Carl Eugen Hoyos
Fix VC1 and WMV3 playback in MPlayer.
tree
|
commitdiff
2009-02-25
Kostya Shishkov
cosmetics: reindent after last commit
tree
|
commitdiff
2009-02-25
Kostya Shishkov
Since motion vectors for intra blocks are always zero...
tree
|
commitdiff
2009-02-24
Ivan Schreter
Export timestamp parameter from H.264.
tree
|
commitdiff
2009-02-24
Ivan Schreter
Add timestamp computation if values are exported by...
tree
|
commitdiff
2009-02-24
Michael Niedermayer
1000l for me, wrong pix_fmt.
tree
|
commitdiff
2009-02-24
Ivan Schreter
Correct time_base and repeat_pict for MPEG2 video.
tree
|
commitdiff
2009-02-24
Ivan Schreter
Correct time_base of H.264 and repeat_pict.
tree
|
commitdiff
2009-02-24
Ivan Schreter
Change duration computation to use time_base instead...
tree
|
commitdiff
2009-02-24
Michael Niedermayer
add ff_find_hwaccel() by Gwenole Beauchesne
tree
|
commitdiff
2009-02-24
Michael Niedermayer
ff_find_hwaccel()
tree
|
commitdiff
2009-02-24
Michael Niedermayer
av_hwaccel_next() by Gwenole Beauchesne.
tree
|
commitdiff
2009-02-24
Michael Niedermayer
av_register_hwaccel() from Gwenole Beauchesne.
tree
|
commitdiff
2009-02-24
Michael Niedermayer
Another AVhwaccel hunk from Gwenole Beauchesne.
tree
|
commitdiff
2009-02-24
Michael Niedermayer
Add and use ff_pixfmt_list_420.
tree
|
commitdiff
2009-02-24
Gwenole Beauchesne
Approved hunk from the AVHWaccel patch by Gwenole Beauc...
tree
|
commitdiff
2009-02-24
Vitor Sessak
Do not reimplement ff_celp_lp_synthesis_filterf().
tree
|
commitdiff
2009-02-24
Gwenole Beauchesne
Rename buf_vdpau to buf_start
tree
|
commitdiff
2009-02-24
Gwenole Beauchesne
Add ff_h263_find_resync_marker() to find the bit positi...
tree
|
commitdiff
2009-02-24
Stefan Gehrer
check for a stuffing byte at the end of a slice
tree
|
commitdiff
2009-02-24
Stefan Gehrer
change macroblock loop in inter frames so that after a
tree
|
commitdiff
2009-02-24
Diego Biurrun
Mark two variables with av_uninit to avoid false positi...
tree
|
commitdiff
2009-02-24
Måns Rullgård
Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READER
tree
|
commitdiff
2009-02-24
Michael Niedermayer
AVPixFmtDescriptor doxy
tree
|
commitdiff
2009-02-24
Michael Niedermayer
Pixel Format descriptor, try #1.
tree
|
commitdiff
2009-02-23
Kenan Gillet
Change sign in ff_celp_lp_synthesis_filterf(). This...
tree
|
commitdiff
2009-02-23
Alex Converse
Close the AAC parse context, discovered by Netgem.
tree
|
commitdiff
2009-02-23
Zuxy Meng
Remove CPUID availability check on AMD64 as it's archit...
tree
|
commitdiff
2009-02-23
Reimar Döffinger
Check return value of ff_fill_pointer in avcodec_defaul...
tree
|
commitdiff
next