99 Commits (81c5f887485a3d46ec5948832acc7da8167b5248)

Author SHA1 Message Date
Michael Niedermayer 81c5f88748 macrofree av_freep() 21 years ago
Michael Niedermayer 9740beffc6 use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 21 years ago
Michael Niedermayer d705e4a6bb (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get 21 years ago
Michael Niedermayer 9c3d33d67f multithreaded/SMP motion estimation 21 years ago
Michael Niedermayer 7984082a08 ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown) 21 years ago
Falk Hüffner 95ba2c8f43 tiny warning fix 21 years ago
Michael Niedermayer 83f8c0c3c8 segfault fix 21 years ago
Michael Niedermayer 8f2ab83318 copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise 21 years ago
Michael Niedermayer 620fe604a8 10l 21 years ago
Roberto Togni e1c2a5a0a8 - Add reget_buffer() function to AVCodecContext 21 years ago
Roberto Togni 074c4ca7fd Add cr codec capability and buffer hints 21 years ago
Michael Niedermayer 89b9441aba only add prefix after \n 21 years ago
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michael Niedermayer 237e49387a initalize various uninitalized variables and avoid coded_picture_number as its not always correct (later should be reversed after fixing the picture_number mess) 21 years ago
Mike Melanson 2a2bbcb05f revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) 21 years ago
Fabrice Bellard 985180a1b8 added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed) 21 years ago
Michael Niedermayer 5ed9f2e5aa use continued fractions to approximate a fraction if its numerator or denominator is too large 21 years ago
Michael Niedermayer 5ff85f1d8b AVRational 21 years ago
Roman Shaposhnik 5c00fe4137 * original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE 21 years ago
Michael Niedermayer f0bbfc4a20 default_get_buffer() fixes 21 years ago
Michael Niedermayer 158c7f059c use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken 21 years ago
Michael Niedermayer 09770af869 detect avcodec_open() on an already opened AVCodecContext 21 years ago
Fabrice Bellard b160941221 removed warnings 21 years ago
Fabrice Bellard 98ce5991d7 update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?) 21 years ago
Michael Niedermayer 59c673d518 cleanup / fixes 21 years ago
Michael Niedermayer 7d1c3fc1d6 rate distortion mb decision support 21 years ago
Michael Niedermayer 7a06ff148d AVCodec.flush() 22 years ago
Garrick Meeker d4f5d74a54 flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) 22 years ago
Michael Niedermayer ba88675b1d rgb15 & rgb16 fix 22 years ago
Falk Hüffner 4cfbf61bf1 Warning and compatibility fixes. 22 years ago
Michael Niedermayer d8085ea727 cleanup 22 years ago
Michael Niedermayer f138f88364 100l (document buffer padding requirements) 22 years ago
Michael Niedermayer 7c9375f15a 10l 22 years ago
Michael Niedermayer d90cf87b90 fixing mixed dr1 + internal buffers 22 years ago
Fabrice Bellard 59cf08ce90 fixed static init 22 years ago
Michael Niedermayer 2c19981a93 10l 22 years ago
Michael Niedermayer 1984f6359e user setable quantizer bias 22 years ago
Fred Rothganger e8750b0076 rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) 22 years ago
Michael Niedermayer b536d0aad2 field pic decoding cleanup 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago
Fabrice Bellard 0d4c587854 removed warning 22 years ago
Fabrice Bellard 8e1e6f31c1 use av_malloc() functions - added av_strdup and av_realloc() 22 years ago
Michael Niedermayer a33c7159e1 get_format() 22 years ago
Fabrice Bellard 5915a6dc85 moved avpicture_xxx to imgconvert 22 years ago
Fabrice Bellard 9bbffbb155 moved avcodec_get_chroma_sub_sample() to imgconvert.c 22 years ago
Zdenek Kabelac 87fb268fdc * avoid usage of next/last buffer after flush 22 years ago
Michael Niedermayer 826f429ae9 qpel in mmx2/3dnow 22 years ago