]> git.sesse.net Git - ffmpeg/history - libavcodec
cosmetics; one test per line for all isXXX(x) macros
[ffmpeg] / libavcodec /
2007-05-11 Aurelien Jacobsrename pnm.c to pnmenc.c and pnm_common.c to pnm.c
2007-05-11 Diego BiurrunRemove duplicate #includes, avcodec.h #includes common.h.
2007-05-11 Diego BiurrunRemove unused variable.
2007-05-11 Loren Merritt10l, r8991 broke mmx1 sad
2007-05-11 Loren Merrittsse2 version of fullpel sad.
2007-05-11 Loren Merritttweak mmx2 sad.
2007-05-10 Aurelien Jacobsmake compilation of pnm.c optional
2007-05-10 Aurelien Jacobsmove pnm parser in its own file
2007-05-10 Aurelien Jacobsmove mjpeg parser in its own file
2007-05-10 Aurelien Jacobscosmetics: reindent
2007-05-10 Aurelien Jacobssplit h264.c to move parser in its own file
2007-05-10 Loren Merritttweak mmx2 sad.
2007-05-10 Ramiro PollaRevert r8979 (Ugly fix for r8963)
2007-05-10 Aurelien Jacobsrename vorbis.c to vorbis_dec.c and vorbis_common.c...
2007-05-10 Aurelien Jacobsloosen vorbis_enc.c dependencies by spliting vorbis.c
2007-05-10 Ramiro PollaFix r8963
2007-05-10 Panagiotis IssarisFix Vorbis encoder Xiph dependency by making sure the...
2007-05-10 Benoit Fouetadd AVERROR_NOENT
2007-05-10 Aurelien Jacobsdisable reference to msmpeg4 and wmv2 code when those...
2007-05-10 Aurelien Jacobsthose tables don't need to be extern
2007-05-10 Aurelien Jacobsuse header instead of copying table declarations
2007-05-10 Aurelien Jacobssplit msmpeg4 data to easily share some of it with...
2007-05-10 Aurelien Jacobsadd missing rules for wmv2 compilation
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-05-10 Loren Merrittsse2 version of fdct_col.
2007-05-09 Ramiro PollaSimplify ptr[0]; ptr++; to *ptr++
2007-05-09 Ramiro PollaUse bytestream
2007-05-09 Ramiro PollaUse AV_XX16 macros
2007-05-09 Aurelien Jacobsmove ff_mpeg4_find_frame_end() from h263dec.c to mpeg4v...
2007-05-09 Ramiro PollaFactorize usum
2007-05-09 Ramiro PollaUse 1 array with double the size instead of 2 arrays...
2007-05-09 Ramiro PollaAdd bias instead of -32 or 0, as is done in g.722.1
2007-05-09 Ramiro PollaIndentation for previous patch
2007-05-09 Ramiro PollaAdd another tmpbias variable, as bias' value will be...
2007-05-09 Ramiro PollaFix logic for return value of init_vlc
2007-05-09 Diego BiurrunReplace general CONFIG_ENCODERS by more fine-grained...
2007-05-09 Kostya ShishkovAdd ff_ prefix to (externally) visible variables
2007-05-09 Kostya ShishkovUse correct dequantizer value
2007-05-09 Diego BiurrunAllow conditional compilation of H.263-related decoders.
2007-05-09 Loren Merrittcosmetics: remove code duplication in hadamard8_diff_mmx
2007-05-09 Aurelien Jacobsmove cavs parser in it's own file
2007-05-08 Aurelien Jacobsmove defines and enums out of cavsdata.h
2007-05-08 Aurelien Jacobsremove no more useful includes
2007-05-08 Aurelien Jacobscosmetics: rename for consistency after previous aac...
2007-05-08 Aurelien Jacobsmove aac and ac3 parsers in their own files
2007-05-08 Aurelien Jacobsavoid multiple inclusion of ac3.h
2007-05-08 Loren Merrittcosmetics: remove duplicate transpose macro
2007-05-08 Diego BiurrunMove H.263 parser to its own file.
2007-05-07 Ivo van Poortenadd doxygen comments
2007-05-07 Aurelien Jacobscosmetics: fix inconsistent indentation
2007-05-07 Aurelien Jacobsfix display of theora videos with visible size smaller...
2007-05-07 Ivo van PoortenRenderware TXD decoder
2007-05-07 Ivo van Poortengeneric S3TC DXT1 and DXT3 decoding functions
2007-05-07 Vitor SessakRoQ audio encoder
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-06 Michael Niedermayerfix possibly exploitable stack overflow with num_sprite...
2007-05-06 Kostya ShishkovAdd prefix to some variables for consistency
2007-05-06 Kostya ShishkovMove VC-1 data to .c file
2007-05-06 Kostya ShishkovMake vc1_parser.c compilable without special defines
2007-05-06 Kostya ShishkovMove variables to vc1data.h
2007-05-06 Loren Merrittsimplify
2007-05-06 Diego BiurrunMove dvdsub parser to its own file.
2007-05-06 Diego BiurrunRename dvbsubdec_parser.c to dvbsub_parser.c.
2007-05-06 Loren Merrittsimplify
2007-05-06 Loren Merrittfaster and simpler vp6 bilinear mc
2007-05-06 Diego BiurrunMove dvbsubdec parser to its own file.
2007-05-05 Diego BiurrunRemove superfluous #includes, parser.h now includes...
2007-05-05 Aurelien Jacobsff_frame_rate_tab is now declared in mpegvideo.h
2007-05-05 Aurelien Jacobsavoid a clash between two definitions of SEQ_START_CODE
2007-05-05 Aurelien Jacobsadd a ff_ prefix to the now exported mpeg1_find_frame_e...
2007-05-05 Aurelien Jacobsmove mpegvideo_parser in it's own file
2007-05-05 Aurelien Jacobsavoid a 'discards qualifiers from pointer' warning
2007-05-05 Aurelien Jacobsmove mpegaudio_parser in it's own file
2007-05-05 Aurelien Jacobsmove mpeg4video_parser in it's own file
2007-05-05 Aurelien Jacobsparser.h uses AVCodecContext so it needs to include...
2007-05-05 Aurelien Jacobsset CODEC_CAP_DR1 for vp5 and vp6 decoders
2007-05-05 Diego Biurrunparser.c is compiled unconditionally, there is no need...
2007-05-05 Diego BiurrunFix multiple "‘inline/static’ is not at beginning of...
2007-05-05 Diego BiurrunFix warning:
2007-05-05 Diego Biurrunparser.c is compiled unconditionally, there is no need...
2007-05-04 Diego BiurrunMove H.261 parser to its own file.
2007-05-04 Kostya Shishkov100l to myself. Do not include stuff unneeded by parser
2007-05-04 Kostya ShishkovTypo
2007-05-04 Kostya ShishkovMove some declarations into header
2007-05-04 Diego BiurrunRename oggvorbis decoder to libvorbis.
2007-05-04 Diego BiurrunMove VC1 parser to its own file.
2007-05-03 Diego BiurrunMove dca parser to its own file.
2007-05-03 Diego BiurrunGive libamr decoders/encoders a lib prefix in the name.
2007-05-03 Diego BiurrunRename dts_decoder to libdts_decoder.
2007-05-02 Diego BiurrunRemove unused variable.
2007-05-02 Justin Rugglescosmetics: indention after last commit
2007-05-02 Justin Rugglesuse downmixing coefficients in dca decoder.
2007-05-02 Justin Rugglesenable multichannel output in dca decoder.
2007-05-02 Kostya Shishkov1000l to myself - DCA decoder should not be registered...
2007-05-02 Nicolas Georgeadd the possibility to choose aac profile
2007-05-02 Diego Biurruncosmetics: Group all external library decoders and...
2007-05-02 Mark Coxpatch so that the deprecated items show up correctly
2007-05-02 Heikki Lindholmmake mpeg decoder handle mid-stream changes in resolution
2007-05-02 Denis Fortinadd some comments
2007-04-29 Meanprevent going out of the buffer if the nal size does...
next