log

age author description
2009-12-27 kostya 16-bit Interplay video does not need palette control libavcodec
2009-12-27 kostya Add missing opcodes for 16-bit Interplay Video decoding and finally enable it libavcodec
2009-12-27 kostya 16-bit Interplay Video stores motion vector data at the end of frame, libavcodec
2009-12-27 kostya 10l trocadero: forgot one case where picture linesize should be used libavcodec
2009-12-27 kostya cosmetics: reindent and break long lines after last commits libavcodec
2009-12-27 kostya Add 16-bit image data handling (but not decoding yet) to Interplay Video libavcodec
2009-12-27 kostya Use frame linesize in Interplay Video block copying function libavcodec
2009-12-27 kostya Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with libavcodec
2009-12-27 kostya Recognize 16-bit Interplay Video variant libavcodec
2009-12-27 kostya Change main loop in Interplay Video decoder, so variables x and y really mean libavcodec
2009-12-26 reimar Fix cdg reference and buffer_hints value: libavcodec
2009-12-25 kostya cosmetics: reindent libavcodec
2009-12-24 diego cosmetics: Reformat some function declarations. libavcodec
2009-12-23 kostya Auravision Aura 2 decoder libavcodec
2009-12-23 kostya Add Auravision Aura decoding support libavcodec
2009-12-23 kostya There is no need to print FFmpeg or codec name in error message libavcodec
2009-12-23 kostya cosmetics: correct formatting a bit libavcodec
2009-12-22 mru ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access libavcodec
2009-12-20 gb Add new fields for the VDPAU/MPEG-4 back-end. libavcodec
2009-12-19 diego Add long_name for Xxan codec. libavcodec
2009-12-19 kostya Improve handling allocated buffers in Xan decoder libavcodec
2009-12-19 kostya cosmetics: reindent a bit libavcodec
2009-12-19 vitor Add tables used by both AMR-NB and SIPR libavcodec
2009-12-19 melanson Cosmetic: indent after last change. libavcodec
2009-12-19 melanson Optimize unpack_vectors() by not shuffling around redundant vectors. libavcodec
2009-12-18 michael More sane error message when extradata has not been set. libavcodec
2009-12-18 cehoyos Swap red and blue when decoding r210. libavcodec
2009-12-17 reimar Add decoder for R210 (uncompressed 10-bit RGB) codec. libavcodec
2009-12-17 vitor CD+G demuxer and decoder libavcodec
2009-12-16 reimar Set bits_per_raw_sample appropriately in dpx decoder. libavcodec
2009-12-16 vitor Cosmetics: make celp_filters.* formatting more consistent with the rest of libavcodec
2009-12-16 vitor Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests. libavcodec
2009-12-16 cehoyos Undo r20874: It broke AAC decoding. libavcodec
2009-12-15 cehoyos Use enum and constant to avoid three icc warnings. libavcodec
2009-12-15 ramiro Fix a typo in documentation. libavcodec
2009-12-14 michael Merge init & declaration of buf_end. libavcodec
2009-12-14 michael Set reordered_opaque in default_reget_buffer() with internal buffers. libavcodec
2009-12-14 michael Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding. libavcodec
2009-12-14 cehoyos Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warnings). libavcodec
2009-12-13 thilo.borgmann Read and decode block data in separate functions to prepare support for libavcodec
2009-12-12 conrad Clarify comment: although still hacky, it is correct for existing libtheora libavcodec
2009-12-12 conrad libtheoraenc.c: mark keyframes libavcodec
2009-12-12 michael Be less picky on invalid frame_pred_frame_dct values. libavcodec
2009-12-12 jai_menon SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation. libavcodec
2009-12-12 vitor Commit functions used by both AMRNB and SIPR libavcodec
2009-12-11 cehoyos Fail earlier for unsupported resolutions or pixel formats when encoding libavcodec
2009-12-11 michael indent libavcodec
2009-12-11 michael Make sure av_new_packet() initializes the data and destruct pointers. libavcodec
2009-12-10 cehoyos (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. libavcodec
2009-12-10 cehoyos Do not print 'faac:' when using libfaad. libavcodec
2009-12-10 michael Cosmetic (restructure RGB ljpeg check to be more readable) libavcodec
2009-12-10 michael 10l, Fix YUV ljpeg that i just broke by mistake. libavcodec
2009-12-10 michael Correct a forgotten RGB32. libavcodec
2009-12-10 michael Flip red and blue in rct-less lossless jpeg. libavcodec
2009-12-10 michael Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on libavcodec
2009-12-10 michael Fix RGB LJPEG encoding. libavcodec
2009-12-09 michael Improve time_increment_bits guessing code. libavcodec
2009-12-09 michael End startcode prefix search at the end of a AVC unit. libavcodec
2009-12-09 lorenm revert r20775, because equivalent code has been committed to x264 instead libavcodec
2009-12-09 darkshikari Minor version bump for mbtree addition. libavcodec
2009-12-08 lorenm fix a crash in ape decoding on x86_32 sse2 libavcodec
2009-12-08 darkshikari Boolify options passed to x264. libavcodec
2009-12-08 darkshikari Add MBtree support for libx264 libavcodec
2009-12-08 andoma aac: Set sample rate in avctx from ADTS header (if not already set by some libavcodec
2009-12-08 michael Reduce warnings about too few consumed bytes to debug level. libavcodec
2009-12-07 reimar Make sure that compilation fails if functions like ff_put_string are used in code libavcodec
2009-12-07 michael Print error messages on errors. libavcodec
2009-12-06 michael Fix apparent 10l typos introduced in r8627. libavcodec
2009-12-06 cehoyos Cosmetics: Fix indentation after r20751. libavcodec
2009-12-06 cehoyos Simplified deblocking checks. libavcodec
2009-12-06 cehoyos Faster checks in reverse_dc_prediction. libavcodec
2009-12-06 cehoyos Check transform==15 first, since it's more common than 13. libavcodec
2009-12-06 cehoyos Revert r20747: It mixed functional and cosmetical changes. libavcodec
2009-12-06 darkshikari Various VP3 optimizations. libavcodec
2009-12-05 lorenm slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on conroe libavcodec
2009-12-05 lorenm r20739 broke compilation on systems without yasm libavcodec
2009-12-05 lorenm refactor and optimize scalarproduct libavcodec
2009-12-05 cehoyos Cosmetics: Reindent after r20679. libavcodec
2009-12-05 cehoyos Cosmetics: Reindent after r20736. libavcodec
2009-12-05 michael Make sure the parsers do not overwrite width/height as this can interfere libavcodec
2009-12-04 stefano Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo libavcodec
2009-12-04 lorenm 1-13% faster apply_filter, 1-3% faster ape decoding on core2 libavcodec
2009-12-04 kostya 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder libavcodec
2009-12-03 michael Make sure ff_init_qscale_tab() is called one way or another when libavcodec
2009-12-03 michael Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. libavcodec
2009-12-03 bcoudurier lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though libavcodec
2009-12-03 bcoudurier use lzw compression in gif encoder libavcodec
2009-12-03 lorenm port ape dsp functions from sse2 to mmx libavcodec
2009-12-03 lorenm avoid an unpredictable branch libavcodec
2009-12-03 lorenm inline to allow constant propagation libavcodec
2009-12-02 cehoyos Revert r20095: Allow compiling to vorbis again. libavcodec
2009-12-02 bcoudurier pass avctx as argument instead of width and height libavcodec
2009-12-02 bcoudurier remove useless params libavcodec
2009-12-02 bcoudurier remove useless params libavcodec
2009-12-02 bcoudurier move private context declaration at the top libavcodec
2009-12-02 michael Fix 1 pass RC in snow. libavcodec
2009-12-02 mru ARM: 1l c&p fix: do not set pred16x16_plane for rv40 libavcodec
2009-12-02 mru ARM: NEON optimised H264 16x16, 8x8 pred libavcodec
2009-12-02 alexc AAC: Add a global header but output not locked output configuration status. libavcodec
2009-12-02 alexc Set the SBR mode to implicit on ADTS frames occurring before the output is locked. libavcodec
2009-12-02 melanson Small refactoring: Instead of 4 loops for decoding AC coefficients based libavcodec
2009-12-02 melanson Use a list to track which fragments coded in this frame still have libavcodec
2009-12-02 mru ARM: small tweak of NEON H264 IDCT libavcodec
2009-12-02 mru ARM: NEON 2xN chroma MC libavcodec
2009-12-02 mru ARM: NEON 16x16 and 8x8 avg qpel MC libavcodec
2009-12-01 bcoudurier fix typo, ALT_BITSTREAM_WRITER_LE does not exist libavcodec
2009-12-01 michael Store original width/height so that rv20 does not get stuck with some libavcodec
2009-12-01 michael Make rv1/2 decoder use the next slice if needed. libavcodec
2009-12-01 michael Support ASCII pnms. libavcodec
2009-12-01 jai_menon pngdec.c : release allocated buffers. libavcodec
2009-12-01 michael slif aka "SoftLab MPEG-2 I-frames Codec" support. libavcodec
2009-12-01 michael 4:2:2 4:4:4 bugfix for the error concealment code. libavcodec
2009-11-30 stefano Rename parameters of put_sbits() to make them consistent with those of libavcodec
2009-11-30 michael Move "slice below image" check from mpeg_decode_slice to its caller. libavcodec
2009-11-30 michael Move dummy picture allocation code from mpeg1/2 to mpegvideo. libavcodec
2009-11-30 michael Disable error resilience for field pictures, this was never supported, libavcodec
2009-11-30 michael Set mb_y in mpeg2 field pictures like h264 does. libavcodec
2009-11-30 michael Make ""MPEG motion vector out of boundary" message more verbose. libavcodec
2009-11-30 attila Fix an issue uncovered by commit 20623: libavcodec
2009-11-30 michael Start decoding from seq/gop too, not just I frames. libavcodec
2009-11-30 michael Fix dual prime motion compensation in field pictures. libavcodec
2009-11-29 stefano Use more consistent / meaningful parameter names for the libavcodec
2009-11-29 mru nellymoser: use constant seed for dithering RNG libavcodec
2009-11-29 mru cook: use constant seed for dithering RNG libavcodec
2009-11-29 michael Print errors instead of just ignoring contradictionary values in mpeg2 silently. libavcodec
2009-11-29 michael Override a few values read so as to ensure that things are not inconsistent. libavcodec
2009-11-29 michael Restructure dummy frame allocation. libavcodec
2009-11-29 michael Make sure field_select is not set to nonsensical values even if unused. libavcodec
2009-11-28 michael Factorize "s->first_slice = 1" out. libavcodec
2009-11-28 michael Also check the location of the picture start code and picture coding libavcodec
2009-11-28 michael Check order of startcodes, ignore some obviously wrong ones. libavcodec
2009-11-28 michael Move mpeg_decode_postinit() out of bitstream decoding functions, it does not libavcodec
2009-11-28 michael Inline mpeg_decode_extension, will simplify future changes. libavcodec
2009-11-28 michael Simplify mpeg_decode_user_data() libavcodec
2009-11-28 stefano Fix put_bits32() doxy. libavcodec
2009-11-28 stefano Consistently put braces for function definitions. libavcodec
2009-11-28 stefano Fix typo, "Write" -> "Writes". libavcodec
2009-11-28 stefano Use pixel formats names defined in av_pix_fmt_descriptors rather than libavcodec
2009-11-28 stefano Remove unused PixFmtInfo.is_hwaccel field. libavcodec
2009-11-26 reimar Add support for hardcoding the motionpixels rgb to yuv table. libavcodec
2009-11-26 reimar 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavcodec
2009-11-26 stefano Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than libavcodec
2009-11-26 jai_menon Allow decoders to correctly set the sample format by defaulting to libavcodec
2009-11-26 stefano Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use libavcodec
2009-11-26 mru Revert "Add required header #include to fix 'make checkheaders'." libavcodec
2009-11-26 diego cosmetics: K&R style, prettyprinting libavcodec
2009-11-26 diego Mark apply_mdct() function as static; it is only used within the file. libavcodec
2009-11-26 stefano Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather libavcodec
2009-11-25 stefano Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than libavcodec
2009-11-25 diego -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. libavcodec
2009-11-25 diego Add required header #include to fix 'make checkheaders'. libavcodec
2009-11-25 ramiro Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma libavcodec
2009-11-25 conrad Support compiling against libtheora older than 1.1 libavcodec
2009-11-24 vitor Make lsp2polyf() function non-static for upcoming usage in SIPR libavcodec
2009-11-24 darkshikari Add weightp support in API for libx264. libavcodec
2009-11-24 cehoyos Call ff_find_hwaccel() after calling avcodec_set_dimensions(). libavcodec
2009-11-24 mru WMA: extend exponent range to 95 libavcodec
2009-11-24 kostya Call avcodec_set_dimensions() instead of simply setting avctx->width/height libavcodec
2009-11-23 vitor Add missing include. Fix the following compiler warnings: libavcodec
2009-11-23 mru WMA: extend exponent table up to 75 libavcodec
2009-11-23 michael Use avcodec_set_dimensions() libavcodec
2009-11-23 michael Correct order of arguments for avcodec_check_dimensions(). libavcodec
2009-11-23 michael Make sure avcodec_set_dimensions() is used when rv20 changes resolution. libavcodec
2009-11-22 vitor Make sorting function used in TwinVQ a shared function libavcodec
2009-11-22 conrad Set colorspace for libtheora encoding libavcodec
2009-11-22 conrad Support 4:2:2 and 4:4:4 subsampling in libtheora encoding libavcodec
2009-11-22 conrad Add support for two pass encoding in libtheora libavcodec
2009-11-22 conrad Update libtheora wrapper to use the 1.0 API libavcodec
2009-11-22 kostya Update dimensions in AVCodecContext when RV3/4 frame dimensions change libavcodec
2009-11-21 alexc 10l: Fix inverted if-condition from r20448. Fixes issue 1562. libavcodec
2009-11-21 cehoyos Factorize av_get_bit_rate (for future use outside of libavcodec). libavcodec
2009-11-20 michael Allocate pictures with enough padding for jpeg. libavcodec
2009-11-20 reimar In win32 thread implementation do not access jobnr if the thread is asked libavcodec
2009-11-20 daniel Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavcodec
2009-11-20 ramiro Indent libavcodec
2009-11-20 kostya Implement missing case for decoding samples with large pivot value in APE libavcodec
2009-11-20 kostya cosmetics: break some long lines and insert few spaces libavcodec
2009-11-20 kostya 10l trocadero: ZMBV encoder used zero score to detect whether block should be libavcodec
2009-11-20 bcoudurier avoid integer overflow in dnxhd encoder, fixes #1557 libavcodec
2009-11-19 bcoudurier clarify why the encoder is failing libavcodec
2009-11-19 stefano Fix name for PIX_FMT_NV21 PixFmtInfo entry. libavcodec
2009-11-19 reimar Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set libavcodec
2009-11-19 bcoudurier Revert r20548, it was a dream. It seems faad does not ouput the last frame libavcodec
2009-11-18 bcoudurier faad needs CODEC_CAP_DELAY, otherwise you miss last frame libavcodec
2009-11-18 diego Add functions to return library license and library configuration. libavcodec
2009-11-16 rbultje Use get_bits_left() instead of size_in_bits - get_bits_count(). libavcodec
2009-11-16 cehoyos Cosmetics: Fix indentation. libavcodec
2009-11-15 alexc Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter. libavcodec
2009-11-15 vitor Implement ff_decode_pitch_lag() that is used by both AMR and SIPR. libavcodec
2009-11-14 thilo.borgmann Merge data tables from als_data.h with the decoder source to reduce libavcodec
2009-11-14 thilo.borgmann Add long-term prediction to the ALS decoder. libavcodec
2009-11-14 jbr ac3dec: apply dynamic range compression to correct channels in dual-mono mode. libavcodec