projects
/
libav.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Patch check script.
[libav.git]
/
libavcodec
/
2009-02-08
Baptiste Coudurier
fix typo in h264dsp_mmx (no effect currently as the...
tree
|
commitdiff
2009-02-08
Baptiste Coudurier
Remove 'const' qualifier from variable in av_parse_vide...
tree
|
commitdiff
2009-02-08
Baptiste Coudurier
remove useless cast, it does not remove warning, encode...
tree
|
commitdiff
2009-02-08
Baptiste Coudurier
remove warning about incompatible pointer
tree
|
commitdiff
2009-02-07
Kostya Shishkov
Move RV3/4 frame type check up so 1-slice unanchored...
tree
|
commitdiff
2009-02-07
Kostya Shishkov
Add decoder flush after seeking for RV3/4 decoders
tree
|
commitdiff
2009-02-06
Stefano Sabatini
Drop the deprecated function register_avcodec() at...
tree
|
commitdiff
2009-02-06
Stefano Sabatini
Replace the calls to the deprecated function register_a...
tree
|
commitdiff
2009-02-06
Stefano Sabatini
Rename register_avcodec() as avcodec_register() and...
tree
|
commitdiff
2009-02-06
Michael Niedermayer
Fix list of input pix_fmts supported by GIF. This makes...
tree
|
commitdiff
2009-02-06
Michael Niedermayer
Ensure that the palette is set in data[1] for all 8bit...
tree
|
commitdiff
2009-02-06
Jai Menon
Use libopenjpeg for jpeg2k decoding.
tree
|
commitdiff
2009-02-05
Michael Niedermayer
Add size_in_bits to PutBitContext
tree
|
commitdiff
2009-02-05
Peter Ross
Electronic Arts TQI decoder
tree
|
commitdiff
2009-02-05
Peter Ross
don't assume quant_matrix[0]==8 in ff_mpeg1_decode_bloc...
tree
|
commitdiff
2009-02-05
Peter Ross
convert mpeg1_decode_block_intra() to inline global
tree
|
commitdiff
2009-02-04
Måns Rullgård
Remove CONFIG_H264_ENCODER references
tree
|
commitdiff
2009-02-04
Diego Biurrun
Remove documentation of non-existing function parameters.
tree
|
commitdiff
2009-02-04
Diego Biurrun
Remove unused CONFIG_H264_ENCODER #define.
tree
|
commitdiff
2009-02-04
Diego Biurrun
Remove pointless '#if CONFIG_ENCODERS' around forward...
tree
|
commitdiff
2009-02-04
Roman Shaposhnik
No need to compute stype
tree
|
commitdiff
2009-02-03
Alex Converse
Add av_cold attributes to *_init and *_end functions.
tree
|
commitdiff
2009-02-03
Alex Converse
VP3: Prevent stack corruption from an unset custom...
tree
|
commitdiff
2009-02-03
Gwenole Beauchesne
Add fields to H264Context and SPS for upcoming VA API...
tree
|
commitdiff
2009-02-03
Stefan Gehrer
check validity of pointer srcC
tree
|
commitdiff
2009-02-03
Michael Niedermayer
Fix unknown header 10001000 / samples.mplayerhq.hu...
tree
|
commitdiff
2009-02-02
Reimar Döffinger
Add av_ prefix to LZO stuff and thus make it officially...
tree
|
commitdiff
2009-02-02
Benjamin Larsson
Allocate trellis tables on heap only when needed.
tree
|
commitdiff
2009-02-02
Robert Swain
Doxygen defgroups throw a warning if they don't have...
tree
|
commitdiff
2009-02-02
Diego Biurrun
cosmetics: Place all subtitle entries together.
tree
|
commitdiff
2009-02-02
Justin Ruggles
flacdec: set default sample_fmt before parsing extradata
tree
|
commitdiff
2009-02-02
Diego Biurrun
Add av_unused to conditionally used variable, fixes...
tree
|
commitdiff
2009-02-01
Kostya Shishkov
Silence compiler warnings for XL decoder
tree
|
commitdiff
2009-02-01
Kostya Shishkov
Make WNV1 decoder use temporary buffer for bit-reversed...
tree
|
commitdiff
2009-02-01
Diego Biurrun
cosmetics: Remove period after copyright statement...
tree
|
commitdiff
2009-02-01
Kostya Shishkov
Make TM2 decoder byteswap input into separate buffer...
tree
|
commitdiff
2009-02-01
Kostya Shishkov
Factorize stream reading in TM2 decoder
tree
|
commitdiff
2009-02-01
Kostya Shishkov
Silence two pointer assignment compiler warnings in...
tree
|
commitdiff
2009-02-01
Kostya Shishkov
Silence useless compiler warning when passing AVFrame...
tree
|
commitdiff
2009-02-01
Diego Biurrun
Remove H.264 encoder initialization.
tree
|
commitdiff
2009-02-01
Diego Biurrun
Use full internal pathname in doxygen @file directives.
tree
|
commitdiff
2009-02-01
Diego Biurrun
Fix filenames in doxygen comments.
tree
|
commitdiff
2009-01-31
Baptiste Coudurier
remove some warnings due to avctx->execute
tree
|
commitdiff
2009-01-31
Måns Rullgård
shorten: trivial simplification of signature check
tree
|
commitdiff
2009-01-31
Ben Hutchings
assume widescreen when ratio also > 17, patch by Ben...
tree
|
commitdiff
2009-01-31
Baptiste Coudurier
fix decoding 720p50 audio samples
tree
|
commitdiff
2009-01-31
Justin Ruggles
cosmetics: change comment type and vertical alignment
tree
|
commitdiff
2009-01-31
Justin Ruggles
cosmetics: add some documentation to FLACContext
tree
|
commitdiff
2009-01-31
Roman Shaposhnik
Cosmetics: fixing indentation
tree
|
commitdiff
2009-01-31
Roman Shaposhnik
unrolling encoding loops
tree
|
commitdiff
2009-01-31
Roman Shaposhnik
Cosmetics: simplifying static initialization
tree
|
commitdiff
2009-01-31
Roman Shaposhnik
simplifying DIF encoding process
tree
|
commitdiff
2009-01-31
Roman Shaposhnik
Cosmetics: fixing the indentation
tree
|
commitdiff
2009-01-31
Roman Shaposhnik
factoring code into dv_init_enc_block
tree
|
commitdiff
2009-01-31
Roman Shaposhnik
Cosmetics: replacing 0 with NULL for pointer assignment
tree
|
commitdiff
2009-01-31
Roman Shaposhnik
Cosmetics: moving the function definition around
tree
|
commitdiff
2009-01-31
Roman Shaposhnik
Replacing the constant with a macro
tree
|
commitdiff
2009-01-31
Justin Ruggles
flacdec: add support for SAMPLE_FMT_32
tree
|
commitdiff
2009-01-31
Bitbreaker/METALVO...
Fix documentation of the return value of avcodec_encode...
tree
|
commitdiff
2009-01-30
Diego Biurrun
Use '#if defined()' for OS-specific preprocessor checks.
tree
|
commitdiff
2009-01-30
Måns Rullgård
ARM: NEON optimised vector_fmul_window
tree
|
commitdiff
2009-01-30
Måns Rullgård
ARM: NEON optimised vector_fmul
tree
|
commitdiff
2009-01-30
Stefan Gehrer
remove duplicate tables
tree
|
commitdiff
2009-01-30
Alex Converse
Use the new RDFT code in the QDM2 decoder.
tree
|
commitdiff
2009-01-30
Alex Converse
Add the rdft family of transforms (fft/ifft of an all...
tree
|
commitdiff
2009-01-30
Diego Biurrun
Add missing void keyword to parameterless function...
tree
|
commitdiff
2009-01-30
Gwenole Beauchesne
Record B-fraction index from frame header and two field...
tree
|
commitdiff
2009-01-30
Gwenole Beauchesne
Make ff_h263_resync() return the bit position of the...
tree
|
commitdiff
2009-01-30
Gwenole Beauchesne
Use a constant instead of a magic number.
tree
|
commitdiff
2009-01-30
Stefan Gehrer
avoid indeterminate order of accessing src
tree
|
commitdiff
2009-01-29
Gwenole Beauchesne
cosmetics: Add empty line for consistent formatting.
tree
|
commitdiff
2009-01-29
Alex Converse
Mark ff_fft_end av_cold.
tree
|
commitdiff
2009-01-28
Loren Merritt
fix an overflow in vc1 intra overlap filter
tree
|
commitdiff
2009-01-28
Kostya Shishkov
Fix Doxygen comments for VC-1 decoder.
tree
|
commitdiff
2009-01-28
Kostya Shishkov
Fix Doxygen comments for RV3/4 decoder.
tree
|
commitdiff
2009-01-28
Kostya Shishkov
Fix Doxygen comments for APE decoder.
tree
|
commitdiff
2009-01-27
Måns Rullgård
ARM: remove some unused macro arguments
tree
|
commitdiff
2009-01-27
Måns Rullgård
ARM: reorder some instructions in put_pixels*_arm for...
tree
|
commitdiff
2009-01-27
Måns Rullgård
ARM: replace jump tables with conditional branches
tree
|
commitdiff
2009-01-27
Måns Rullgård
ARM: replace explicit literal loads with ldr Rd, =lit
tree
|
commitdiff
2009-01-27
Måns Rullgård
ARM: change alignment of loops in put_pixels*_arm to 32
tree
|
commitdiff
2009-01-27
Måns Rullgård
ARM: optimised mid_pred()
tree
|
commitdiff
2009-01-27
Måns Rullgård
ARM: allow register operands for shifts in MULL()
tree
|
commitdiff
2009-01-27
Stefan Gehrer
fix doxygen file reference
tree
|
commitdiff
2009-01-27
Aurelien Jacobs
vp5: don't try decoding a P frame before any I frame...
tree
|
commitdiff
2009-01-26
Diego Biurrun
Fix filenames in Doxygen comments.
tree
|
commitdiff
2009-01-26
Stefano Sabatini
Change "H.263 Intel" long name to "Intel H.263".
tree
|
commitdiff
2009-01-26
Kostya Shishkov
Fix AAC data smuggling:
tree
|
commitdiff
2009-01-26
Benoit Fouet
Remove unneeded check.
tree
|
commitdiff
2009-01-26
Benoit Fouet
Fix an exploit in indeo by checking we are not writing...
tree
|
commitdiff
2009-01-26
David Conrad
Workaround for gcc 3.4 to align sh properly
tree
|
commitdiff
2009-01-25
Diego Biurrun
Directly #include some required headers.
tree
|
commitdiff
2009-01-25
Reimar Döffinger
Use AV_WL32/AV_WB32 in bitstream.h
tree
|
commitdiff
2009-01-25
Stefano Sabatini
Make more descriptive the long names for the various...
tree
|
commitdiff
2009-01-25
Måns Rullgård
ARM: NEON optimised H.264 weighted prediction
tree
|
commitdiff
2009-01-25
Måns Rullgård
ARM: NEON optimised H.264 biweighted prediction
tree
|
commitdiff
2009-01-25
Diego Biurrun
Add required headers to fix warnings during 'make check...
tree
|
commitdiff
2009-01-25
Justin Ruggles
flacdec: get total number of samples from STREAMINFO
tree
|
commitdiff
2009-01-25
Justin Ruggles
move FLAC_STREAMINFO_SIZE to flac.h
tree
|
commitdiff
2009-01-25
Justin Ruggles
define FLAC metadata types in flac.h
tree
|
commitdiff
next