| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Add reget_buffer() function to AVCodecContext | Roberto Togni | 2003-11-26 | 1 | -1/+33 |
* | Add cr codec capability and buffer hints | Roberto Togni | 2003-11-07 | 1 | -0/+1 |
* | only add prefix after \n | Michael Niedermayer | 2003-11-03 | 1 | -1/+6 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -0/+51 |
* | initalize various uninitalized variables and avoid coded_picture_number as it... | Michael Niedermayer | 2003-10-30 | 1 | -8/+13 |
* | revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) | Mike Melanson | 2003-10-30 | 1 | -0/+1 |
* | added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler... | Fabrice Bellard | 2003-10-29 | 1 | -0/+8 |
* | use continued fractions to approximate a fraction if its numerator or denomin... | Michael Niedermayer | 2003-10-20 | 1 | -14/+26 |
* | AVRational | Michael Niedermayer | 2003-10-20 | 1 | -0/+1 |
* | * original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE | Roman Shaposhnik | 2003-10-16 | 1 | -1/+1 |