605 Commits (540f1c7b138f6b9f973c9f44b3a756cb75e2b52d)

Author SHA1 Message Date
Diego Biurrun 0d02cacda9 Move dvbsubdec parser to its own file. 18 years ago
Aurelien Jacobs 7f50d4ac51 move mpegvideo_parser in it's own file 18 years ago
Aurelien Jacobs 0cb4172803 move mpegaudio_parser in it's own file 18 years ago
Aurelien Jacobs d2e911fac8 move mpeg4video_parser in it's own file 18 years ago
Diego Biurrun 442fc0e881 parser.c is compiled unconditionally, there is no need to compile it 18 years ago
Diego Biurrun ab8a0d04e9 parser.c is compiled unconditionally, there is no need to compile it 18 years ago
Diego Biurrun 3883a99b7d Move H.261 parser to its own file. 18 years ago
Diego Biurrun 5982ae94ee Move VC1 parser to its own file. 18 years ago
Diego Biurrun 98c98e04cc Move dca parser to its own file. 18 years ago
Diego Biurrun f5a756ef26 Give libamr decoders/encoders a lib prefix in the name. 18 years ago
Ivo van Poorten b46d68c634 add V.Flash PTX decoder 18 years ago
Aurelien Jacobs 7adb10bedf move ac3 tables from a .h to a .c 18 years ago
Diego Biurrun 9cfacd527c cosmetics: Put AMR entry in alphabetical order with all external libraries. 18 years ago
Diego Biurrun 73508bc6d3 Remove hackish support for the non-free fixed-point AMR-NB reference code. 18 years ago
Alex Beregszaszi ddec67e8b1 ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c 18 years ago
Benjamin Larsson 10e26bc782 Atrac3 decoder. 18 years ago
Diego Biurrun 98d0205145 Move AC3 header parsing code together with the rest of the AC3 parsing code. 18 years ago
Stanislav Brabec 91024272cb Replace hackish support for amr-nb and amr-wb. Instead of including the source 18 years ago
Luca Barbato 1f1aadc37c ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 18 years ago
Nicholas Tung 1e6c67599e Bethsoft VID demuxer and video decoder 18 years ago
Marco Gerards d1e0d21f94 THP PCM decoder, used on the Nintendo GameCube. 18 years ago
Michael Niedermayer efd2afc2ae TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 18 years ago
Anssi Hannula 9a0ddd09e7 Interplay C93 demuxer and video decoder 18 years ago
Xiaohui Sun 2d99eed135 SGI image decoder ported to the new image API. 18 years ago
Michael Niedermayer 716222db17 tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 18 years ago
Michael Niedermayer 1ca286e194 generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl 18 years ago
Marc Hoffman b56a8374b1 Remove stray object from list of Blackfin assembler objects. 18 years ago
Marc Hoffman 67fd620c01 bfin dsputils, basic pixel operations sads, diffs, motion compensation 18 years ago
Diego Biurrun 1026a8d4a7 Merge redundant comments. 18 years ago
Diego Biurrun 51aeb7aa6e dct-test works on non-x86 now. 18 years ago
Aurelien Jacobs da91ed594e use generic xiph header spliting func to split theora headers 18 years ago
Aurelien Jacobs 5bb127a98f extract vorbis header spliting code into a reusable function 18 years ago
Baptiste Coudurier 52b6bad219 dnxhd decoder 18 years ago
Bobby Bingham 2c0c00cb14 Targa (.tga) encoder, 18 years ago
Kostya Shishkov 33a0dd378a DXA demuxer and decoder 18 years ago
Justin Ruggles 43a0791b66 the AC-3 parser needs ac3.o 18 years ago
Justin Ruggles 4258a0a32a Remove common code from AC-3 encoder and utilize ac3.c. 18 years ago
Kostya Shishkov 01ca9ac334 DCA decoder 18 years ago
Diego Biurrun 3cee76e6c9 Remove useless conditional. 18 years ago
Diego Biurrun e870111e4f Only compile snowdsp_mmx.c if the Snow decoder is enabled. 18 years ago
Diego Biurrun 3dc09ed188 simplify i386 object handling 18 years ago
Diego Biurrun 7bc5f2a8a4 Restore the possibility to link liba52 instead of dlopening. 18 years ago
Diego Biurrun 0900a85fe8 Remove internal liba52; external lib still works, native decoder coming up. 18 years ago
Diego Biurrun 9b1a3ea0de missing spaces 18 years ago
Michael Niedermayer 5968607304 wma encoder 18 years ago
Diego Biurrun 52548eeede BMP encoder by Michel Bardiaux, mbardiaux mediaxim be 18 years ago
Reimar Döffinger 4302963daa Move lzo decompression to libavutil 18 years ago
Måns Rullgård 7d42886b93 ARMv6 SIMD IDCT 18 years ago
Diego Biurrun 722dabcc94 Move conditional CFLAGS and OBJS setting to common place. 18 years ago
Diego Biurrun 150d27725b Theora encoding via libtheora. 18 years ago