]> git.sesse.net Git - ffmpeg/history - libavcodec
lavf: deprecate AVFormatParameters.time_base.
[ffmpeg] / libavcodec /
2011-06-05 Daniel KangAdd x86 assembly for some 10-bit H.264 intra predict...
2011-06-05 Diego BiurrunSkip tableprint.h during 'make checkheaders'.
2011-06-05 Diego BiurrunDrop explicit filenames from @file Doxygen tags.
2011-06-05 Diego BiurrunSkip generated table headers during 'make checkheaders'.
2011-06-05 Anton Khirnovlavf,lavc: free avoptions in a generic way.
2011-06-05 Diego Biurruntableprint: Restore mistakenly deleted common.h #includ...
2011-06-05 Stefano Sabatinitiff: print log in case of unknown / unsupported tag.
2011-06-05 Stefano Sabatinitiff: fix linesize for mono-white/black formats.
2011-06-05 Mans RullgardFix build of eval-test program
2011-06-04 Justin Rugglesac3enc: extract all exponents for the frame at once
2011-06-04 Mans RullgardARM: remove MULL inline asm
2011-06-04 Mans Rullgardmathops: use MUL64 macro where it forms part of other ops
2011-06-04 Diego BiurrunSkip headers not designed to work standalone during...
2011-06-04 Diego BiurrunAdd missing #includes to make headers self-contained.
2011-06-04 Mans Rullgardmusepack: remove unnecessary #include from mpcdata.h
2011-06-04 Mans Rullgardmusepack: remove extraneous mpcdata.h inclusions
2011-06-03 Ronald S. Bultjempegvideoenc: fix multislice fate tests with threading...
2011-06-03 Mans RullgardMark some variables with av_unused
2011-06-03 Stefano SabatiniReplace avcodec_get_pix_fmt_name() by av_get_pix_fmt_na...
2011-06-03 Baptiste Couduriersvq3: Check negative mb_type to fix potential crash.
2011-06-03 Baptiste Couduriersvq3: Move svq3-specific fields to their own context.
2011-06-03 Vladimir PantelicRemove unused get_psnr() prototype
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-06-02 Diego Biurrunvorbis: Remove non-compiling debug statement.
2011-06-02 Diego Biurrunvorbis: Remove pointless DEBUG #ifdef around debug...
2011-06-02 Diego Biurruncook: Remove non-compiling debug output.
2011-06-02 Diego BiurrunRemove pointless #ifdefs around function declarations...
2011-06-02 Diego BiurrunReplace #ifdef + av_log() combinations by av_dlog().
2011-06-02 Diego BiurrunReplace custom debug output functions by av_dlog().
2011-06-02 Diego Biurruncook: Remove unused debug functions.
2011-06-02 Mans Rullgardtarga: fix big-endian build
2011-06-02 Mans RullgardRemove unused variables
2011-06-02 Alexander StrangeH264/MPEG frame-level multi-threading.
2011-06-02 Loren MerrittCosmetic changes to h264_idct_10bit.asm.
2011-06-02 Loren Merritt2x faster h264_idct_add8_10.
2011-06-02 Nathan Caldwellaacenc: Add stereo_mode option.
2011-06-02 Ronald S. Bultjeh264: remove CONFIG_GPL from x86 intra prediction code.
2011-06-01 Mans RullgardARM: ac3dsp: optimised update_bap_counts()
2011-06-01 Diego Biurrunmpegaudiodec: Fix av_dlog() invocation.
2011-06-01 Daniel Kangh264/10bit: add HAVE_ALIGNED_STACK checks.
2011-05-31 Daniel KangUpdate 8-bit H.264 IDCT function names to reflect bit...
2011-05-31 Daniel KangAdd IDCT functions for 10-bit H.264.
2011-05-31 Diego Biurrunmpegaudioenc: Fix broken av_dlog statement.
2011-05-31 Mans RullgardARM: fix MUL64 inline asm for pre-armv6
2011-05-31 Mans Rullgardmpegaudiodec: remove unusued code and variables
2011-05-31 Mans Rullgardmpegaudio: clean up compute_antialias() definition
2011-05-31 Ronald S. Bultjevp8: fix segmentation race during frame-threading.
2011-05-30 Mans RullgardARM: simplify inline asm with 64-bit operands
2011-05-29 Mans RullgardARM: enable UAL syntax in asm.S
2011-05-29 Mans Rullgardvp8: use av_clip_uintp2() where possible
2011-05-28 Mans Rullgardac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()
2011-05-28 Justin Rugglesac3dsp: do not use the ff_* prefix when referencing...
2011-05-28 Justin Rugglesac3dsp: fix loop condition in ac3_update_bap_counts_c()
2011-05-28 Mans RullgardARM: unbreak build
2011-05-28 Justin Rugglesac3enc: modify mantissa bit counting to keep bap counts...
2011-05-28 Justin Rugglesac3enc: split mantissa bit counting into a separate...
2011-05-28 Justin Rugglesac3enc: store per-block/channel bap pointers by referen...
2011-05-28 Mans Rullgardget_bits: add av_unused tag to cache variable
2011-05-28 Mans RullgardARM: aacdec: fix constraints on inline asm
2011-05-28 Mans RullgardARM: remove unnecessary volatile from inline asm
2011-05-28 Mans RullgardARM: add "cc" clobbers to inline asm where needed
2011-05-28 Mans Rullgardac3enc: use LOCAL_ALIGNED macro
2011-05-28 Stefano Sabatinilavu: add av_get_pix_fmt_name() convenience function
2011-05-28 James Zernvpxenc: add VP8E_SET_STATIC_THRESHOLD mapping
2011-05-27 Justin Rugglescosmetics: indentation and alignment after previous...
2011-05-27 Justin Rugglesac3enc: add support for E-AC-3 encoding.
2011-05-27 Justin Rugglesac3enc: Move AC-3 AVOptions array to a separate file...
2011-05-27 Mans RullgardARM: disable ff_vector_fmul_vfp on VFPv3 systems
2011-05-27 Diego Biurrunx86: Add appropriate ifdefs around certain AVX functions.
2011-05-26 Diego BiurrunMark parameterless function declarations as 'void'.
2011-05-26 Justin Rugglesac3enc: initialize all coefficients to zero.
2011-05-25 Alex ConverseRemove h263_msmpeg4 from MpegEncContext.
2011-05-24 Ronald S. BultjeMove emms_c() from libavcodec to libavutil.
2011-05-24 Stefano Sabatinitiff: set palette in the context when specified in...
2011-05-24 Alexandre Coluccipgssubdec: fix incorrect colors.
2011-05-24 Alexandre Coluccidvdsubdec: fix incorrect colors.
2011-05-24 Anton Khirnovmsmpeg4: reindent.
2011-05-24 Anton Khirnovlavc: remove msmpeg4v1 encoder.
2011-05-24 Justin Rugglesac3enc: add channel coupling support
2011-05-23 Justin Rugglesaacdec: fix typo in scalefactor clipping check
2011-05-23 Felipe Contrerash264: Properly set coded_{width, height} when parsing...
2011-05-23 Dave Yeox86 asm: Add SECTION_TEXT to dct32_sse.asm.
2011-05-22 Loren Merrittdct32_sse: eliminate some spills
2011-05-22 Vitor SessakFix dct32() compilation with --disable-yasm
2011-05-21 Vitor Sessakdct32: Add AVX implementation of 32-point DCT
2011-05-21 Vitor Sessakdct32: Change pass 6 permutation to allow for AVX imple...
2011-05-21 Vitor Sessakdct32: port SSE 32-point DCT to YASM
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-05-21 Ronald S. Bultjesvq3: Do initialization after parsing the extradata
2011-05-20 Ronald S. Bultjemp3lame: add #include required for AV_RB32 macro.
2011-05-20 Ronald S. BultjeLATM/AAC: Free previously initialized context on reinit.
2011-05-20 Dave YeoAdd support for a.out object format to assembler macros.
2011-05-20 Mans Rullgardmpegaudio: clean up #includes
2011-05-20 Mans Rullgardmpegaudio: move all header parsing to mpegaudiodecheade...
2011-05-20 Vitor Sessakqdm2: Use floating point synthesis filter.
2011-05-20 Ronald S. Bultjeh264: correct border check.
2011-05-20 Ronald S. Bultjeh264: fix loopfilter with threading at slice boundaries.
2011-05-20 Mans RullgardFix ff_mpa_synth_filter_fixed() prototype
2011-05-19 Diego BiurrunRename costablegen.c ---> cos_tablegen.c.
2011-05-19 Diego BiurrunCollapse tableprint.c into tableprint.h.
next