log

age author description
2004-01-31 melanson these functions (get_bit_count and align_put_bits) are referenced even libavcodec
2004-01-31 melanson handle invalid buffer sizes libavcodec
2004-01-31 melanson watch those hard tabs libavcodec
2004-01-31 melanson handle 0-length buffers libavcodec
2004-01-31 melanson handle 0-length buffers libavcodec
2004-01-29 michael b frames + cbr fix libavcodec
2004-01-29 michael SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>) libavcodec
2004-01-28 michael 4mv + b frame encoding segfault fix libavcodec
2004-01-27 michael first coded vs. first displayed pts (segfault & pts fix if b frames are used) libavcodec
2004-01-26 michael 10l libavcodec
2004-01-26 michael int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
2004-01-26 michael mpeg4 pts fix libavcodec
2004-01-25 rtognimp Use reget buffer instead of copying from prev frame libavcodec
2004-01-25 alex freebsd fix for mpeg12.c (moving INT64_MAX to common.h) libavcodec
2004-01-24 michael optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 and http://www.alicestreet.com/ffh263.html libavcodec
2004-01-24 michael optimization libavcodec
2004-01-23 michael segfault fix libavcodec
2004-01-22 michael closed gop support & flags2 as all bits in flags are used libavcodec
2004-01-22 michael inttypes.h patch by (Chip <szarlada at freemail dot hu>) libavcodec
2004-01-21 michael more tolerance for dc=0 libavcodec
2004-01-19 michael avcodec_flush_buffers() fix libavcodec
2004-01-18 michael segfault fix libavcodec
2004-01-18 michael removing broken framerate conversation hack in mpeg1/2 libavcodec
2004-01-18 michael rv20 mv prediction in b frames fix libavcodec
2004-01-15 michael xvid "packed" stuff support libavcodec
2004-01-14 michael dont calculate stuff if its not used ... libavcodec
2004-01-14 michael fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp libavcodec
2004-01-13 rtognimp Right fix for older zlib version libavcodec
2004-01-13 rtognimp Fix for older version of zlib libavcodec
2004-01-12 michael type fixes, found by Wolfgang Hesseler libavcodec
2004-01-12 rtognimp MSZH and ZLIB decoder support libavcodec
2004-01-10 michael grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb)) libavcodec
2004-01-10 michael copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise libavcodec
2004-01-10 michael more sane inttypes emulation behavior if libavcodec is used outside ffmpeg libavcodec
2004-01-10 michael cleanup libavcodec
2004-01-09 michael something unimportant ... libavcodec
2004-01-09 michael inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at androme dot be>) libavcodec
2004-01-08 michael lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
2004-01-08 michael optimize compute_antialias() and add a floating point based alternative (2x faster) libavcodec
2004-01-08 michael uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>) libavcodec
2004-01-08 michael memleak fix libavcodec
2004-01-05 michael 10l libavcodec
2004-01-05 michael interlaced dct decision cleanup libavcodec
2004-01-05 michael simplify libavcodec
2004-01-04 michael gop timestamp fix libavcodec
2004-01-04 michael 10000l libavcodec
2004-01-04 michael frame rate emulation "fix" by (Mean <fixounet at free dot fr>) libavcodec
2004-01-04 michael mpeg2 QP clamping fix libavcodec
2004-01-04 michael non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
2004-01-04 michael warn the user if we had to clip some dct coefficient due to a crappy format which doenst support the whole needed range (msmpeg4/wmv mostly but mpeg1 too to a lesser extend) libavcodec
2004-01-04 michael SVCD scan offset stuff libavcodec
2004-01-03 michael denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>) libavcodec
2004-01-02 michael denoise_dct_mmx() libavcodec
2004-01-02 michael more trellis quant optimizations libavcodec
2004-01-02 melanson first pass at Sierra VMD A/V decoders; video looks great, audio is not libavcodec
2004-01-02 michael cleanup libavcodec
2004-01-02 michael optimizing (trellis) quantizer libavcodec
2004-01-02 melanson off-by-1 error in the never-before-tested embedded string code libavcodec
2004-01-01 michael put_pixels width comment fix libavcodec
2004-01-01 michael dont show uninitalized motion vectors libavcodec
2004-01-01 michael rate limit tips and checks libavcodec
2004-01-01 michael print vbv buffer size & bitrate when decoding with -debug 1 libavcodec
2003-12-30 michael info about h and tpel libavcodec
2003-12-30 michael interlaced motion estimation libavcodec
2003-12-30 michael 100000l libavcodec
2003-12-30 michael motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
2003-12-29 michael picture number fixes libavcodec
2003-12-28 michael 10l (segfault fix) libavcodec
2003-12-22 michael lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
2003-12-22 michael 10l (forgot to copy top_field_first flag) libavcodec
2003-12-21 michael rv20 / h263 b frame fix libavcodec
2003-12-19 michael fix crash libavcodec
2003-12-18 melanson SVQ3 uses unrestricted motion vectors libavcodec
2003-12-18 michael svq3 fix libavcodec
2003-12-17 michael vbv_delay libavcodec
2003-12-16 bellard pts and dts support in parser API libavcodec
2003-12-16 melanson initial predictors are not sent to the output in QT IMA; fix stereo QT libavcodec
2003-12-15 bellard added End Of File handling to return last picture for MPEG1/2/4 libavcodec
2003-12-15 michael 100l (forgot alpha & ppc) libavcodec
2003-12-14 michael mv vissualization & field picture fix libavcodec
2003-12-14 michael cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
2003-12-14 michael 10l (printing qscale before parsing it) libavcodec
2003-12-14 michael split intra / inter dequantization libavcodec
2003-12-14 michael error concealment regression test libavcodec
2003-12-13 michael cleanup libavcodec
2003-12-13 michael Here are juste two added #ifdef CONFIG_ENCODERS to allow libavcodec
2003-12-13 michael mb type & qp vissualization libavcodec
2003-12-12 michael stuffing to stay above min_bitrate libavcodec
2003-12-12 michael CBR improvements libavcodec
2003-12-12 bellard fixed top_field_first support when encoding libavcodec
2003-12-12 bellard fill codec info libavcodec
2003-12-11 michael fixing h263p encoding without UMV libavcodec
2003-12-11 michael set AVCodecContext.width/height before get_buffer() libavcodec
2003-12-10 michael interlaced dct encoding fix libavcodec
2003-12-10 bellard interlaced DCT support for MPEG2 encoding libavcodec
2003-12-10 bellard fixed interlaced encoding libavcodec