log

age author description
2007-08-01 michael merge/simplify 2 if() libavcodec
2007-08-01 michael merge 2 if() libavcodec
2007-08-01 bcoudurier use buf_ptr to correctly decode second field libavcodec
2007-08-01 jbr align array used in mdct. fixes segfault. libavcodec
2007-08-01 michael use ENABLE_GRAY libavcodec
2007-08-01 michael make grayscale only decoding checks in inner loops compiletime killable libavcodec
2007-07-31 michael move some code which was executed for every skipped MB so it is only executed libavcodec
2007-07-31 michael get rid of a useless variable libavcodec
2007-07-31 michael avoid 2 additions (1 cpu cycle) per MB libavcodec
2007-07-31 michael chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it libavcodec
2007-07-31 takis Fix typo libavcodec
2007-07-31 benoit fix mem leak libavcodec
2007-07-31 diego Identifiers starting with underscores are reserved. libavcodec
2007-07-30 gpoirier fix cabac decoding with some Blue-Ray sources libavcodec
2007-07-30 romansh replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 libavcodec
2007-07-30 takis Handle malloc failure libavcodec
2007-07-30 michael support silly PCM variant used by zork nemesis libavcodec
2007-07-29 michael prevent assert failure with negative quant_offset libavcodec
2007-07-29 michael warn user if max=bitrate && max > min libavcodec
2007-07-29 michael support raw 4bpp avi libavcodec
2007-07-29 michael make the reference code use double instead of float where it is easy libavcodec
2007-07-29 michael print max and mse libavcodec
2007-07-29 kostya Make bicubic interpolation standard compliant libavcodec
2007-07-29 jbr simplify stereo rematrixing libavcodec
2007-07-29 jbr change 2 fields from context to local variables libavcodec
2007-07-28 jbr BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion libavcodec
2007-07-28 jbr remove broken downmixing. will add new implementation later. libavcodec
2007-07-28 takis Take care of some renames (Doxygen and function name) after the previous pure rename patch. libavcodec
2007-07-28 takis Rename h264dsp.c to h264dspenc.c libavcodec
2007-07-28 diego Ahem, fix typos overlooked in last commit. libavcodec
2007-07-28 diego cosmetics: misc typo fixes libavcodec
2007-07-27 takis Replace a return of -1 with ENOMEM. libavcodec
2007-07-27 michael detect voxware (closes issue39) libavcodec
2007-07-26 michael remove "Advanced Prediction Mode not supported" spam libavcodec
2007-07-26 michael also support DEBUG_PICT_INFO for h263i libavcodec
2007-07-26 michael move show_pict_info() to its own function libavcodec
2007-07-25 aurel remove wrong const qualifier libavcodec
2007-07-25 stefang have less functions as inline libavcodec
2007-07-24 vitor Minor cosmetics libavcodec
2007-07-24 takis Update the dvdsub parser to be able to parse HD-DVD subtitle packets. libavcodec
2007-07-24 takis Reindent two lines. libavcodec
2007-07-24 takis Add HD-DVD subpicture decoding. libavcodec
2007-07-24 takis Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit libavcodec
2007-07-24 gpoirier increase buffer size of LAME MP3 encoder libavcodec
2007-07-24 aurel help some gcc version to optimize out those functions libavcodec
2007-07-24 jbr simplify snr offset and bit allocation libavcodec
2007-07-24 jbr only use sized data types when necessary libavcodec
2007-07-24 jbr set bit allocation parameters directly instead of copying libavcodec
2007-07-23 jbr use enum value instead of numerical value for acmod libavcodec
2007-07-23 jbr use consistent data type for exponents. needs to be int8_t to pass to bit allocation. libavcodec
2007-07-23 jbr change some bit masks to arrays libavcodec
2007-07-21 jbr cosmetics: indentation libavcodec
2007-07-21 jbr Use shared AC-3 header parsing. Move some initializations to block parsing function. libavcodec
2007-07-21 jbr don't need to synchronize in the decoder. the parser does that already. libavcodec
2007-07-21 jbr get rid of an ugly macro libavcodec
2007-07-20 takis Return AVERROR(EINVAL) when invalid width and/or height are specified to libavcodec
2007-07-20 takis Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. libavcodec
2007-07-19 gpoirier bail out on unknown jpeg pixel format instead of silently decoding data incorrectly libavcodec
2007-07-19 takis Fix the self tests which are contained in some codecs and are using random(). libavcodec
2007-07-19 takis Fix the compilation of dct-test, fft-test and motion-test which are using libavcodec
2007-07-19 jbr don't need to define ALT_BITSTREAM_READER libavcodec
2007-07-19 jbr update license header. add copyright for myself. correct and complete the statement about liba52. libavcodec
2007-07-19 jbr revise comment for exponent decoding function libavcodec
2007-07-19 jbr new implementation of exponent decoding libavcodec