616 Commits (2ef7c6350b3751d8b796fdf6e830dfb327754450)

Author SHA1 Message Date
Carl Eugen Hoyos c9823f0577 Improve understanding ofavcodec_find_decoder() 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Stefano Sabatini 26ef3220cf Move the video size and rate abbreviations system from libavformat to libavcodec 18 years ago
Aurelien Jacobs 0c33dac236 move codecs declarations from avcodec.h to allcodecs.h 18 years ago
Ronald S. Bultje ac237a2f5d Add CPU feature definitions for SSE3 and SSSE3. 18 years ago
Ronald S. Bultje d07026cd16 CPU feature definitions should always be available, not just when the 18 years ago
Diego Biurrun 1cc60c47c5 Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. 18 years ago
Diego Biurrun 69ddbd1dad Rename aac_decoder to libfaad_decoder for consistency and to be able to 18 years ago
Diego Biurrun c9171a830b Rename faac_encoder to libfaac_encoder for consistency and to be able to 18 years ago
Stefano Sabatini c3b95b1d3d Add support for listing the supported pixel formats using the option 18 years ago
Aurelien Jacobs 5acd8d9e77 allows to disable jpegls decoder 18 years ago
Aurelien Jacobs 670a6b133b remove libdts decoder, we have a native dts decoder 18 years ago
Diego Biurrun 605315248c Remove extern C declarations for C++. 18 years ago
Benoit Fouet 35e7f087ba add AVERROR_NOENT 18 years ago
Ivo van Poorten 1ca779e7eb Renderware TXD decoder 18 years ago
Vitor Sessak f025588bb6 RoQ audio encoder 18 years ago
Aurelien Jacobs c53d2d9042 make some parser parameters const to avoid casting const to non-const 18 years ago
Diego Biurrun b0caf888d2 Rename oggvorbis decoder to libvorbis. 18 years ago
Diego Biurrun f5a756ef26 Give libamr decoders/encoders a lib prefix in the name. 18 years ago
Diego Biurrun 23aee96097 Rename dts_decoder to libdts_decoder. 18 years ago
Nicolas George 4f2c36ac4f add the possibility to choose aac profile 18 years ago
Diego Biurrun aa244b695e cosmetics: Group all external library decoders and encoders together. 18 years ago
Mark Cox 671adb1742 patch so that the deprecated items show up correctly 18 years ago
Ivo van Poorten b46d68c634 add V.Flash PTX decoder 18 years ago
Benjamin Larsson 1e8391777d Version bump, atrac3 added. 18 years ago
Benjamin Larsson 10e26bc782 Atrac3 decoder. 18 years ago
Joakim Plate a74008a4c3 timestamps generation improvement when parsing avi 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
Anssi Hannula 9a0ddd09e7 Interplay C93 demuxer and video decoder 18 years ago
Diego Biurrun f5bccd8574 spelling/wording/grammar 18 years ago
Xiaohui Sun 2d99eed135 SGI image decoder ported to the new image API. 18 years ago
Michael Niedermayer bd446bb156 cosmetic 18 years ago
Kamil Nowosad f87459e419 FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad 18 years ago
Michael Niedermayer 716222db17 tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 18 years ago
Diego Biurrun efb0c399ca support for the THP game format by Marco Gerards, mgerards xs4all nl 18 years ago
Michael Niedermayer 7ebf5927fd codec id addition guidlines 18 years ago
Ivan Kalvachev d215d07ae0 get rid of unused entries in the middle of xvmc_render struct, 18 years ago
Baptiste Coudurier f0cb03e9f2 increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API 18 years ago
Michael Niedermayer 47bbf8a71d clarify codec_tag 18 years ago
Michael Niedermayer 89cff671f4 clarify sub_id 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
Michael Niedermayer ca2a0c938e deprecate av_mallocz_static() 18 years ago
Michael Niedermayer 29301573af add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter 18 years ago
Panagiotis Issaris 636d6a4a47 Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 18 years ago
Baptiste Coudurier 92d6b7fda2 imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder 18 years ago
Baptiste Coudurier 5a6b9443ed dummy support for mpeg2 non linear quant 18 years ago
Michael Niedermayer 66a4b2c179 support feeding individual NAL units to the decoder instead of just complete frames 18 years ago