| Commit message (Expand) | Author | Age | Files | Lines |
* | Renderware TXD decoder | Ivo van Poorten | 2007-05-07 | 1 | -0/+2 |
* | RoQ audio encoder | Vitor Sessak | 2007-05-07 | 1 | -0/+1 |
* | make some parser parameters const to avoid casting const to non-const | Aurelien Jacobs | 2007-05-07 | 1 | -1/+1 |
* | Rename oggvorbis decoder to libvorbis. | Diego Biurrun | 2007-05-04 | 1 | -2/+2 |
* | Give libamr decoders/encoders a lib prefix in the name. | Diego Biurrun | 2007-05-03 | 1 | -4/+4 |
* | Rename dts_decoder to libdts_decoder. | Diego Biurrun | 2007-05-03 | 1 | -1/+1 |
* | add the possibility to choose aac profile | Nicolas George | 2007-05-02 | 1 | -0/+4 |
* | cosmetics: Group all external library decoders and encoders together. | Diego Biurrun | 2007-05-02 | 1 | -20/+20 |
* | patch so that the deprecated items show up correctly | Mark Cox | 2007-05-02 | 1 | -3/+40 |
* | add V.Flash PTX decoder | Ivo van Poorten | 2007-04-29 | 1 | -0/+2 |
* | Version bump, atrac3 added. | Benjamin Larsson | 2007-04-18 | 1 | -2/+2 |
* | Atrac3 decoder. | Benjamin Larsson | 2007-04-17 | 1 | -0/+2 |
* | timestamps generation improvement when parsing avi | Joakim Plate | 2007-04-13 | 1 | -2/+5 |
* | Bethsoft VID demuxer and video decoder | Nicholas Tung | 2007-04-07 | 1 | -0/+2 |
* | THP PCM decoder, used on the Nintendo GameCube. | Marco Gerards | 2007-04-07 | 1 | -0/+2 |
* | Interplay C93 demuxer and video decoder | Anssi Hannula | 2007-04-07 | 1 | -0/+2 |
* | spelling/wording/grammar | Diego Biurrun | 2007-04-07 | 1 | -605/+608 |
* | SGI image decoder ported to the new image API. | Xiaohui Sun | 2007-04-06 | 1 | -0/+3 |
* | cosmetic | Michael Niedermayer | 2007-04-03 | 1 | -2/+2 |
* | FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad | Kamil Nowosad | 2007-04-03 | 1 | -0/+3 |
* | tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) | Michael Niedermayer | 2007-04-03 | 1 | -0/+1 |
* | support for the THP game format by Marco Gerards, mgerards xs4all nl | Diego Biurrun | 2007-04-01 | 1 | -0/+2 |
* | codec id addition guidlines | Michael Niedermayer | 2007-03-27 | 1 | -0/+6 |
* | get rid of unused entries in the middle of xvmc_render struct, | Ivan Kalvachev | 2007-03-26 | 1 | -2/+2 |
* | increment subminor version due to r8502 and r8504, those revisions make dnxhd... | Baptiste Coudurier | 2007-03-25 | 1 | -2/+2 |
* | clarify codec_tag | Michael Niedermayer | 2007-03-22 | 1 | -0/+7 |
* | clarify sub_id | Michael Niedermayer | 2007-03-22 | 1 | -1/+4 |
* | dnxhd decoder | Baptiste Coudurier | 2007-03-18 | 1 | -2/+4 |
* | Targa (.tga) encoder, | Bobby Bingham | 2007-03-15 | 1 | -0/+1 |
* | DXA demuxer and decoder | Kostya Shishkov | 2007-03-14 | 1 | -2/+4 |
* | deprecate av_mallocz_static() | Michael Niedermayer | 2007-03-13 | 1 | -2/+2 |
* | add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take Cod... | Michael Niedermayer | 2007-03-07 | 1 | -0/+8 |
* | Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" | Panagiotis Issaris | 2007-03-04 | 1 | -3/+14 |
* | imx dump header bitstream filter, modifies bitstream to fit in mov and be dec... | Baptiste Coudurier | 2007-03-04 | 1 | -2/+3 |
* | dummy support for mpeg2 non linear quant | Baptiste Coudurier | 2007-03-04 | 1 | -2/+3 |
* | support feeding individual NAL units to the decoder instead of just complete ... | Michael Niedermayer | 2007-03-02 | 1 | -2/+3 |
* | Add documentation to some avcodec.h's pix_fmt related functions and defines. | Panagiotis Issaris | 2007-03-01 | 1 | -8/+41 |
* | get rid of CODEC_FLAG_H263P_AIC with next major bump | Baptiste Coudurier | 2007-03-01 | 1 | -0/+2 |
* | define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump | Baptiste Coudurier | 2007-03-01 | 1 | -0/+3 |
* | get rid of rtp_mode field after next major bump | Baptiste Coudurier | 2007-02-28 | 1 | -0/+2 |
* | DCA decoder | Kostya Shishkov | 2007-02-27 | 1 | -2/+4 |
* | Move the unaltered documentation of the functions which are part of the public | Panagiotis Issaris | 2007-02-25 | 1 | -0/+48 |
* | cosmetics: Fix another common typo, dependAnt --> dependEnt. | Diego Biurrun | 2007-02-24 | 1 | -3/+3 |
* | add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in... | Benoit Fouet | 2007-02-23 | 1 | -0/+1 |
* | Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. | Panagiotis Issaris | 2007-02-22 | 1 | -9/+0 |
* | Doxygenize the comments for the av_fast_realloc() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+4 |
* | Doxygenize the comments for the av_free_static() function. | Panagiotis Issaris | 2007-02-22 | 1 | -2/+2 |
* | Doxygenize the comments for the av_mallocz_static() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+6 |
* | Doxygenize the comments for the av_realloc_static() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+5 |
* | Doxygenize the comments for the av_get_bits_per_sample() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+4 |