| Commit message (Expand) | Author | Age | Files | Lines |
* | Add additional long names for the Flash Video decoder and encoder. | Stefano Sabatini | 2009-10-19 | 1 | -1/+1 |
* | Remove casts that are useless since the argument is void *. | Reimar Döffinger | 2009-10-06 | 1 | -4/+4 |
* | Check for thread_count==0. | Michael Niedermayer | 2009-09-10 | 1 | -0/+5 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -8/+8 |
* | Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. | Diego Biurrun | 2009-08-05 | 1 | -3/+3 |
* | Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER. | Diego Biurrun | 2009-08-05 | 1 | -4/+4 |
* | Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or | Diego Biurrun | 2009-08-05 | 1 | -2/+1 |
* | Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. | Diego Biurrun | 2009-08-03 | 1 | -24/+0 |
* | remove apparently unused real_pict_num from AVCodecContext | Baptiste Coudurier | 2009-05-27 | 1 | -1/+0 |
* | Rename alloc_picture to ff_alloc_picture and move its definition | Baptiste Coudurier | 2009-05-27 | 1 | -3/+3 |
* | Set progressive_sequence before MPV_common_init which cares about it when | Baptiste Coudurier | 2009-05-23 | 1 | -2/+4 |
* | Fix VBV delay for mpeg1/2 CBR. | Michael Niedermayer | 2009-05-14 | 1 | -2/+12 |
* | Remove dead assignments found by CSA | Benjamin Larsson | 2009-05-02 | 1 | -3/+0 |
* | Rename pbBufPtr() to put_bits_ptr(). | Stefano Sabatini | 2009-04-13 | 1 | -4/+4 |
* | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun | 2009-03-02 | 1 | -1/+1 |
* | Let rgb32 pass for ljpeg. | Michael Niedermayer | 2009-02-12 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Make more descriptive the long names for the various variants of H.263. | Stefano Sabatini | 2009-01-25 | 1 | -2/+2 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 1 | -1/+1 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -50/+50 |
* | Implement the fields rc_max_available_vbv_use and | Baptiste Coudurier | 2008-11-29 | 1 | -1/+1 |
* | Move aanscales tables to their own file; fixes compilation without encoders. | Diego Biurrun | 2008-11-26 | 1 | -23/+1 |
* | cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible. | Diego Biurrun | 2008-11-26 | 1 | -9/+9 |
* | Making it easier to send arbitrary structures as work orders to MT workers | Roman Shaposhnik | 2008-11-12 | 1 | -8/+8 |
* | Promote inv_aanscales array to global scope (ff_inv_aanscales) | Peter Ross | 2008-11-08 | 1 | -2/+2 |
* | Rename copy_picture to ff_copy_picture. | Carl Eugen Hoyos | 2008-10-02 | 1 | -2/+2 |
* | Remove stuff under #if LIBAVCODEC_VERSION_INT. | Michael Niedermayer | 2008-09-08 | 1 | -5/+0 |
* | Check ff_init_me()s return value. | Michael Niedermayer | 2008-09-01 | 1 | -1/+2 |
* | fix 4:2:2 psnr | Baptiste Coudurier | 2008-08-08 | 1 | -4/+5 |
* | Prevent low delay from being used with mpeg1. | Michael Niedermayer | 2008-08-05 | 1 | -2/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -10/+10 |
* | uniformize trellis quant option | Baptiste Coudurier | 2008-06-09 | 1 | -2/+7 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -10/+10 |
* | Typo: distoration -> distortion. | Ramiro Polla | 2008-04-29 | 1 | -10/+10 |
* | Add some long names to AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -0/+4 |
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-28 | 1 | -0/+6 |
* | Implement FFMAX3(a,b,c) - maximum over three arguments. | Vladimir Voroshilov | 2008-04-19 | 1 | -1/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | typo fixes | Diego Biurrun | 2008-03-15 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2008-03-10 | 1 | -1/+1 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -37/+37 |
* | Fix trellis quant + AAN DCT. | Michael Niedermayer | 2008-02-25 | 1 | -3/+22 |
* | Remove unused symbol. | Diego Pettenò | 2008-01-07 | 1 | -2/+0 |
* | Fix encoding wmv1 with -mbd 1. | Michael Niedermayer | 2007-12-27 | 1 | -0/+4 |
* | cosmetics: Fix vissual --> visual typo. | Diego Biurrun | 2007-11-10 | 1 | -9/+9 |
* | export convert_matrix and add ff_ prefix | Baptiste Coudurier | 2007-10-08 | 1 | -4/+4 |
* | warn user if max=bitrate && max > min | Michael Niedermayer | 2007-07-29 | 1 | -0/+4 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-07-10 | 1 | -16/+18 |
* | Avoid linking with h263.c functions when the relevant codecs | Aurelien Jacobs | 2007-07-10 | 1 | -15/+32 |