Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | detect avcodec_open() on an already opened AVCodecContext | Michael Niedermayer | 2003-09-10 | 1 | -0/+3 |
* | removed warnings | Fabrice Bellard | 2003-09-09 | 1 | -0/+1 |
* | update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?) | Fabrice Bellard | 2003-09-08 | 1 | -0/+6 |
* | cleanup / fixes | Michael Niedermayer | 2003-08-05 | 1 | -0/+1 |
* | rate distortion mb decision support | Michael Niedermayer | 2003-07-29 | 1 | -1/+1 |
* | AVCodec.flush() | Michael Niedermayer | 2003-07-17 | 1 | -31/+5 |
* | flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ... | Garrick Meeker | 2003-07-09 | 1 | -0/+1 |
* | rgb15 & rgb16 fix | Michael Niedermayer | 2003-05-30 | 1 | -1/+2 |
* | Warning and compatibility fixes. | Falk Hüffner | 2003-05-24 | 1 | -1/+1 |
* | cleanup | Michael Niedermayer | 2003-05-14 | 1 | -0/+12 |
* | 100l (document buffer padding requirements) | Michael Niedermayer | 2003-05-12 | 1 | -3/+9 |
* | 10l | Michael Niedermayer | 2003-04-25 | 1 | -2/+2 |
* | fixing mixed dr1 + internal buffers | Michael Niedermayer | 2003-04-25 | 1 | -29/+71 |
* | fixed static init | Fabrice Bellard | 2003-04-20 | 1 | -1/+1 |
* | 10l | Michael Niedermayer | 2003-04-02 | 1 | -3/+3 |
* | user setable quantizer bias | Michael Niedermayer | 2003-03-22 | 1 | -0/+3 |
* | rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) | Fred Rothganger | 2003-03-16 | 1 | -29/+0 |
* | field pic decoding cleanup | Michael Niedermayer | 2003-03-16 | 1 | -3/+3 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -2/+62 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+6 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -6/+6 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -2/+2 |
* | removed warning | Fabrice Bellard | 2003-01-23 | 1 | -2/+0 |
* | use av_malloc() functions - added av_strdup and av_realloc() | Fabrice Bellard | 2003-01-23 | 1 | -3/+29 |
* | get_format() | Michael Niedermayer | 2003-01-12 | 1 | -0/+5 |
* | moved avpicture_xxx to imgconvert | Fabrice Bellard | 2003-01-11 | 1 | -104/+0 |
* | moved avcodec_get_chroma_sub_sample() to imgconvert.c | Fabrice Bellard | 2003-01-11 | 1 | -30/+1 |
* | * avoid usage of next/last buffer after flush | Zdenek Kabelac | 2003-01-06 | 1 | -1/+2 |
* | qpel in mmx2/3dnow | Michael Niedermayer | 2003-01-05 | 1 | -0/+1 |
* | mb qp limits | Michael Niedermayer | 2002-12-18 | 1 | -0/+2 |
* | * fill codec_id in codec_open | Zdenek Kabelac | 2002-12-09 | 1 | -0/+1 |
* | AVVideoFrame -> AVFrame | Michael Niedermayer | 2002-12-09 | 1 | -8/+8 |
* | cleanup / messup? | Michael Niedermayer | 2002-12-09 | 1 | -5/+36 |
* | print a warning if something allocates 0 bytes | Michael Niedermayer | 2002-12-04 | 1 | -0/+3 |
* | 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 |