Mercurial > libavcodec.hg
graph
-
Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR. libavcodecSun, 15 Feb 2009 02:27:55 +0000, by diego
-
Remove obsolete display_flags member from xvmc struct libavcodecSun, 15 Feb 2009 02:17:48 +0000, by iive
-
Detailed description of the interesting fields in xvmc struct. libavcodecSun, 15 Feb 2009 01:35:32 +0000, by iive
-
Move the state field in the xvmc struct to the extensions section. libavcodecSun, 15 Feb 2009 01:28:50 +0000, by iive
-
Remove redundant assert(render) in ff_xvmc_init_block(). The immediately libavcodecSun, 15 Feb 2009 01:24:09 +0000, by diego
-
Remove asserts that are immediately followed by a check and error return. libavcodecSun, 15 Feb 2009 00:52:16 +0000, by diego
-
Drop struct members display_flags and state with the next major version bump. libavcodecSun, 15 Feb 2009 00:40:57 +0000, by diego
-
Doxygen comment/explanation for ff_xvmc_init_block(). libavcodecSun, 15 Feb 2009 00:16:51 +0000, by diego
-
Remove completely unsed structure fields mc_type and chroma_format. libavcodecSun, 15 Feb 2009 00:09:28 +0000, by diego
-
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined. libavcodecSat, 14 Feb 2009 23:45:35 +0000, by diego
-
Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end(). libavcodecSat, 14 Feb 2009 23:13:32 +0000, by diego
-
Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&) libavcodecSat, 14 Feb 2009 22:59:19 +0000, by iive
-
Check ff_xvmc_field_start() result in all cases. libavcodecSat, 14 Feb 2009 22:46:20 +0000, by iive
-
Another attempt to clarify draw_horiz_band() usage. libavcodecSat, 14 Feb 2009 22:22:55 +0000, by iive
-
Attempt to clarify draw_horiz_band description and fix two random typos. libavcodecSat, 14 Feb 2009 21:00:26 +0000, by diego
-
More clarification for draw_horiz_band() in hwaccell mode. libavcodecSat, 14 Feb 2009 20:52:18 +0000, by iive
-
Add xvmc_internal.h that contains all internal xvmc function declarations. libavcodecSat, 14 Feb 2009 20:37:14 +0000, by diego
-
Document that ff_draw_horiz_band() could be used as hwaccell callback. libavcodecSat, 14 Feb 2009 20:07:52 +0000, by iive
-
another (last?) round of K&R whitespace cosmetics libavcodecSat, 14 Feb 2009 20:00:22 +0000, by diego
-
whitespace cosmetics: Put some spaces around operators for better readability. libavcodecSat, 14 Feb 2009 19:52:06 +0000, by diego
-
Remove a comment that references a non-existing function. libavcodecSat, 14 Feb 2009 19:47:55 +0000, by diego
-
Make one comment slightly clearer and more readable. libavcodecSat, 14 Feb 2009 19:42:29 +0000, by diego
-
cosmetics: grammar/spelling/wording fixes in comments libavcodecSat, 14 Feb 2009 19:33:09 +0000, by diego
-
Restore one set of parentheses to avoid the warning: libavcodecSat, 14 Feb 2009 19:24:37 +0000, by diego
-
whitespace cosmetics: consistently format all comments libavcodecSat, 14 Feb 2009 19:21:00 +0000, by diego
-
whitespace cosmetics: Correctly indent all comments. libavcodecSat, 14 Feb 2009 19:14:46 +0000, by diego
-
Remove compatibility layer for old names of xvmc definitions. libavcodecSat, 14 Feb 2009 19:08:47 +0000, by diego
-
cosmetics: Consistently format all if/else statements in K&R style libavcodecSat, 14 Feb 2009 19:00:51 +0000, by diego
-
Rename some forward declarations that were missed, fixes the warnings: libavcodecSat, 14 Feb 2009 18:51:17 +0000, by diego
-
Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions. libavcodecSat, 14 Feb 2009 18:46:32 +0000, by diego
-
whitespace cosmetics: Restore vertical alignment. libavcodecSat, 14 Feb 2009 18:15:59 +0000, by diego
-
clarify xvmc struct fields usage distribution (internal communication) libavcodecSat, 14 Feb 2009 18:06:05 +0000, by iive
-
Replace useless X11 #includes by the one that actually provides the required libavcodecSat, 14 Feb 2009 17:52:30 +0000, by diego
-
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined. libavcodecSat, 14 Feb 2009 17:37:42 +0000, by diego
-
Give public #defines that are used by MPlayer an AV_ prefix. libavcodecSat, 14 Feb 2009 17:12:25 +0000, by diego
-
Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x. libavcodecSat, 14 Feb 2009 17:04:09 +0000, by diego
-
Update multiple inclusion guards to match filename. libavcodecSat, 14 Feb 2009 16:54:53 +0000, by diego
-
Fix compilation: Restore mistakenly removed constant definitions. libavcodecSat, 14 Feb 2009 16:43:35 +0000, by diego
-
Describe the purpose of magic in xvmc structure. libavcodecSat, 14 Feb 2009 16:24:45 +0000, by iive
-
whitespace cosmetics: another round of formatting consistency fixes libavcodecSat, 14 Feb 2009 16:22:11 +0000, by diego
-
whitespace cosmetics: consistent (more or less) K&R style libavcodecSat, 14 Feb 2009 16:14:26 +0000, by diego
-
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. libavcodecSat, 14 Feb 2009 15:37:40 +0000, by diego
-
Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan. libavcodecSat, 14 Feb 2009 15:30:40 +0000, by diego
-
Make xvmc.h an installed header, applications like MPlayer need it. libavcodecSat, 14 Feb 2009 13:40:53 +0000, by diego
-
Revert adding a _pixfmt to vdpau/xvmc header names. libavcodecSat, 14 Feb 2009 13:37:18 +0000, by diego
-
lpc: Remove false positive compilation warning about weight being libavcodecFri, 13 Feb 2009 22:05:55 +0000, by jbr
-
Assert that ff_lpc_calc_coefs() is called with a valid LPC method. libavcodecFri, 13 Feb 2009 22:03:11 +0000, by jbr
-
lpc: Document the use_lpc parameter to ff_lpc_calc_coefs(). libavcodecFri, 13 Feb 2009 22:01:46 +0000, by jbr
-
Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently switched CCE. libavcodecFri, 13 Feb 2009 16:06:22 +0000, by alexc
-
In RV3/4 nonzero MB offset for the first slice also indicates error libavcodecFri, 13 Feb 2009 07:06:36 +0000, by kostya
-
Put dispatch_tab in the rodata section for macho64. libavcodecFri, 13 Feb 2009 00:57:22 +0000, by astrange
-
Correctly map ADTS profile_ObjectType to MPEG-4 AOT libavcodecFri, 13 Feb 2009 00:08:15 +0000, by superdump
-
convert ff_pw_64 into an xmm_reg for future use in vp6 sse code libavcodecThu, 12 Feb 2009 23:48:07 +0000, by aurel
-
Fix compilation, there is no file vdpauvideo.c, only vdpau.c libavcodecThu, 12 Feb 2009 17:27:53 +0000, by reimar
-
AAC: Cosmetic alterations after the last commit libavcodecThu, 12 Feb 2009 13:49:59 +0000, by superdump
-
Give an error message when returning due to an unallocated channel element libavcodecThu, 12 Feb 2009 13:47:21 +0000, by superdump
-
Add support for sample rate index 12, 7350 Hz libavcodecThu, 12 Feb 2009 13:31:43 +0000, by superdump
-
Remove bogus coupling_point assignment for non-CCE as this value is not checked libavcodecThu, 12 Feb 2009 13:22:41 +0000, by superdump
-
Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format libavcodecThu, 12 Feb 2009 01:27:56 +0000, by diego
-
10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well. libavcodecThu, 12 Feb 2009 01:07:13 +0000, by diego
-
Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as libavcodecThu, 12 Feb 2009 01:00:46 +0000, by diego
-
extend resampling API, add S16 internal conversion libavcodecWed, 11 Feb 2009 22:57:10 +0000, by bcoudurier
-
Fix wrong file name in header, noticed by David DeHaven, dave sagetv com. libavcodecWed, 11 Feb 2009 16:12:04 +0000, by diego
-
Add av_uninit macro to variables to avoid false positive warnings: libavcodecWed, 11 Feb 2009 14:57:42 +0000, by diego
-
Add av_uninit macro to variable to avoid false positive warning: libavcodecWed, 11 Feb 2009 14:55:24 +0000, by diego
-
Add av_uninit macro to variable to avoid false positive warning: libavcodecWed, 11 Feb 2009 14:52:35 +0000, by diego
-
Initialize s->gob_index for Intel variant of H.263 too libavcodecWed, 11 Feb 2009 12:02:16 +0000, by kostya
-
Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit libavcodecWed, 11 Feb 2009 12:01:59 +0000, by diego
-
Add check whether the compiler/assembler supports 10 or more operands. libavcodecWed, 11 Feb 2009 11:16:00 +0000, by diego
-
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
-
Fix list of input pix_fmts supported by GIF. This makes it work with swscale. libavcodecFri, 06 Feb 2009 13:04:39 +0000, by michael
-
Ensure that the palette is set in data[1] for all 8bit formats. libavcodecFri, 06 Feb 2009 12:59:50 +0000, by michael
-
don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is required for the Electronic Arts TQI decoder. libavcodecThu, 05 Feb 2009 07:59:11 +0000, by pross
-
convert mpeg1_decode_block_intra() to inline global libavcodecThu, 05 Feb 2009 07:57:11 +0000, by pross
-
Remove documentation of non-existing function parameters. libavcodecWed, 04 Feb 2009 20:43:17 +0000, by diego
-
Remove pointless '#if CONFIG_ENCODERS' around forward declarations. libavcodecWed, 04 Feb 2009 20:36:37 +0000, by diego
-
Add av_cold attributes to *_init and *_end functions. libavcodecTue, 03 Feb 2009 23:09:00 +0000, by alexc
-
VP3: Prevent stack corruption from an unset custom coding method. libavcodecTue, 03 Feb 2009 22:59:47 +0000, by alexc
-
Add fields to H264Context and SPS for upcoming VA API support. libavcodecTue, 03 Feb 2009 20:49:02 +0000, by cehoyos
-
Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809 libavcodecTue, 03 Feb 2009 03:01:17 +0000, by michael
-
Add av_ prefix to LZO stuff and thus make it officially part of the public API. libavcodecMon, 02 Feb 2009 20:16:00 +0000, by reimar
-
Allocate trellis tables on heap only when needed. libavcodecMon, 02 Feb 2009 18:51:02 +0000, by banan
-
Doxygen defgroups throw a warning if they don't have a title as well as a name libavcodecMon, 02 Feb 2009 10:31:51 +0000, by superdump
-
cosmetics: Place all subtitle entries together. libavcodecMon, 02 Feb 2009 09:35:23 +0000, by diego
-
flacdec: set default sample_fmt before parsing extradata libavcodecMon, 02 Feb 2009 01:53:40 +0000, by jbr
-
Add av_unused to conditionally used variable, fixes the warning: libavcodecMon, 02 Feb 2009 00:35:25 +0000, by diego
-
Make WNV1 decoder use temporary buffer for bit-reversed input libavcodecSun, 01 Feb 2009 16:11:33 +0000, by kostya
-
cosmetics: Remove period after copyright statement non-sentence. libavcodecSun, 01 Feb 2009 15:52:01 +0000, by diego
-
Make TM2 decoder byteswap input into separate buffer instead of doing it in-place. libavcodecSun, 01 Feb 2009 15:27:44 +0000, by kostya
-
Silence two pointer assignment compiler warnings in rv34.c libavcodecSun, 01 Feb 2009 15:03:40 +0000, by kostya
-
Silence useless compiler warning when passing AVFrame* instead of AVPicture* libavcodecSun, 01 Feb 2009 14:44:51 +0000, by kostya
-
Use full internal pathname in doxygen @file directives. libavcodecSun, 01 Feb 2009 02:00:19 +0000, by diego
-
remove some warnings due to avctx->execute libavcodecSat, 31 Jan 2009 22:49:58 +0000, by bcoudurier
-
shorten: trivial simplification of signature check libavcodecSat, 31 Jan 2009 22:30:49 +0000, by mru
-
assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot org dot uk libavcodecSat, 31 Jan 2009 22:16:17 +0000, by bcoudurier
-
cosmetics: change comment type and vertical alignment libavcodecSat, 31 Jan 2009 02:11:37 +0000, by jbr
-
Cosmetics: replacing 0 with NULL for pointer assignment libavcodecSat, 31 Jan 2009 01:36:00 +0000, by romansh
-
Cosmetics: moving the function definition around libavcodecSat, 31 Jan 2009 01:35:29 +0000, by romansh
-
Fix documentation of the return value of avcodec_encode_video(). libavcodecSat, 31 Jan 2009 00:45:34 +0000, by michael
-
Use '#if defined()' for OS-specific preprocessor checks. libavcodecFri, 30 Jan 2009 23:50:13 +0000, by diego
-
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. libavcodecFri, 30 Jan 2009 20:15:48 +0000, by alexc
-
Add missing void keyword to parameterless function declarations. libavcodecFri, 30 Jan 2009 18:38:25 +0000, by diego
-
Record B-fraction index from frame header and two fields from entry point structure libavcodecFri, 30 Jan 2009 17:15:08 +0000, by kostya
-
Make ff_h263_resync() return the bit position of the resync_marker or libavcodecFri, 30 Jan 2009 17:13:03 +0000, by benoit
-
cosmetics: Add empty line for consistent formatting. libavcodecThu, 29 Jan 2009 22:08:32 +0000, by diego