| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup | Michael Niedermayer | 2002-12-04 | 1 | -4/+133 |
* | * two functions to handle allocation of static data more simple | Zdenek Kabelac | 2002-12-03 | 1 | -0/+37 |
* | * fixing some minor const warnings | Zdenek Kabelac | 2002-11-12 | 1 | -1/+1 |
* | * avcodec_init could be removed I guess... | Zdenek Kabelac | 2002-11-11 | 1 | -1/+1 |
* | dont call emms_c() for each MB | Michael Niedermayer | 2002-10-31 | 1 | -0/+6 |
* | more defaults | Michael Niedermayer | 2002-10-22 | 1 | -0/+4 |
* | better/cleaner error resilience (done in a 2nd pass after decoding) | Michael Niedermayer | 2002-10-13 | 1 | -0/+2 |
* | corrected pixel format display | Fabrice Bellard | 2002-10-11 | 1 | -3/+3 |
* | added two pass info | Fabrice Bellard | 2002-10-10 | 1 | -3/+12 |
* | Minor warning fix. | Falk Hüffner | 2002-09-28 | 1 | -1/+1 |
* | fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ... | Michael Niedermayer | 2002-09-19 | 1 | -1/+1 |
* | fixing apiexample | Michael Niedermayer | 2002-09-19 | 1 | -0/+7 |
* | avcodec_alloc_context() | Michael Niedermayer | 2002-09-19 | 1 | -0/+21 |
* | Add conversions to and from RGBA32 and BGRA32. | Philip Gladstone | 2002-07-27 | 1 | -1/+14 |
* | new codec: Sorenson v1 | Nick Kurshev | 2002-07-09 | 1 | -0/+1 |
* | moved code to mem.c and allcodecs.c | Fabrice Bellard | 2002-06-11 | 1 | -100/+0 |
* | * started to cleanup name clashes for onetime compilation | Zdenek Kabelac | 2002-05-27 | 1 | -9/+9 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -11/+11 |
* | better av_freep() | Fabrice Bellard | 2002-05-20 | 1 | -0/+7 |
* | proper memory handling functions | Fabrice Bellard | 2002-05-18 | 1 | -13/+22 |
* | build info for ABI | Nick Kurshev | 2002-05-12 | 1 | -0/+5 |
* | * Don't allocate 0 bytes of memory. It upsets electricFence! | Philip Gladstone | 2002-05-09 | 1 | -4/+9 |
* | version info | Nick Kurshev | 2002-05-05 | 1 | -0/+4 |
* | avcodec_flush_buffers() | Michael Niedermayer | 2002-04-24 | 1 | -0/+9 |
* | * using some small char buffer - needed for sprintf | Zdenek Kabelac | 2002-04-22 | 1 | -4/+4 |
* | - Versions defined for libav/libavcodec. | Juanjo | 2002-04-15 | 1 | -0/+1 |
* | - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for | Juanjo | 2002-04-09 | 1 | -1/+17 |
* | * using pixtype as enum - by Philip Gladstone | Zdenek Kabelac | 2002-04-08 | 1 | -0/+4 |
* | wmv1 header parser (unfinished) | Michael Niedermayer | 2002-04-06 | 1 | -0/+1 |
* | msmpeg4v2 decoding (no encoding yet) | Michael Niedermayer | 2002-04-05 | 1 | -2/+6 |
* | multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>) | Alex Beregszaszi | 2002-04-01 | 1 | -0/+12 |
* | - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine) | Juanjo | 2002-03-16 | 1 | -1/+2 |
* | - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. | Juanjo | 2002-03-10 | 1 | -0/+3 |
* | avcodec_find_encoder_by_name() patch by Alex | Arpi | 2001-12-23 | 1 | -0/+12 |
* | fixed pcm bitrate | Fabrice Bellard | 2001-09-24 | 1 | -2/+2 |
* | added pcm codecs | Fabrice Bellard | 2001-09-23 | 1 | -17/+39 |
* | CONFIG_MPGLIB no more needed | Arpi | 2001-09-21 | 1 | -2/+2 |
* | memalign autodetection | Nick Kurshev | 2001-09-13 | 1 | -19/+5 |
* | Aligned malloc. Another 10% of speedup. | Nick Kurshev | 2001-08-20 | 1 | -0/+31 |
* | changed opendivx to mpeg4 | Fabrice Bellard | 2001-08-15 | 1 | -2/+2 |
* | picture utils | Fabrice Bellard | 2001-08-11 | 1 | -0/+97 |
* | added MJPEG decoder + comments | Fabrice Bellard | 2001-08-06 | 1 | -0/+1 |
* | added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: d... | Fabrice Bellard | 2001-07-23 | 1 | -0/+12 |
* | Initial revision | Fabrice Bellard | 2001-07-22 | 1 | -0/+306 |