]> git.sesse.net Git - ffmpeg/history - libavcodec/Makefile
remove unused context var
[ffmpeg] / libavcodec / Makefile
2007-05-08 Diego BiurrunMove H.263 parser to its own file.
2007-05-07 Ivo van PoortenRenderware TXD decoder
2007-05-07 Vitor SessakRoQ audio encoder
2007-05-06 Kostya ShishkovMove VC-1 data to .c file
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 Diego BiurrunMove dvbsubdec parser to its own file.
2007-05-05 Aurelien Jacobsmove mpegvideo_parser in it's own file
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 Diego Biurrunparser.c is compiled unconditionally, there is no need...
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 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-04-29 Ivo van Poortenadd V.Flash PTX decoder
2007-04-25 Aurelien Jacobsmove ac3 tables from a .h to a .c
2007-04-25 Diego Biurruncosmetics: Put AMR entry in alphabetical order with...
2007-04-25 Diego BiurrunRemove hackish support for the non-free fixed-point...
2007-04-21 Alex Beregszasziac3 parser requires tables from ac3tab.h, which are...
2007-04-17 Benjamin LarssonAtrac3 decoder.
2007-04-15 Diego BiurrunMove AC3 header parsing code together with the rest...
2007-04-12 Stanislav BrabecReplace hackish support for amr-nb and amr-wb. Instead...
2007-04-10 Luca Barbatossd_int8_vs_int16_altivec, not completely benchmarkedwi...
2007-04-07 Nicholas TungBethsoft VID demuxer and video decoder
2007-04-07 Marco GerardsTHP PCM decoder, used on the Nintendo GameCube.
2007-04-07 Michael NiedermayerTIFF-LZW encoding support by (Bartlomiej Wolowiec b...
2007-04-07 Anssi HannulaInterplay C93 demuxer and video decoder
2007-04-06 Xiaohui SunSGI image decoder ported to the new image API.
2007-04-03 Michael Niedermayertiff encoder by (Bartlomiej Wolowiec b.wolowiec stude...
2007-04-03 Michael Niedermayergeneric rle encoder by Bartlomiej Wolowiec b.wolowiec...
2007-04-02 Marc HoffmanRemove stray object from list of Blackfin assembler...
2007-04-01 Marc Hoffmanbfin dsputils, basic pixel operations sads, diffs,...
2007-04-01 Diego BiurrunMerge redundant comments.
2007-03-31 Diego Biurrundct-test works on non-x86 now.
2007-03-25 Aurelien Jacobsuse generic xiph header spliting func to split theora...
2007-03-25 Aurelien Jacobsextract vorbis header spliting code into a reusable...
2007-03-18 Baptiste Coudurierdnxhd decoder
2007-03-15 Bobby BinghamTarga (.tga) encoder,
2007-03-14 Kostya ShishkovDXA demuxer and decoder
2007-03-11 Justin Rugglesthe AC-3 parser needs ac3.o
2007-03-09 Justin RugglesRemove common code from AC-3 encoder and utilize ac3.c.
2007-02-27 Kostya ShishkovDCA decoder
2007-02-27 Diego BiurrunRemove useless conditional.
2007-02-24 Diego BiurrunOnly compile snowdsp_mmx.c if the Snow decoder is enabled.
2007-02-21 Diego Biurrunsimplify i386 object handling
2007-02-12 Diego BiurrunRestore the possibility to link liba52 instead of dlope...
2007-02-11 Diego BiurrunRemove internal liba52; external lib still works, nativ...
2007-02-07 Diego Biurrunmissing spaces
2007-02-06 Michael Niedermayerwma encoder
2007-02-05 Diego BiurrunBMP encoder by Michel Bardiaux, mbardiaux mediaxim be
2007-01-31 Reimar DöffingerMove lzo decompression to libavutil
2007-01-28 Måns RullgårdARMv6 SIMD IDCT
2007-01-25 Diego BiurrunMove conditional CFLAGS and OBJS setting to common...
2007-01-25 Diego BiurrunTheora encoding via libtheora.
2007-01-21 Måns Rullgårdremove no longer needed ifeq tests
2007-01-21 Benjamin LarssonFlash screen video encoder.
2007-01-21 Diego BiurrunDeclare zlib dependency in the Makefile, not in the...
2007-01-07 Siarhei SiamashkaOptimization of 'dct_unquantize_h263_intra' for ARM...
2007-01-07 Diego Biurruncosmetics: Reorder external libraries.
2007-01-07 Diego Biurrunvariable renaming: mp3lame --> libmp3lame
2007-01-06 Diego BiurrunRename variables: faad --> libfaad, faac --> libfaac...
2007-01-06 Diego Biurrunvariable renaming: dts --> libdts
2007-01-06 Diego BiurrunRename variables: a52 --> liba52, a52bin --> liba52bin
2006-12-24 Kostya ShishkovMusepack SV7 decoding support
2006-12-11 Panagiotis IssarisAdding H.264 DCT.
2006-12-11 Panagiotis IssarisAdding function which enables writing H.264 NAL units.
2006-12-08 Kostya ShishkovNow ZMBV encoder compiles
2006-12-07 Michael Niedermayerfix compilation
2006-12-07 Kostya ShishkovZMBV encoder
2006-11-22 Diego BiurrunConditionally compile some of the AltiVec optimizations.
2006-11-21 Diego BiurrunFix compilation with VC-1 decoder disabled.
2006-11-13 Måns Rullgårdrename CONFIG_AC3 to CONFIG_A52
2006-11-12 Stefan Gehrermove all cavs-parsing to cavs.c
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-11-02 Baptiste Coudurierchange gif muxer to simple gif encoder
2006-11-01 Diego BiurrunMake tests compile on non-x86.
2006-10-31 Diego Biurruncosmetics: Restore alphabetical order.
2006-10-30 Oded Shimonfix for disabling vorbis decoder but enabling vorbis...
2006-10-30 Kostya ShishkovIMC decoder
2006-10-27 Diego BiurrunRename dvdsub.c to dvdsubdec.c.
2006-10-26 Kostya ShishkovLZW decoder as separate module plus TIFF LZW support
2006-10-23 Luca AbeniDo not use a fake libavcodec/swscale.h, but always...
2006-10-22 Baptiste Coudurierchange gif demuxer to gif decoder
2006-10-15 Diego BiurrunRevert putting EXTRALIBS in common.mak, linking fails...
2006-10-13 Diego BiurrunRemove intrinsics checks, they are no longer used.
2006-10-13 Kostya ShishkovTIFF decoder
2006-10-12 Baptiste Couduriersupport for Tiertex .seq files demuxing/video decoding...
2006-10-11 Baptiste Couduriersupport for Delphine Software .cin files demuxing ...
2006-10-11 Diego BiurrunMove CFLAGS handling to common.mak.
2006-10-11 Kostya ShishkovTarga image decoder
2006-10-07 Diego BiurrunReplace -I../-I. by -I$(BUILD_ROOT).
2006-10-07 Diego Biurruncosmetics: Add backslashes to the last line of continue...
2006-10-05 Diego BiurrunSimplify test program build.
2006-10-05 Diego BiurrunFix imgresample-test compilation.
2006-10-05 Diego Biurrunimgresample-test depends on $(LIB).
2006-10-05 Diego BiurrunSimplify EXTRALIBS handling.
2006-10-05 Diego BiurrunSwitch idct_mmx_xvid.c from GPL to LGPL as permitted...
2006-10-04 Diego Biurruncosmetics: Put all OBJS on a line of their own for...
next