58 Commits (a5dbb247af9f02cff4899f16d3a87f49fe16727a)

Author SHA1 Message Date
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago
Fabrice Bellard 0d4c587854 removed warning 22 years ago
Fabrice Bellard 8e1e6f31c1 use av_malloc() functions - added av_strdup and av_realloc() 22 years ago
Michael Niedermayer a33c7159e1 get_format() 22 years ago
Fabrice Bellard 5915a6dc85 moved avpicture_xxx to imgconvert 22 years ago
Fabrice Bellard 9bbffbb155 moved avcodec_get_chroma_sub_sample() to imgconvert.c 22 years ago
Zdenek Kabelac 87fb268fdc * avoid usage of next/last buffer after flush 22 years ago
Michael Niedermayer 826f429ae9 qpel in mmx2/3dnow 22 years ago
Michael Niedermayer 17a70fdeef mb qp limits 22 years ago
Zdenek Kabelac 4cb3ca724d * fill codec_id in codec_open 22 years ago
Michael Niedermayer 492cd3a920 AVVideoFrame -> AVFrame 22 years ago
Michael Niedermayer 4e00e76b3c cleanup / messup? 22 years ago
Michael Niedermayer 5b20b7328a print a warning if something allocates 0 bytes 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago
Zdenek Kabelac 855ea723b0 * two functions to handle allocation of static data more simple 22 years ago
Zdenek Kabelac 18f770162b * fixing some minor const warnings 22 years ago
Zdenek Kabelac c6af86c240 * avcodec_init could be removed I guess... 22 years ago
Michael Niedermayer 6bb925f47d dont call emms_c() for each MB 22 years ago
Michael Niedermayer 8d0e42cad0 more defaults 22 years ago
Michael Niedermayer 4d2858deac better/cleaner error resilience (done in a 2nd pass after decoding) 22 years ago
Fabrice Bellard a5e880583c corrected pixel format display 22 years ago
Fabrice Bellard 4bfad53561 added two pass info 22 years ago
Falk Hüffner 7ffbb60ee7 Minor warning fix. 22 years ago
Michael Niedermayer b3a391e8b8 fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully 22 years ago
Michael Niedermayer e8b62df6e4 fixing apiexample 22 years ago
Michael Niedermayer a949d72e0e avcodec_alloc_context() 22 years ago
Philip Gladstone b71472eb62 Add conversions to and from RGBA32 and BGRA32. 22 years ago
Nick Kurshev be8ffec9cd new codec: Sorenson v1 23 years ago
Fabrice Bellard ce992c6932 moved code to mem.c and allcodecs.c 23 years ago
Zdenek Kabelac cd4af68ad5 * started to cleanup name clashes for onetime compilation 23 years ago
Fabrice Bellard ff4ec49e64 license/copyright change 23 years ago
Fabrice Bellard 4d7a0a0593 better av_freep() 23 years ago
Fabrice Bellard 3123dd793e proper memory handling functions 23 years ago
Nick Kurshev 8bceb6af09 build info for ABI 23 years ago
Philip Gladstone 0edf8a7a65 * Don't allocate 0 bytes of memory. It upsets electricFence! 23 years ago
Nick Kurshev 156e5023e8 version info 23 years ago
Michael Niedermayer 1c2a8c7f14 avcodec_flush_buffers() 23 years ago
Zdenek Kabelac 623563c04a * using some small char buffer - needed for sprintf 23 years ago
Juanjo 4b1f4f236b - Versions defined for libav/libavcodec. 23 years ago
Juanjo e0d2714adc - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for 23 years ago
Zdenek Kabelac bc657ac31d * using pixtype as enum - by Philip Gladstone 23 years ago
Michael Niedermayer e1a9dbffed wmv1 header parser (unfinished) 23 years ago
Michael Niedermayer 84afee348f msmpeg4v2 decoding (no encoding yet) 23 years ago
Alex Beregszaszi 0344cd0a7c multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>) 23 years ago
Juanjo 1cb0edb40b - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine) 23 years ago
Juanjo 9d36bdc9be - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. 23 years ago
Arpi 98f3b098f9 avcodec_find_encoder_by_name() patch by Alex 23 years ago
Fabrice Bellard a190b7e94e fixed pcm bitrate 23 years ago
Fabrice Bellard a96b68b717 added pcm codecs 23 years ago