]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
configure: detect ccc compiler (Alpha) and set required flags
[frescor/ffmpeg.git] / libavcodec /
2009-02-21 cehoyosUse context variable repeat_pict for frame duration...
2009-02-21 cehoyosSet context variable picture_structure in H264 parser.
2009-02-21 cehoyosSet context variable key_frame in H264 parser.
2009-02-21 cehoyosParse NAL units in H264 parser.
2009-02-21 cehoyosMake the following H264 functions available to the...
2009-02-21 michaelindent
2009-02-21 mruAlpha: fix inline asm with DEC/Compaq/HP compiler
2009-02-21 michaelFix raw rgb/bgr vertical flip in avi based on info...
2009-02-20 jbrSet the correct number of samples for E-AC-3 in the...
2009-02-20 cehoyosUse last decoded SPS as current SPS in order to parse...
2009-02-20 romanshFixing a value returning issue
2009-02-19 cehoyosAdd convergence_duration to AVCodecParserContext.
2009-02-19 alexcReindent after last commit
2009-02-19 cehoyosSilence two warnings:
2009-02-19 alexcSome buffer checks for indeo3
2009-02-19 michaelA try to fix the regressions.
2009-02-19 prossAdd AVERROR_EOF.
2009-02-19 iiveAdd more paranoid checks of xvmc token.
2009-02-19 iiveExit with error if MPV_common_init() is called with...
2009-02-19 diegoOnly enable SSE/3DNOW optimizations when they have...
2009-02-19 diegoDirectly #include required X11/XvMC header.
2009-02-19 romanshtransitioning dv_guess_dct_mode to dsputil cmp function
2009-02-19 romanshAdding 2 intra 8x8 cmp functions: vsad, vsse
2009-02-19 jbrAllow AC-3 parser to modify codec_id.
2009-02-19 romanshMaking the arrays accomodate an extra intra 8x8 cmp...
2009-02-19 aurelfix missing dependencies
2009-02-19 diegoprettyprinting whitespace cosmetics
2009-02-18 cehoyosAdd key_frame to AVCodecParserContext, used in libavformat.
2009-02-18 cehoyosParse buffering period (H.264, D.1.1).
2009-02-18 diegoThe 3DNow! and SSE FFT optimizations depend on the...
2009-02-18 cehoyosStore CPB count in the context.
2009-02-18 michaelClarify get_ue_golomb_31() behavior with >31.
2009-02-18 cehoyosInstead of crashing, return from ff_vdpau_mpeg_picture_...
2009-02-18 cehoyosParse cbp_removal_delay in SEI picture structure.
2009-02-18 cehoyosParse dpb_output_delay in SEI picture structure.
2009-02-18 cehoyosParse initial_cpb_removal_delay_length.
2009-02-18 diegoHandle conditional compilation of CPU-specific FFT...
2009-02-17 diegompegvideo_xvmc.o depends on mpegvideo.o.
2009-02-17 diegoReplace sizeof(short) by the more robust sizeof(*s...
2009-02-17 diegosmall Doxygen comment grammar fix
2009-02-17 diegoRevert converting two asserts into if checks and error...
2009-02-17 cehoyosFix MBAFF/PAFF samples.
2009-02-17 diegospelling/grammar/wording fixes for the Doxygen comments
2009-02-17 diegoAdd missing #includes to fix 'make checkheaders'.
2009-02-17 benoitMove initialization of {luma,chroma}_weight_flag[] up,
2009-02-17 diegocosmetics: 'void/int inline' --> 'inline void/int'...
2009-02-17 diegocosmetics: 'const static' --> 'static const' to avoid...
2009-02-16 iiveThoroughly check all fields set by the application...
2009-02-16 jbrflacdec: Silence false positive warning about uninitial...
2009-02-16 iiveMinor clarification of xvmc field description.
2009-02-16 iiveImprovements in xvmc structure fields descriptions.
2009-02-16 diegowhitespace cosmetics: Reindent a few lines after the...
2009-02-16 diegoGet rid of some '#if CONFIG_MPEG_XVMC_DECODER' preproce...
2009-02-16 diegowhitespace cosmetics: Place spaces around += for better...
2009-02-16 diegoAdd missing object dependencies: eatqi.o depends on...
2009-02-16 kostyaMake BMP decoder try to decode files with incorrect...
2009-02-16 diegoReplace two asserts by checks and error messages.
2009-02-16 diegoDoxygen comment wording fix
2009-02-16 diegowhitespace cosmetics
2009-02-16 diegoGive struct members more sensible names:
2009-02-16 diegocosmetics: one more wording fix
2009-02-16 diegocosmetics: Keep lines below 80 characters where sensibl...
2009-02-15 diegoDoxygen spelling/wording fixes
2009-02-15 diegospelling/wording fixes for the Doxygen comments
2009-02-15 diegodraw_horiz_band() is really ff_draw_horiz_band().
2009-02-15 diegospelling/grammar/wording/whitespace for Doxygen comments
2009-02-15 diegoRename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID...
2009-02-15 stefanoImprove grammar: "X next after Y" -> "next X after Y".
2009-02-15 diegocosmetics: typo fix
2009-02-15 iiveDescribe all fields in xvmc struct.
2009-02-15 diegospelling/grammar/wording fixes for Doxygen comments
2009-02-15 diegocomment spelling/grammar/wording fixes
2009-02-15 diegoExplain how AV_XVMC_RENDER_MAGIC got its seemingly...
2009-02-15 iiveRename xvmc to the way michaelni likes it. (xvmc_id)
2009-02-15 iiveDocument all functions in mpegvideo_xvmc.
2009-02-15 diegoRename xvmc_pixfmt_render structure to xvmc_pix_fmt.
2009-02-15 iiveKill the magic
2009-02-15 diegoK&R whitespace cosmetics
2009-02-15 diego10l: Remove duplicated hunk of code.
2009-02-15 stefanoDocument av_codec_next().
2009-02-15 cehoyosSilence following warning if only zeros were not consumed:
2009-02-15 reimarPlace spaces consistently in pointer types in vdpau.c
2009-02-15 iiveCosmetics. Vertical align.
2009-02-15 iiveAlmost cosmetics.
2009-02-15 iiveCheck all critical xvmc struct fields in ff_xvmc_field_...
2009-02-15 iiveProper condition in xvmc decode mb.
2009-02-15 iiveRename xvmc_render_state to something with pixfmt in...
2009-02-15 iiveA little better wording of doxygen comments.
2009-02-15 iiveRevert 17308.
2009-02-15 prossPrevent heap corruption when resampling 8-bit audio.
2009-02-15 iiveGive a little better name to the magic(_id) field in...
2009-02-15 diegoReplace assert in ff_xvmc_field_end() by av_log call...
2009-02-15 iiveRemove obsolate display_flag from xvmc struct
2009-02-15 iiveDetailed description of the interesting fields in xvmc...
2009-02-15 iiveMpve the field state in xvmc struct to the extentions...
2009-02-15 diegoRemove redundant assert(render) in ff_xvmc_init_block...
2009-02-15 diegoRemove asserts that are immediately followed by a check...
2009-02-15 diegoDrop struct members display_flags and state with the...
2009-02-15 diegoDoxygen comment/explanation for ff_xvmc_init_block().
2009-02-15 diegoRemove completely unsed structure fields mc_type and...
next