log

age author description
2003-07-28 al3x using av_abort instead exit libavcodec
2003-07-27 al3x 410p -> 411p libavcodec
2003-07-27 al3x CLJR decoding support libavcodec
2003-07-26 iive make MPV_frame_start fail on get_buffer failer libavcodec
2003-07-26 iive compile xvmc only when requested libavcodec
2003-07-26 iive initial XvMC support libavcodec
2003-07-26 iive initial XvMC support libavcodec
2003-07-26 michaelni ati vcr2 uv swap libavcodec
2003-07-25 al3x get_bits -> skip_bits libavcodec
2003-07-25 al3x warning fixes libavcodec
2003-07-24 michaelni vcr2 cleanup libavcodec
2003-07-24 michaelni ATI VCR2 decoding support libavcodec
2003-07-24 michaelni fix libavcodec
2003-07-24 michaelni ATI VCR1 decoder libavcodec
2003-07-23 michaelni last frames & b frames encoding fix libavcodec
2003-07-23 michaelni last frame decoding fix libavcodec
2003-07-23 michaelni bitstream changes to match JM7.2 libavcodec
2003-07-20 michaelni default for slices is display order again libavcodec
2003-07-18 michaelni svq3 b frame slices fix libavcodec
2003-07-17 michaelni AVCodec.flush() libavcodec
2003-07-16 michaelni edge fix libavcodec
2003-07-16 michaelni fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they arent buggy) libavcodec
2003-07-16 michaelni fix qmin==qmax==1 && msmpeg4 && intra bug libavcodec
2003-07-15 michaelni flv1 fix libavcodec
2003-07-14 michaelni 10l libavcodec
2003-07-13 michaelni 10l libavcodec
2003-07-13 michaelni golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster) libavcodec
2003-07-12 michaelni simpler libavcodec
2003-07-12 michaelni cleanup libavcodec
2003-07-10 michaelni postprocessing support libavcodec
2003-07-10 michaelni 1000l (forgot to commit) libavcodec
2003-07-10 michaelni fix? flv escape codes libavcodec
2003-07-10 tmmm added the official VP3 IDCT (C implementation) as well as a grayscale libavcodec
2003-07-10 michaelni flv cleanup / simplify libavcodec
2003-07-09 michaelni flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodec
2003-07-09 michaelni 1) remove TBL support in PPC performance. It's much more useful to use the libavcodec
2003-07-08 michaelni few more error checks libavcodec
2003-07-07 michaelni the reference sw doesnt like some legal headers ... libavcodec
2003-07-07 al3x warning fix libavcodec
2003-07-07 michaelni mpeg 2 seeking fix libavcodec
2003-07-07 al3x Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change libavcodec
2003-07-06 michaelni CODEC_FLAG_LOW_DELAY fix libavcodec
2003-07-05 michaelni merge U and V statistics, 33% reduction in memory requirement, compression rate better for some files worse for others, worst compression rate loss 0.05% libavcodec
2003-07-05 michaelni memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>) libavcodec
2003-07-04 al3x moved frame_count to wmadeccontext libavcodec
2003-07-04 al3x uniformization (now it uses the same trace functions as h264, defined in common.h) libavcodec
2003-07-04 al3x unwanted second definition of CHECKED_ALLOCZ libavcodec
2003-07-04 michaelni PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2003-07-03 michaelni Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodec
2003-07-03 michaelni fix last_block_index<=0 bug libavcodec
2003-07-02 michaelni cleanup / cosmetics libavcodec
2003-07-02 michaelni 20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all other files had <=0.1% loss) libavcodec
2003-06-29 al3x moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big? libavcodec
2003-06-29 michaelni PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2003-06-29 michaelni build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>) libavcodec
2003-06-28 michaelni fix CHECKED_ALLOCZ(0) libavcodec
2003-06-28 michaelni gcc 2.95 workaround libavcodec
2003-06-27 tmmm - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!) libavcodec
2003-06-27 tmmm Fix third pixel motion compensation libavcodec
2003-06-27 michaelni 2x100l libavcodec
2003-06-26 michaelni blinking blocks around thin vertical lines and dots bugfix libavcodec
2003-06-23 michaelni DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodec
2003-06-22 michaelni CONFIG_ENCODERS cleanup libavcodec
2003-06-21 michaelni the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodec
2003-06-21 michaelni fixing concealment MVs prediction libavcodec
2003-06-20 al3x some warning fixes libavcodec
2003-06-20 tmmm don't step on the context libavcodec
2003-06-20 tmmm 4, not 2 libavcodec
2003-06-19 tmmm added support for B-frames and multiple slices libavcodec
2003-06-19 tmmm fix identifier to fix compilation libavcodec
2003-06-18 michaelni make ff_emulated_edge_mc() independant of MpegEncContext libavcodec
2003-06-18 nickols_k optimization: merge phases 0 and 1 libavcodec
2003-06-17 michaelni lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes libavcodec
2003-06-17 nickols_k to be more precise libavcodec
2003-06-17 nickols_k finally works now libavcodec
2003-06-16 al3x 10l libavcodec
2003-06-16 bellard fixed segfault if sequence header has not been found before slice decoding libavcodec
2003-06-16 michaelni cleanup libavcodec
2003-06-16 al3x a bottle of coke (=0.5l) libavcodec
2003-06-16 nickols_k some useful warning libavcodec
2003-06-15 michaelni lossless jpeg decoding support libavcodec
2003-06-13 michaelni golomb rice codes libavcodec
2003-06-13 kabi * removed redundant includes (they were even wrongly used) libavcodec
2003-06-13 nickols_k RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga libavcodec
2003-06-10 bellard works with old gcc versions too libavcodec
2003-06-09 michaelni reducing memory consumption (reducing number of contexts and other stuff, no noticeable loss in compression rate) libavcodec
2003-06-09 michaelni 10l libavcodec
2003-06-09 michaelni FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv) libavcodec
2003-06-07 michaelni more comments libavcodec
2003-06-06 michaelni cleanup libavcodec
2003-06-05 kabi * 3gp patch by Joca libavcodec
2003-06-03 michaelni 4xm adpcm libavcodec
2003-06-01 michaelni fix 4xm yuv->rgb565 transform libavcodec
2003-06-01 michaelni 10l (array[-1] ...) libavcodec
2003-06-01 michaelni 4xm codec libavcodec
2003-05-31 tmmm revising and fixing motion vectors, squished block unpacking bug that libavcodec
2003-05-30 michaelni rgb15 & rgb16 fix libavcodec
2003-05-30 michaelni (truncated) unary binerization libavcodec
2003-05-30 michaelni fix mpeg1/2 decoding if there are no 0 bytes after the bitstream libavcodec
2003-05-29 michaelni mpeg1 decoding fix libavcodec
2003-05-28 michaelni CABAC libavcodec
2003-05-28 tmmm placeholder IDs for 4xm A/V codecs libavcodec
2003-05-27 michaelni motion vector vissualization for mpeg1/2 libavcodec
2003-05-26 michaelni set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot sourceforge dot net>) libavcodec
2003-05-26 tmmm rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's libavcodec
2003-05-24 mellum Warning and compatibility fixes. libavcodec
2003-05-23 michaelni some benchmarking code libavcodec
2003-05-23 michaelni optimize libavcodec
2003-05-23 michaelni cleanup libavcodec
2003-05-22 michaelni truncated h263 decoding support / H263-ES "demuxer" libavcodec
2003-05-21 michaelni altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>) libavcodec
2003-05-20 kabi * compile fixes by Mitch at Bits.COM libavcodec
2003-05-20 michaelni cleanup libavcodec
2003-05-20 michaelni CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
2003-05-19 michaelni ASV1 codec libavcodec
2003-05-19 tmmm fix subtle logic problem in block unpacker that leads to incorrect token libavcodec
2003-05-18 michaelni improving 3IV1 support (still far from perfect) note, disabled as it requires some checks in the inner loops which would slow things down a tiny bit libavcodec
2003-05-16 michaelni seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered) libavcodec
2003-05-16 michaelni bigendian fix libavcodec
2003-05-16 michaelni CODEC_CAP_DRAW_HORIZ_BAND libavcodec
2003-05-15 michaelni moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...) libavcodec
2003-05-15 mellum Warning fixes. libavcodec
2003-05-15 michaelni optimize libavcodec
2003-05-14 michaelni cleanup libavcodec
2003-05-14 michaelni libmpeg2 style bitstream reader 17 vs 16 bit bugfix libavcodec
2003-05-14 michaelni aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-14 michaelni fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me libavcodec
2003-05-14 michaelni make sh4 IDCT optional, so the user can choose libavcodec
2003-05-14 michaelni sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-14 michaelni AMR-NB audio support patch by (<joca at rixmail dot se>) libavcodec
2003-05-14 michaelni libmpeg2 style bitstream reader fixes libavcodec
2003-05-14 michaelni some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it) libavcodec
2003-05-14 michaelni decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-14 michaelni bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-13 michaelni small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi libavcodec
2003-05-13 michaelni optimizations libavcodec
2003-05-13 kabi * oops - reversed last commit libavcodec
2003-05-13 michaelni optimizations libavcodec
2003-05-12 michaelni 100l (document buffer padding requirements) libavcodec
2003-05-12 kabi * sync libavcodec
2003-05-12 kabi * link libfaad when needed libavcodec
2003-05-12 kabi * quiet missing EOF \n warning libavcodec
2003-05-12 kabi * support for AAC audio streams via libfaad libavcodec
2003-05-12 tmmm fix image buffer leak on keyframes, add more error condition checks libavcodec
2003-05-12 romansh * fixing a bug in avpicture_layout (PAL8 wasn't handled properly) libavcodec
2003-05-11 michaelni ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec
2003-05-11 michaelni more idct_permute docs libavcodec
2003-05-11 tmmm fix motion vector decoding bug and reinstate interframes libavcodec
2003-05-11 tmmm get those permutations straight libavcodec
2003-05-10 tmmm squashed a bunch of subtle array indexing bugs, fixed block mapping libavcodec
2003-05-10 michaelni print obmc bug info only if avctx->debug&1 libavcodec
2003-05-10 tmmm dump the shady binary search logic (the part that binary searches libavcodec
2003-05-10 tmmm change the way the ImageDescription is passed to the decoder libavcodec
2003-05-09 michaelni svq3 decoder by anonymous libavcodec
2003-05-08 tmmm correct the custom coding mode alphabet, add some validation on the libavcodec
2003-05-07 michaelni more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
2003-05-07 romansh * introducing new public interface in imgconvert.c libavcodec
2003-05-07 tmmm looking better all the time! motion compensation is starting to work libavcodec
2003-05-07 tmmm fixed buffer allocation logic (hopefully) so that decoder does not crash libavcodec
2003-05-06 michaelni release buffer cleanup libavcodec
2003-05-06 tmmm fix decoder so that ffmpeg does not crash, at least not right away libavcodec
2003-05-05 michaelni Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>) libavcodec
2003-05-05 michaelni doxy libavcodec
2003-05-05 tmmm first pass at a new VP3 video decoder libavcodec
2003-05-03 arpi_esp looks better (req. for mp-G2) libavcodec
2003-05-01 romansh making it nicer to the client who doesn't expect errors messages in stdout libavcodec
2003-04-29 romansh * fixing NTSC frame rate for DV streams libavcodec
2003-04-27 michaelni 10l libavcodec
2003-04-27 michaelni tired libavcodec
2003-04-27 michaelni 10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers) libavcodec
2003-04-25 michaelni 10l libavcodec
2003-04-25 michaelni 2pass stats fix (by ffdshow cvslog) libavcodec
2003-04-25 michaelni typo in a comment ... libavcodec
2003-04-25 michaelni fixing mixed dr1 + internal buffers libavcodec
2003-04-25 michaelni doc fixes (forgot to commit) libavcodec
2003-04-23 kabi * more strict types libavcodec
2003-04-22 michaelni cleanup mpeg1/2 bitstream parser libavcodec
2003-04-22 kabi * fixed initialization and some memleak libavcodec
2003-04-21 bellard rgb555 alpha extraction fix libavcodec
2003-04-21 bellard added img_get_alpha_info() libavcodec
2003-04-21 bellard fixed PIX_FMT_YUV422 conversions libavcodec
2003-04-21 bellard loss fixes (thanks to Daniel Serpell) - shrink22 fix libavcodec
2003-04-21 bellard added all missing UV conversions libavcodec
2003-04-21 bellard almost exhaustive image conversion support libavcodec
2003-04-21 bellard accurate YUV to RGB and RGB to YUV conversions - added comments libavcodec
2003-04-20 bellard YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support libavcodec
2003-04-20 bellard fixed static init libavcodec
2003-04-20 bellard new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size) libavcodec
2003-04-19 bellard rgba32 convert libavcodec
2003-04-19 tmmm code redundancy reduction, courtesy of suxen_drol -at- hotmail.com libavcodec
2003-04-18 michaelni better? default thresholds, if this is worse for any files, then tell us ASAP libavcodec
2003-04-18 michaelni mpeg2 qscale flag libavcodec