OSDN Git Service

coroid/ffmpeg_saccubus.git
2009-02-18 Baptiste Couduriersimplify descriptor size computation logic
2009-02-18 Diego BiurrunHandle conditional compilation of CPU-specific FFT...
2009-02-18 Diego BiurrunAdd support for enabling/disabling AMD 3DNow! extended...
2009-02-18 Aurelien Jacobsuse new metadata API in nsv demuxer
2009-02-18 Aurelien Jacobsuse new metadata API in mpegts muxer
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 Andreas ÖmanGopher protocol should depend on networking being enabled.
2009-02-17 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2009-02-17 Aurelien Jacobsremove now useless get_str16() from rmdec.c
2009-02-17 Aurelien Jacobsuse new metadata API in rm (de)muxer
2009-02-17 Michael NiedermayerFix @param[in/out] handling
2009-02-17 Aurelien Jacobsapedec: display a warning when truncating a metadata tag
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-17 Luca AbeniRemame rtp_get_codec_info() to ff_rtp_get_codec_info...
2009-02-17 Luca AbeniMove to rtp.h the prototypes of all the functions defin...
2009-02-17 Aurelien Jacobsuse new metadata API in ape demuxer
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 Måns Rullgårdavidec: fix error introduced in r17382
2009-02-16 Ivan KalvachevMinor clarification of xvmc field description.
2009-02-16 Ivan KalvachevImprovements in xvmc structure fields descriptions.
2009-02-16 Benoit FouetAdd a context to av_log() calls and modify a function...
2009-02-16 Ronald S. BultjeRename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_...
2009-02-16 Benoit FouetAdd a context to av_log() call and update the trace...
2009-02-16 Ronald S. BultjeDon't install rtsp.h. It is intended to be private...
2009-02-16 Benoit FouetChange av_log() calls to fprintf() to stderr calls.
2009-02-16 Benoit FouetAdd a context to av_log() calls.
2009-02-16 Benoit FouetAdd a context to av_log() call.
2009-02-16 Benoit FouetAdd a context to av_log() calls.
2009-02-16 Benoit FouetAdd a context to av_log() calls.
2009-02-16 Benoit FouetAdd a context to av_log() call.
2009-02-16 Benoit FouetAdd a context to av_log() calls and extend ape_dumpinfo...
2009-02-16 Baptiste Coudurierfetch display aspect ratio from mpeg-2 essence
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 Baptiste Couduriermerge mxf_write_d10_packet into mxf_write_packet
2009-02-16 Diego BiurrunAdd missing object dependencies: eatqi.o depends on...
2009-02-16 Luca AbeniDocument ff_rtp_get_payload_type()
2009-02-16 Luca AbeniRename rtp_get_payload_type() to ff_rtp_get_payload_typ...
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 BiurrunMake format long_names consistent.
2009-02-16 Baptiste Coudurierfix mxf interleaving packet purge
2009-02-16 Diego Biurrunwhitespace cosmetics
2009-02-16 Robert SwainMake myself maintainer of the website code
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 Loren MerrittAdd my GPG fingerprint
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 Aurelien Jacobsmatroskaenc: use new metadata API
2009-02-15 Diego Biurrun10l: Remove duplicated hunk of code.
2009-02-15 Aurelien Jacobsmatroskadec: export language of metadata tags when...
2009-02-15 Stefano SabatiniDocument av_codec_next().
2009-02-15 Aurelien Jacobsmatroskadec: add needed definitions forgotten in r17331
2009-02-15 Aurelien Jacobsmatroskadec: add generic metadata support
2009-02-15 Aurelien Jacobsmatroskadec: read track and attachment uid
2009-02-15 Aurelien Jacobsmatroskadec: export track name through the metadata API
2009-02-15 Aurelien Jacobsmatroskadec: use new metadata API to export some simple...
2009-02-15 Carl Eugen... Silence following warning if only zeros were not consumed:
2009-02-15 Stefano SabatiniDo not export to the public the first_protocol symbol...
2009-02-15 Luca AbeniCast a __u64 variable to uint64_t so that it can be...
2009-02-15 Stefano SabatiniDocument av_protocol_next().
2009-02-15 Stefano SabatiniReplace calls/references of the deprecated register_pro...
2009-02-15 Stefano SabatiniRename register_protocol() to av_register_protocol...
2009-02-15 Aurelien Jacobsdemux some more metadata tags in mov
2009-02-15 Reimar DöffingerPlace spaces consistently in pointer types in vdpau.c
2009-02-15 Ivan KalvachevCosmetics. Vertical align.
2009-02-15 Ivan KalvachevAlmost cosmetics.
2009-02-15 Ivan KalvachevCheck all critical xvmc struct fields in ff_xvmc_field_...
2009-02-15 Stefano SabatiniDocument av_iformat_next() and av_oformat_next() functions.
2009-02-15 Ivan KalvachevProper condition in xvmc decode mb.
2009-02-15 Ivan KalvachevRename xvmc_render_state to something with pixfmt in...
2009-02-15 Ivan KalvachevA little better wording of doxygen comments.
2009-02-15 Ivan KalvachevRevert 17308.
2009-02-15 Peter RossPrevent heap corruption when resampling 8-bit audio.
next