]> git.sesse.net Git - ffmpeg/history - libavcodec
Change sign in ff_celp_lp_synthesis_filterf(). This makes this function
[ffmpeg] / libavcodec /
2009-02-23 Kenan GilletChange sign in ff_celp_lp_synthesis_filterf(). This...
2009-02-23 Alex ConverseClose the AAC parse context, discovered by Netgem.
2009-02-23 Zuxy MengRemove CPUID availability check on AMD64 as it's archit...
2009-02-23 Reimar DöffingerCheck return value of ff_fill_pointer in avcodec_defaul...
2009-02-23 Reimar Döffinger100l, always declare variables at the top of a block...
2009-02-23 Gwenole BeauchesneMore approved hunks for VAAPI & our new and cleaner...
2009-02-23 Michael NiedermayerApproved hunks for VAAPI / our new shiny hwaccel API
2009-02-22 Diego BiurrunFix xvmc object dependencies.
2009-02-22 Michael NiedermayerFix vc1 split().
2009-02-22 Kostya ShishkovBetter parsing of i263 picture header
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-22 Jason Garrett-GlaserConvert x264 asm files to proper unix line breaks
2009-02-22 Jason Garrett-GlaserRemove (incorrect) filenames from x264 asm files, add...
2009-02-22 Reimar DöffingerCheck return value of frame_start(), this avoids a...
2009-02-22 Ivan KalvachevChange the type of pblocks from pointers to short array...
2009-02-22 Peter RossSupport 48-bit RGB PPM image.
2009-02-22 Peter RossAdd PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
2009-02-21 Ivan SchreterUse context variable repeat_pict for frame duration...
2009-02-21 Ivan SchreterSet context variable picture_structure in H264 parser.
2009-02-21 Ivan SchreterSet context variable key_frame in H264 parser.
2009-02-21 Ivan SchreterParse NAL units in H264 parser.
2009-02-21 Ivan SchreterMake the following H264 functions available to the...
2009-02-21 Michael Niedermayerindent
2009-02-21 Måns RullgårdAlpha: fix inline asm with DEC/Compaq/HP compiler
2009-02-21 Michael NiedermayerFix raw rgb/bgr vertical flip in avi based on info...
2009-02-20 Justin RugglesSet the correct number of samples for E-AC-3 in the...
2009-02-20 Ivan SchreterUse last decoded SPS as current SPS in order to parse...
2009-02-20 Roman ShaposhnikFixing a value returning issue
2009-02-19 Ivan SchreterAdd convergence_duration to AVCodecParserContext.
2009-02-19 Alex ConverseReindent after last commit
2009-02-19 Ivan SchreterSilence two warnings:
2009-02-19 Alex ConverseSome buffer checks for indeo3
2009-02-19 Michael NiedermayerA try to fix the regressions.
2009-02-19 Peter RossAdd AVERROR_EOF.
2009-02-19 Ivan KalvachevAdd more paranoid checks of xvmc token.
2009-02-19 Ivan KalvachevExit with error if MPV_common_init() is called with...
2009-02-19 Diego BiurrunOnly enable SSE/3DNOW optimizations when they have...
2009-02-19 Diego BiurrunDirectly #include required X11/XvMC header.
2009-02-19 Roman Shaposhniktransitioning dv_guess_dct_mode to dsputil cmp function
2009-02-19 Roman ShaposhnikAdding 2 intra 8x8 cmp functions: vsad, vsse
2009-02-19 Joakim PlateAllow AC-3 parser to modify codec_id.
2009-02-19 Roman ShaposhnikMaking the arrays accomodate an extra intra 8x8 cmp...
2009-02-19 Aurelien Jacobsfix missing dependencies
2009-02-19 Diego Biurrunprettyprinting whitespace cosmetics
2009-02-18 Ivan SchreterAdd key_frame to AVCodecParserContext, used in libavformat.
2009-02-18 Ivan SchreterParse buffering period (H.264, D.1.1).
2009-02-18 Diego BiurrunThe 3DNow! and SSE FFT optimizations depend on the...
2009-02-18 Ivan SchreterStore CPB count in the context.
2009-02-18 Michael NiedermayerClarify get_ue_golomb_31() behavior with >31.
2009-02-18 Reimar DöffingerInstead of crashing, return from ff_vdpau_mpeg_picture_...
2009-02-18 Ivan SchreterParse cbp_removal_delay in SEI picture structure.
2009-02-18 Ivan SchreterParse dpb_output_delay in SEI picture structure.
2009-02-18 Ivan SchreterParse initial_cpb_removal_delay_length.
2009-02-18 Diego BiurrunHandle conditional compilation of CPU-specific FFT...
2009-02-17 Diego Biurrunmpegvideo_xvmc.o depends on mpegvideo.o.
2009-02-17 Diego BiurrunReplace sizeof(short) by the more robust sizeof(*s...
2009-02-17 Diego Biurrunsmall Doxygen comment grammar fix
2009-02-17 Diego BiurrunRevert converting two asserts into if checks and error...
2009-02-17 Stephen WarrenFix MBAFF/PAFF samples.
2009-02-17 Diego Biurrunspelling/grammar/wording fixes for the Doxygen comments
2009-02-17 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2009-02-17 Gwenole BeauchesneMove initialization of {luma,chroma}_weight_flag[] up,
2009-02-17 Diego Biurruncosmetics: 'void/int inline' --> 'inline void/int'...
2009-02-17 Diego Biurruncosmetics: 'const static' --> 'static const' to avoid...
2009-02-16 Ivan KalvachevThoroughly check all fields set by the application...
2009-02-16 Patrik Kullmanflacdec: Silence false positive warning about uninitial...
2009-02-16 Ivan KalvachevMinor clarification of xvmc field description.
2009-02-16 Ivan KalvachevImprovements in xvmc structure fields descriptions.
2009-02-16 Diego Biurrunwhitespace cosmetics: Reindent a few lines after the...
2009-02-16 Diego BiurrunGet rid of some '#if CONFIG_MPEG_XVMC_DECODER' preproce...
2009-02-16 Diego Biurrunwhitespace cosmetics: Place spaces around += for better...
2009-02-16 Diego BiurrunAdd missing object dependencies: eatqi.o depends on...
2009-02-16 Kostya ShishkovMake BMP decoder try to decode files with incorrect...
2009-02-16 Diego BiurrunReplace two asserts by checks and error messages.
2009-02-16 Diego BiurrunDoxygen comment wording fix
2009-02-16 Diego Biurrunwhitespace cosmetics
2009-02-16 Diego BiurrunGive struct members more sensible names:
2009-02-16 Diego Biurruncosmetics: one more wording fix
2009-02-16 Diego Biurruncosmetics: Keep lines below 80 characters where sensibl...
2009-02-15 Diego BiurrunDoxygen spelling/wording fixes
2009-02-15 Diego Biurrunspelling/wording fixes for the Doxygen comments
2009-02-15 Diego Biurrundraw_horiz_band() is really ff_draw_horiz_band().
2009-02-15 Diego Biurrunspelling/grammar/wording/whitespace for Doxygen comments
2009-02-15 Diego BiurrunRename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID...
2009-02-15 Stefano SabatiniImprove grammar: "X next after Y" -> "next X after Y".
2009-02-15 Diego Biurruncosmetics: typo fix
2009-02-15 Ivan KalvachevDescribe all fields in xvmc struct.
2009-02-15 Diego Biurrunspelling/grammar/wording fixes for Doxygen comments
2009-02-15 Diego Biurruncomment spelling/grammar/wording fixes
2009-02-15 Diego BiurrunExplain how AV_XVMC_RENDER_MAGIC got its seemingly...
2009-02-15 Ivan KalvachevRename unique_id to the way michaelni likes it. (xvmc_id)
2009-02-15 Ivan KalvachevDocument all functions in mpegvideo_xvmc.
2009-02-15 Diego BiurrunRename xvmc_pixfmt_render structure to xvmc_pix_fmt.
2009-02-15 Ivan KalvachevKill the magic field in xvmc structure.
2009-02-15 Diego BiurrunK&R whitespace cosmetics
2009-02-15 Diego Biurrun10l: Remove duplicated hunk of code.
2009-02-15 Stefano SabatiniDocument av_codec_next().
2009-02-15 Carl Eugen HoyosSilence following warning if only zeros were not consumed:
2009-02-15 Reimar DöffingerPlace spaces consistently in pointer types in vdpau.c
2009-02-15 Ivan KalvachevCosmetics. Vertical align.
next