| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * Introducing IIDC1394 grabbing interface. | Roman Shaposhnik | 2004-10-22 | 1 | -0/+1 |
* | infinte recursion fix | Michael Niedermayer | 2004-10-18 | 1 | -1/+1 |
* | do not call (av_)abort() | Michael Niedermayer | 2004-10-01 | 1 | -1/+2 |
* | lowres width/height cleanup 3rd try | Michael Niedermayer | 2004-09-27 | 1 | -0/+13 |
* | av_rescale with user specified rounding | Michael Niedermayer | 2004-09-19 | 1 | -8/+16 |
* | changing size segfault fix | Michael Niedermayer | 2004-09-15 | 1 | -2/+2 |
* | Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>) | Michael Niedermayer | 2004-08-13 | 1 | -1/+1 |
* | user overrideable level & profile | Michael Niedermayer | 2004-08-13 | 1 | -0/+2 |
* | UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) | Todd Kirby | 2004-07-25 | 1 | -0/+2 |
* | simplify | Michael Niedermayer | 2004-07-14 | 1 | -39/+26 |
* | Force alignement for rpza and smc | Roberto Togni | 2004-06-27 | 1 | -0/+10 |
* | flush audio encoder buffers at the end | Michael Niedermayer | 2004-06-22 | 1 | -12/+13 |
* | avcodec_find is in no header file, and appearently not used or very usefull s... | Michael Niedermayer | 2004-05-25 | 1 | -1/+1 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -0/+2 |
* | dummy avcodec_thread_init() to avoid linking issues | Michael Niedermayer | 2004-05-10 | 1 | -0/+5 |
* | use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 6... | Michael Niedermayer | 2004-05-04 | 1 | -11/+15 |
* | simplify | Michael Niedermayer | 2004-04-30 | 1 | -11/+5 |
* | cleanup & memleak fix | Michael Niedermayer | 2004-04-30 | 1 | -1/+4 |
* | 1000l in av_mallocz_static() | Michael Niedermayer | 2004-03-22 | 1 | -3/+2 |
* | static allocation rewrite (old code was plain a broken mess) | Michael Niedermayer | 2004-03-21 | 1 | -25/+19 |
* | silence warnings | Ivan Kalvachev | 2004-03-04 | 1 | -1/+1 |
* | av_log() cleanup | Michael Niedermayer | 2004-03-03 | 1 | -14/+15 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2004-03-03 | 1 | -15/+22 |
* | macrofree av_freep() | Michael Niedermayer | 2004-03-03 | 1 | -2/+6 |
* | use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 | Michael Niedermayer | 2004-02-25 | 1 | -2/+14 |
* | (f)printf() is disallowed in libavcodec, compilation will fail now if its use... | Michael Niedermayer | 2004-02-22 | 1 | -0/+2 |
* | multithreaded/SMP motion estimation | Michael Niedermayer | 2004-02-13 | 1 | -0/+12 |
* | ppc chroma mess workaround (real bug is that the motion compensation code ass... | Michael Niedermayer | 2004-02-12 | 1 | -1/+2 |
* | tiny warning fix | Falk Hüffner | 2004-02-01 | 1 | -1/+1 |
* | segfault fix | Michael Niedermayer | 2004-01-23 | 1 | -1/+1 |
* | copyright year update of the files i touched and remembered, things look anno... | Michael Niedermayer | 2004-01-10 | 1 | -0/+1 |
* | 10l | Michael Niedermayer | 2004-01-05 | 1 | -0/+1 |