| Commit message (Expand) | Author | Age | Files | Lines |
* | revert commit 9603 | Ivan Kalvachev | 2007-07-11 | 1 | -1/+0 |
* | Integrate reference mpeg IDCT into dsputil. | Ivan Kalvachev | 2007-07-11 | 1 | -0/+1 |
* | comment explaining that text subtitle need to be UTF-8 for now | Aurelien Jacobs | 2007-07-11 | 1 | -1/+1 |
* | add support for Matroska subtitle tracks | Aurelien Jacobs | 2007-07-11 | 1 | -0/+1 |
* | avoid deprecation warnings for ImgReSampleContext from avcodec.h | Måns Rullgård | 2007-07-09 | 1 | -7/+2 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | More detailed documentation | Nicolas George | 2007-06-14 | 1 | -0/+12 |
* | Improve understanding ofavcodec_find_decoder() | Carl Eugen Hoyos | 2007-06-13 | 1 | -0/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+2 |
* | Move the video size and rate abbreviations system from libavformat to libavcodec | Stefano Sabatini | 2007-06-12 | 1 | -0/+24 |
* | move codecs declarations from avcodec.h to allcodecs.h | Aurelien Jacobs | 2007-06-11 | 1 | -259/+0 |
* | Add CPU feature definitions for SSE3 and SSSE3. | Ronald S. Bultje | 2007-06-07 | 1 | -0/+2 |
* | CPU feature definitions should always be available, not just when the | Ronald S. Bultje | 2007-06-07 | 1 | -4/+0 |
* | Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. | Diego Biurrun | 2007-06-06 | 1 | -3/+3 |
* | Rename aac_decoder to libfaad_decoder for consistency and to be able to | Diego Biurrun | 2007-06-02 | 1 | -1/+1 |
* | Rename faac_encoder to libfaac_encoder for consistency and to be able to | Diego Biurrun | 2007-06-02 | 1 | -1/+1 |
* | Add support for listing the supported pixel formats using the option | Stefano Sabatini | 2007-05-30 | 1 | -0/+13 |
* | allows to disable jpegls decoder | Aurelien Jacobs | 2007-05-19 | 1 | -0/+1 |
* | remove libdts decoder, we have a native dts decoder | Aurelien Jacobs | 2007-05-17 | 1 | -1/+0 |
* | Remove extern C declarations for C++. | Diego Biurrun | 2007-05-16 | 1 | -8/+0 |
* | add AVERROR_NOENT | Benoit Fouet | 2007-05-10 | 1 | -0/+1 |
* | 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 |