Mercurial > libavcodec.hg
graph
-
H264: Change left_block_options to uint8_t from int, saving a little space. libavcodecWed, 11 Feb 2009 06:03:18 +0000, by astrange
-
introduce a macroblock index to avoid a few x*width+y calculations libavcodecTue, 10 Feb 2009 22:38:02 +0000, by stefang
-
do not check for minimum slice start code, 0x00000100 is valid libavcodecTue, 10 Feb 2009 16:34:45 +0000, by stefang
-
Check sampling index validity for AAC decoding libavcodecTue, 10 Feb 2009 13:47:50 +0000, by superdump
-
Add a default (error) for the switch in case of an unsupported PIX_FMT. libavcodecTue, 10 Feb 2009 12:38:56 +0000, by gpoirier
-
Use default system include path for an installed OpenJPEG library. libavcodecTue, 10 Feb 2009 11:29:31 +0000, by diego
-
Fix (with av_uninit()) false positive warning about uninitialized variable: libavcodecTue, 10 Feb 2009 10:35:05 +0000, by gpoirier
-
move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil libavcodecMon, 09 Feb 2009 23:37:31 +0000, by aurel
-
Add SEI recovery point frame counter to H264Context and use it when libavcodecMon, 09 Feb 2009 23:04:16 +0000, by cehoyos
-
Fix: libavcodec/msmpeg4.c:1612: warning: ¡Ædc_pred_dir¡Ç may be used uninitialized in this function libavcodecMon, 09 Feb 2009 22:04:34 +0000, by michael
-
Try to doxyfy av_resample_init(). I hope I did not misremember anything as I libavcodecMon, 09 Feb 2009 15:49:06 +0000, by michael
-
Move doxy for public resample2 functions to the public header. libavcodecMon, 09 Feb 2009 15:31:08 +0000, by michael
-
Remove svn:executable property from source file. libavcodecMon, 09 Feb 2009 11:32:29 +0000, by diego
-
remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu libavcodecMon, 09 Feb 2009 08:16:04 +0000, by bcoudurier
-
remove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verkamp, daniel at drv dot nu libavcodecMon, 09 Feb 2009 08:14:29 +0000, by bcoudurier
-
remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu libavcodecMon, 09 Feb 2009 08:11:08 +0000, by bcoudurier
-
Check that there are subtitle rects to encode in avcodec_encode_subtitle() libavcodecMon, 09 Feb 2009 01:58:01 +0000, by superdump
-
Check that start_display_time is 0 in avcodec_encode_subtitle() libavcodecMon, 09 Feb 2009 01:51:36 +0000, by superdump
-
VP3: Do not ignore error from read_huffman_tree(). libavcodecMon, 09 Feb 2009 01:39:33 +0000, by alexc
-
cosmetics: Fix a few typos and use a consistent codec long name. libavcodecSun, 08 Feb 2009 23:32:46 +0000, by diego
-
Replace hard-coded SEI type constants with symbolic names libavcodecSun, 08 Feb 2009 20:28:12 +0000, by superdump
-
re-enable mid_pred asm on x86_64. (broke in r16681) libavcodecSun, 08 Feb 2009 17:44:04 +0000, by lorenm
-
fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC libavcodecSun, 08 Feb 2009 06:35:21 +0000, by bcoudurier
-
Remove 'const' qualifier from variable in av_parse_video_frame_size(). libavcodecSun, 08 Feb 2009 06:11:50 +0000, by bcoudurier
-
remove useless cast, it does not remove warning, encode prototype must be changed libavcodecSun, 08 Feb 2009 06:03:10 +0000, by bcoudurier
-
Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too. libavcodecSat, 07 Feb 2009 10:46:51 +0000, by kostya
-
Add decoder flush after seeking for RV3/4 decoders libavcodecSat, 07 Feb 2009 09:35:16 +0000, by kostya
-
Drop the deprecated function register_avcodec() at the next major libavcodecFri, 06 Feb 2009 23:54:50 +0000, by stefano
-
Replace the calls to the deprecated function register_avcodec() with libavcodecFri, 06 Feb 2009 23:50:54 +0000, by stefano
-
Rename register_avcodec() as avcodec_register() and deprecate the old libavcodecFri, 06 Feb 2009 23:46:15 +0000, by stefano