| Commit message (Expand) | Author | Age | Files | Lines |
* | sc_factor support for encoding. | Corey Hickey | 2006-01-22 | 1 | -0/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | Parameter added for user to set the cutoff frequency when encoding with faac. | Luca Abeni | 2006-01-10 | 1 | -0/+1 |
* | update x264 wrapper. | Robert Swain | 2005-12-29 | 1 | -1/+31 |
* | support downscaling frames for dynamic b frame decission | Michael Niedermayer | 2005-12-25 | 1 | -0/+1 |
* | 10l (didnt remove option from old ones after converting to AVOption) | Michael Niedermayer | 2005-12-25 | 1 | -1/+1 |
* | bidir refine support | Michael Niedermayer | 2005-12-23 | 1 | -0/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -3/+3 |
* | typo | Michael Niedermayer | 2005-12-18 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -58/+58 |
* | default_get_buffer() cleanup | Michael Niedermayer | 2005-12-02 | 1 | -28/+29 |
* | Typo fix | Guillaume Poirier | 2005-11-02 | 1 | -1/+1 |
* | changing a few options to AVOptions | Michael Niedermayer | 2005-09-20 | 1 | -17/+18 |
* | print more time_base fps stuff if av_log level is at debug or above | Michael Niedermayer | 2005-09-18 | 1 | -3/+8 |
* | the people want lower case ... | Michael Niedermayer | 2005-09-12 | 1 | -135/+135 |
* | dont include opt.h in avcodec.h | Michael Niedermayer | 2005-09-12 | 1 | -0/+1 |
* | CAREFULL --> CAREFUL typo fix | Diego Biurrun | 2005-09-12 | 1 | -1/+1 |
* | converting a few more options to AVOptions | Michael Niedermayer | 2005-09-12 | 1 | -17/+73 |
* | convert some options in ffmpeg.c to AVOptions | Michael Niedermayer | 2005-09-12 | 1 | -26/+98 |
* | flags and named constants with type checking of course for AVOption | Michael Niedermayer | 2005-09-11 | 1 | -3/+7 |
* | AVOption API improvments | Michael Niedermayer | 2005-09-11 | 1 | -86/+95 |
* | AVOption first try | Michael Niedermayer | 2005-09-06 | 1 | -1/+138 |
* | print fourcc in a readable form if possible | Michael Niedermayer | 2005-09-03 | 1 | -3/+5 |
* | Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). | Reimar Döffinger | 2005-09-02 | 1 | -0/+13 |
* | Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-s... | Burkhard Plaum | 2005-08-21 | 1 | -0/+11 |
* | libavutil: Utility code from libavcodec moved to a separate library. | Alexander Strasser | 2005-08-01 | 1 | -119/+0 |
* | thread mess check for avcodec_open/close() | Michael Niedermayer | 2005-07-25 | 1 | -6/+25 |
* | portable IEEE float/double read/write functions | Michael Niedermayer | 2005-07-19 | 1 | -0/+28 |
* | check for CODEC_CAP_DELAY in audio decoders too | Michael Niedermayer | 2005-07-14 | 1 | -3/+6 |
* | spelling fixes | Diego Biurrun | 2005-06-17 | 1 | -2/+2 |
* | subtitle codec type support | Fabrice Bellard | 2005-06-03 | 1 | -0/+30 |
* | AV_LOG_DEBUG is not a good default ... | Michael Niedermayer | 2005-05-26 | 1 | -1/+1 |
* | change extradata format for vorbis | Måns Rullgård | 2005-05-13 | 1 | -0/+14 |
* | ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net) | Roine Gustafsson | 2005-05-07 | 1 | -0/+19 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -3/+8 |
* | print pix_fmt if its known instead of if the raw codec is used | Michael Niedermayer | 2005-04-25 | 1 | -1/+1 |
* | PIX_FMT_NONE and related fixes | Michael Niedermayer | 2005-04-25 | 1 | -0/+1 |
* | motion estimation bitrate penalty compensation | Michael Niedermayer | 2005-03-27 | 1 | -0/+1 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -12/+0 |
* | mb_lmin/max to limit the per mb quality for the ratecontrol independant from ... | Michael Niedermayer | 2005-02-02 | 1 | -2/+2 |
* | make keyframe default for AVFrames | Michael Niedermayer | 2005-02-01 | 1 | -0/+1 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -5/+9 |
* | av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) | Kurosu | 2005-01-12 | 1 | -1/+1 |
* | dissallow sprintf | Michael Niedermayer | 2005-01-12 | 1 | -1/+1 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -2/+32 |
* | Check pointers before writing to memory, fix possible integer overflows | Roberto Togni | 2005-01-09 | 1 | -0/+6 |
* | common.c -> bitstream.c (and the single non bitstream func -> utils.c) | Michael Niedermayer | 2004-12-29 | 1 | -0/+23 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -0/+20 |
* | BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more ge... | François Revol | 2004-11-21 | 1 | -1/+1 |
* | stride align cleanup | Michael Niedermayer | 2004-10-26 | 1 | -8/+3 |