| Commit message (Expand) | Author | Age | Files | Lines |
* | added proposed API for parse_only mode to extract compressed frames from comp... | Fabrice Bellard | 2002-07-25 | 1 | -2/+12 |
* | beos/mov/adpcm patch by François Revol <revol at free dot fr> | François Revol | 2002-07-20 | 1 | -3/+15 |
* | uvlinesize | Michael Niedermayer | 2002-07-15 | 1 | -6/+10 |
* | direct rendering method 1 support | Michael Niedermayer | 2002-07-14 | 1 | -8/+17 |
* | new codec: Sorenson v1 | Nick Kurshev | 2002-07-09 | 1 | -2/+5 |
* | wmv1 support | Michael Niedermayer | 2002-06-18 | 1 | -0/+3 |
* | memory functions are exported | Fabrice Bellard | 2002-06-11 | 1 | -0/+7 |
* | grayscale only decoding | Michael Niedermayer | 2002-06-09 | 1 | -2/+4 |
* | use qstride instead of fixed constants | Nick Kurshev | 2002-06-03 | 1 | -3/+4 |
* | new field for communicating with external postprocessing | Nick Kurshev | 2002-06-03 | 1 | -8/+9 |
* | single coefficient elimination | Michael Niedermayer | 2002-06-02 | 1 | -5/+13 |
* | workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=... | Michael Niedermayer | 2002-05-21 | 1 | -3/+5 |
* | added avcodec_set_bit_exact() for testing | Fabrice Bellard | 2002-05-20 | 1 | -2/+4 |
* | - repeat_pict meaning changed, now it signals the extra delay for the | Juanjo | 2002-05-14 | 1 | -4/+5 |
* | * first shot for the new avcodec API | Zdenek Kabelac | 2002-05-14 | 1 | -0/+77 |
* | build num ++ | Nick Kurshev | 2002-05-12 | 1 | -2/+2 |
* | build info for ABI | Nick Kurshev | 2002-05-12 | 1 | -0/+2 |
* | I was too lazy to be a hero ;) | Nick Kurshev | 2002-05-12 | 1 | -0/+46 |
* | - repeat_pict added to AVCodecContext to signal if the decoder must repeat | Juanjo | 2002-05-12 | 1 | -3/+4 |
* | - pict_type exported to AVCodecContext | Juanjo | 2002-05-11 | 1 | -7/+18 |
* | * Start using enumerated types (makes debugging much easier) | Philip Gladstone | 2002-05-09 | 1 | -2/+3 |
* | - MPEG-4 B frames coding option for ffmpeg.c | Juanjo | 2002-05-06 | 1 | -1/+2 |
* | version info | Nick Kurshev | 2002-05-05 | 1 | -0/+2 |
* | Support for external huffman table and various fixes by Alex Beregszaszi <ale... | Arpi | 2002-05-01 | 1 | -2/+9 |
* | export mbskip_table for direct rendering | Michael Niedermayer | 2002-04-27 | 1 | -2/+7 |
* | avcodec_flush_buffers() | Michael Niedermayer | 2002-04-24 | 1 | -2/+4 |
* | export delay info | Michael Niedermayer | 2002-04-22 | 1 | -2/+5 |
* | fixed ratecontrol & b-frames | Michael Niedermayer | 2002-04-21 | 1 | -4/+11 |
* | postprocess array increased to handle images up to 2048x1536 | Arpi | 2002-04-20 | 1 | -2/+2 |
* | fixed mpeg4 time stuff on encoding | Michael Niedermayer | 2002-04-17 | 1 | -2/+7 |
* | - Versions defined for libav/libavcodec. | Juanjo | 2002-04-15 | 1 | -1/+7 |
* | - ME method compatibility with legacy apps. | Juanjo | 2002-04-14 | 1 | -1/+4 |
* | - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. | Juanjo | 2002-04-14 | 1 | -8/+15 |
* | - PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it. | Juanjo | 2002-04-09 | 1 | -1/+1 |
* | - Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting | Juanjo | 2002-04-09 | 1 | -1/+1 |
* | * using pixtype as enum - by Philip Gladstone | Zdenek Kabelac | 2002-04-08 | 1 | -1/+2 |
* | wmv1 header parser (unfinished) | Michael Niedermayer | 2002-04-06 | 1 | -0/+2 |
* | msmpeg4v2 decoding (no encoding yet) | Michael Niedermayer | 2002-04-05 | 1 | -3/+10 |
* | using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines ... | Arpi | 2002-03-28 | 1 | -2/+1 |
* | force frame type for 2-pass encoding | Michael Niedermayer | 2002-03-28 | 1 | -0/+2 |
* | 4MV motion estimation (not finished yet) | Michael Niedermayer | 2002-03-27 | 1 | -0/+5 |
* | statistics for 2-pass encoding | Michael Niedermayer | 2002-03-23 | 1 | -0/+11 |
* | more aspect stuff | Michael Niedermayer | 2002-03-22 | 1 | -0/+5 |
* | mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) | Michael Niedermayer | 2002-03-22 | 1 | -0/+1 |
* | new motion estimation (epzs) not complete yet but allready pretty good :) | Michael Niedermayer | 2002-03-22 | 1 | -0/+2 |
* | hopefully better bitrate controll | Michael Niedermayer | 2002-03-17 | 1 | -0/+7 |
* | - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. | Juanjo | 2002-03-10 | 1 | -0/+2 |
* | - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm | Juanjo | 2002-02-26 | 1 | -0/+6 |
* | - Fixes on RTP and GOB headers for H.263. | Juanjo | 2002-02-09 | 1 | -0/+8 |
* | avcodec_find_encoder_by_name() patch by Alex | Arpi | 2001-12-23 | 1 | -0/+1 |