Wed, 11 Feb 2009 11:16:00 +0000 |
diego |
Add check whether the compiler/assembler supports 10 or more operands.
libavcodec
|
Wed, 11 Feb 2009 06:03:18 +0000 |
astrange |
H264: Change left_block_options to uint8_t from int, saving a little space.
libavcodec
|
Tue, 10 Feb 2009 22:38:02 +0000 |
stefang |
introduce a macroblock index to avoid a few x*width+y calculations
libavcodec
|
Tue, 10 Feb 2009 20:51:35 +0000 |
stefang |
fix multiple slices per frame
libavcodec
|
Tue, 10 Feb 2009 17:08:56 +0000 |
stefang |
fix parsing of pic_structure
libavcodec
|
Tue, 10 Feb 2009 16:45:02 +0000 |
stefang |
avoid duplicating dsputil's clear_block
libavcodec
|
Tue, 10 Feb 2009 16:36:01 +0000 |
stefang |
time_code has 24 bits, not 16
libavcodec
|
Tue, 10 Feb 2009 16:34:45 +0000 |
stefang |
do not check for minimum slice start code, 0x00000100 is valid
libavcodec
|
Tue, 10 Feb 2009 14:27:16 +0000 |
diego |
Fix crash when encoding using libschroedinger.
libavcodec
|
Tue, 10 Feb 2009 13:47:50 +0000 |
superdump |
Check sampling index validity for AAC decoding
libavcodec
|
Tue, 10 Feb 2009 12:38:56 +0000 |
gpoirier |
Add a default (error) for the switch in case of an unsupported PIX_FMT.
libavcodec
|
Tue, 10 Feb 2009 11:29:31 +0000 |
diego |
Use default system include path for an installed OpenJPEG library.
libavcodec
|
Tue, 10 Feb 2009 10:35:05 +0000 |
gpoirier |
Fix (with av_uninit()) false positive warning about uninitialized variable:
libavcodec
|
Mon, 09 Feb 2009 23:37:31 +0000 |
aurel |
move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil
libavcodec
|
Mon, 09 Feb 2009 23:11:26 +0000 |
cehoyos |
Replace snprintf() with av_strlcpy().
libavcodec
|
Mon, 09 Feb 2009 23:04:16 +0000 |
cehoyos |
Add SEI recovery point frame counter to H264Context and use it when
libavcodec
|
Mon, 09 Feb 2009 22:45:30 +0000 |
aurel |
vp56: alpha_offset is uninitialized on purpose
libavcodec
|
Mon, 09 Feb 2009 22:11:28 +0000 |
jbr |
libvorbis: Use 0-10 range for audio quality.
libavcodec
|
Mon, 09 Feb 2009 22:04:34 +0000 |
michael |
Fix: libavcodec/msmpeg4.c:1612: warning: ¡Ædc_pred_dir¡Ç may be used uninitialized in this function
libavcodec
|
Mon, 09 Feb 2009 15:49:06 +0000 |
michael |
Try to doxyfy av_resample_init(). I hope I did not misremember anything as I
libavcodec
|
Mon, 09 Feb 2009 15:31:08 +0000 |
michael |
Move doxy for public resample2 functions to the public header.
libavcodec
|
Mon, 09 Feb 2009 11:32:29 +0000 |
diego |
Remove svn:executable property from source file.
libavcodec
|
Mon, 09 Feb 2009 11:17:54 +0000 |
diego |
Remove file name from file headers.
libavcodec
|
Mon, 09 Feb 2009 08:16:04 +0000 |
bcoudurier |
remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu
libavcodec
|
Mon, 09 Feb 2009 08:14:29 +0000 |
bcoudurier |
remove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verkamp, daniel at drv dot nu
libavcodec
|
Mon, 09 Feb 2009 08:11:08 +0000 |
bcoudurier |
remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu
libavcodec
|
Mon, 09 Feb 2009 01:58:01 +0000 |
superdump |
Check that there are subtitle rects to encode in avcodec_encode_subtitle()
libavcodec
|
Mon, 09 Feb 2009 01:51:36 +0000 |
superdump |
Check that start_display_time is 0 in avcodec_encode_subtitle()
libavcodec
|
Mon, 09 Feb 2009 01:39:33 +0000 |
alexc |
VP3: Do not ignore error from read_huffman_tree().
libavcodec
|
Mon, 09 Feb 2009 00:18:26 +0000 |
cehoyos |
Fix timestamp parsing in XSUB decoder.
libavcodec
|
Sun, 08 Feb 2009 23:32:46 +0000 |
diego |
cosmetics: Fix a few typos and use a consistent codec long name.
libavcodec
|
Sun, 08 Feb 2009 23:28:21 +0000 |
diego |
Remove unused variables.
libavcodec
|
Sun, 08 Feb 2009 23:25:56 +0000 |
diego |
Add av_cold attribute to init function.
libavcodec
|
Sun, 08 Feb 2009 23:24:26 +0000 |
diego |
Remove unused variables.
libavcodec
|
Sun, 08 Feb 2009 23:19:29 +0000 |
diego |
typo: CODEC_ID_cljr --> CODEC_ID_CLJR
libavcodec
|
Sun, 08 Feb 2009 21:22:18 +0000 |
superdump |
Fix a const related warning
libavcodec
|
Sun, 08 Feb 2009 20:28:12 +0000 |
superdump |
Replace hard-coded SEI type constants with symbolic names
libavcodec
|
Sun, 08 Feb 2009 18:56:33 +0000 |
michael |
Clarify has_b_frames doxy.
libavcodec
|
Sun, 08 Feb 2009 17:45:30 +0000 |
lorenm |
ff_add_hfyu_median_prediction_mmx2
libavcodec
|
Sun, 08 Feb 2009 17:44:04 +0000 |
lorenm |
re-enable mid_pred asm on x86_64. (broke in r16681)
libavcodec
|
Sun, 08 Feb 2009 06:35:21 +0000 |
bcoudurier |
fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC
libavcodec
|
Sun, 08 Feb 2009 06:11:50 +0000 |
bcoudurier |
Remove 'const' qualifier from variable in av_parse_video_frame_size().
libavcodec
|
Sun, 08 Feb 2009 06:03:10 +0000 |
bcoudurier |
remove useless cast, it does not remove warning, encode prototype must be changed
libavcodec
|
Sun, 08 Feb 2009 05:49:42 +0000 |
bcoudurier |
remove warning about incompatible pointer
libavcodec
|
Sat, 07 Feb 2009 10:46:51 +0000 |
kostya |
Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too.
libavcodec
|
Sat, 07 Feb 2009 09:35:16 +0000 |
kostya |
Add decoder flush after seeking for RV3/4 decoders
libavcodec
|
Fri, 06 Feb 2009 23:54:50 +0000 |
stefano |
Drop the deprecated function register_avcodec() at the next major
libavcodec
|
Fri, 06 Feb 2009 23:50:54 +0000 |
stefano |
Replace the calls to the deprecated function register_avcodec() with
libavcodec
|
Fri, 06 Feb 2009 23:46:15 +0000 |
stefano |
Rename register_avcodec() as avcodec_register() and deprecate the old
libavcodec
|
Fri, 06 Feb 2009 13:04:39 +0000 |
michael |
Fix list of input pix_fmts supported by GIF. This makes it work with swscale.
libavcodec
|
Fri, 06 Feb 2009 12:59:50 +0000 |
michael |
Ensure that the palette is set in data[1] for all 8bit formats.
libavcodec
|
Fri, 06 Feb 2009 11:49:31 +0000 |
cehoyos |
Use libopenjpeg for jpeg2k decoding.
libavcodec
|
Thu, 05 Feb 2009 18:25:01 +0000 |
michael |
Add size_in_bits to PutBitContext
libavcodec
|
Thu, 05 Feb 2009 08:58:35 +0000 |
pross |
Electronic Arts TQI decoder
libavcodec
|
Thu, 05 Feb 2009 07:59:11 +0000 |
pross |
don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is required for the Electronic Arts TQI decoder.
libavcodec
|
Thu, 05 Feb 2009 07:57:11 +0000 |
pross |
convert mpeg1_decode_block_intra() to inline global
libavcodec
|
Wed, 04 Feb 2009 21:28:58 +0000 |
mru |
Remove CONFIG_H264_ENCODER references
libavcodec
|
Wed, 04 Feb 2009 20:43:17 +0000 |
diego |
Remove documentation of non-existing function parameters.
libavcodec
|
Wed, 04 Feb 2009 20:41:09 +0000 |
diego |
Remove unused CONFIG_H264_ENCODER #define.
libavcodec
|
Wed, 04 Feb 2009 20:36:37 +0000 |
diego |
Remove pointless '#if CONFIG_ENCODERS' around forward declarations.
libavcodec
|
Wed, 04 Feb 2009 16:16:53 +0000 |
romansh |
No need to compute stype
libavcodec
|
Tue, 03 Feb 2009 23:09:00 +0000 |
alexc |
Add av_cold attributes to *_init and *_end functions.
libavcodec
|
Tue, 03 Feb 2009 22:59:47 +0000 |
alexc |
VP3: Prevent stack corruption from an unset custom coding method.
libavcodec
|
Tue, 03 Feb 2009 20:49:02 +0000 |
cehoyos |
Add fields to H264Context and SPS for upcoming VA API support.
libavcodec
|
Tue, 03 Feb 2009 17:56:24 +0000 |
stefang |
check validity of pointer srcC
libavcodec
|
Tue, 03 Feb 2009 03:01:17 +0000 |
michael |
Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809
libavcodec
|
Mon, 02 Feb 2009 20:16:00 +0000 |
reimar |
Add av_ prefix to LZO stuff and thus make it officially part of the public API.
libavcodec
|
Mon, 02 Feb 2009 18:51:02 +0000 |
banan |
Allocate trellis tables on heap only when needed.
libavcodec
|
Mon, 02 Feb 2009 10:31:51 +0000 |
superdump |
Doxygen defgroups throw a warning if they don't have a title as well as a name
libavcodec
|
Mon, 02 Feb 2009 09:35:23 +0000 |
diego |
cosmetics: Place all subtitle entries together.
libavcodec
|
Mon, 02 Feb 2009 01:53:40 +0000 |
jbr |
flacdec: set default sample_fmt before parsing extradata
libavcodec
|
Mon, 02 Feb 2009 00:35:25 +0000 |
diego |
Add av_unused to conditionally used variable, fixes the warning:
libavcodec
|
Sun, 01 Feb 2009 16:14:54 +0000 |
kostya |
Silence compiler warnings for XL decoder
libavcodec
|
Sun, 01 Feb 2009 16:11:33 +0000 |
kostya |
Make WNV1 decoder use temporary buffer for bit-reversed input
libavcodec
|
Sun, 01 Feb 2009 15:52:01 +0000 |
diego |
cosmetics: Remove period after copyright statement non-sentence.
libavcodec
|
Sun, 01 Feb 2009 15:27:44 +0000 |
kostya |
Make TM2 decoder byteswap input into separate buffer instead of doing it in-place.
libavcodec
|
Sun, 01 Feb 2009 15:20:20 +0000 |
kostya |
Factorize stream reading in TM2 decoder
libavcodec
|
Sun, 01 Feb 2009 15:03:40 +0000 |
kostya |
Silence two pointer assignment compiler warnings in rv34.c
libavcodec
|
Sun, 01 Feb 2009 14:44:51 +0000 |
kostya |
Silence useless compiler warning when passing AVFrame* instead of AVPicture*
libavcodec
|
Sun, 01 Feb 2009 14:07:08 +0000 |
diego |
Remove H.264 encoder initialization.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sun, 01 Feb 2009 01:29:30 +0000 |
diego |
Fix filenames in doxygen comments.
libavcodec
|
Sat, 31 Jan 2009 22:49:58 +0000 |
bcoudurier |
remove some warnings due to avctx->execute
libavcodec
|
Sat, 31 Jan 2009 22:30:49 +0000 |
mru |
shorten: trivial simplification of signature check
libavcodec
|
Sat, 31 Jan 2009 22:16:17 +0000 |
bcoudurier |
assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot org dot uk
libavcodec
|
Sat, 31 Jan 2009 22:10:23 +0000 |
bcoudurier |
fix decoding 720p50 audio samples
libavcodec
|
Sat, 31 Jan 2009 02:11:37 +0000 |
jbr |
cosmetics: change comment type and vertical alignment
libavcodec
|
Sat, 31 Jan 2009 02:10:43 +0000 |
jbr |
cosmetics: add some documentation to FLACContext
libavcodec
|
Sat, 31 Jan 2009 01:50:18 +0000 |
romansh |
Cosmetics: fixing indentation
libavcodec
|
Sat, 31 Jan 2009 01:46:25 +0000 |
romansh |
unrolling encoding loops
libavcodec
|
Sat, 31 Jan 2009 01:41:04 +0000 |
romansh |
Cosmetics: simplifying static initialization
libavcodec
|
Sat, 31 Jan 2009 01:39:05 +0000 |
romansh |
simplifying DIF encoding process
libavcodec
|
Sat, 31 Jan 2009 01:37:31 +0000 |
romansh |
Cosmetics: fixing the indentation
libavcodec
|
Sat, 31 Jan 2009 01:36:38 +0000 |
romansh |
factoring code into dv_init_enc_block
libavcodec
|
Sat, 31 Jan 2009 01:36:00 +0000 |
romansh |
Cosmetics: replacing 0 with NULL for pointer assignment
libavcodec
|
Sat, 31 Jan 2009 01:35:29 +0000 |
romansh |
Cosmetics: moving the function definition around
libavcodec
|
Sat, 31 Jan 2009 01:34:44 +0000 |
romansh |
Replacing the constant with a macro
libavcodec
|
Sat, 31 Jan 2009 01:20:40 +0000 |
jbr |
flacdec: add support for SAMPLE_FMT_32
libavcodec
|
Sat, 31 Jan 2009 00:45:34 +0000 |
michael |
Fix documentation of the return value of avcodec_encode_video().
libavcodec
|
Fri, 30 Jan 2009 23:50:13 +0000 |
diego |
Use '#if defined()' for OS-specific preprocessor checks.
libavcodec
|
Fri, 30 Jan 2009 23:13:19 +0000 |
mru |
ARM: NEON optimised vector_fmul_window
libavcodec
|
Fri, 30 Jan 2009 23:13:15 +0000 |
mru |
ARM: NEON optimised vector_fmul
libavcodec
|
Fri, 30 Jan 2009 20:39:39 +0000 |
stefang |
remove duplicate tables
libavcodec
|
Fri, 30 Jan 2009 20:33:29 +0000 |
alexc |
Use the new RDFT code in the QDM2 decoder.
libavcodec
|
Fri, 30 Jan 2009 20:15:48 +0000 |
alexc |
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
libavcodec
|
Fri, 30 Jan 2009 18:38:25 +0000 |
diego |
Add missing void keyword to parameterless function declarations.
libavcodec
|
Fri, 30 Jan 2009 17:15:08 +0000 |
kostya |
Record B-fraction index from frame header and two fields from entry point structure
libavcodec
|
Fri, 30 Jan 2009 17:13:03 +0000 |
benoit |
Make ff_h263_resync() return the bit position of the resync_marker or
libavcodec
|
Fri, 30 Jan 2009 08:18:06 +0000 |
benoit |
Use a constant instead of a magic number.
libavcodec
|
Fri, 30 Jan 2009 06:38:46 +0000 |
stefang |
avoid indeterminate order of accessing src
libavcodec
|
Thu, 29 Jan 2009 22:08:32 +0000 |
diego |
cosmetics: Add empty line for consistent formatting.
libavcodec
|
Thu, 29 Jan 2009 17:08:51 +0000 |
alexc |
Mark ff_fft_end av_cold.
libavcodec
|