]> git.sesse.net Git - ffmpeg/history - libavcodec
move timer related code in a new timer.h file
[ffmpeg] / libavcodec /
2009-01-14 Aurelien JacobsWORDS_BIGENDIAN must be checked with #ifdef
2009-01-14 Aurelien Jacobssimplify: group all the AUDIO_NONSHORT parameters in...
2009-01-14 Aurelien Jacobslibavutil/lzo.h is a local header
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-14 Måns RullgårdFix mpeg audio regression test failure
2009-01-14 Diego BiurrunReplace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
2009-01-14 Diego BiurrunRemove one more forgotten instance of USE_HIGHPRECISION...
2009-01-14 Diego BiurrunUse CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE...
2009-01-14 Baptiste Couduriercleanup gif, use BISTREAM_WRITER_LE
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 Michael NiedermayerAvoid using sub_id in mpeg1/2video.
2009-01-13 Michael NiedermayerRemove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
2009-01-13 Michael NiedermayerLet the mpeg audio parser correct the codec_id.
2009-01-13 Michael NiedermayerAdd dummy mp1_decoder to complement the existing dummy...
2009-01-13 Michael NiedermayerAdd CODEC_ID_MP1.
2009-01-13 Kostya ShishkovVC-1 display dimensions should affect coded dimensions...
2009-01-13 Kostya ShishkovPrint VC-1 aspect ratio in debug
2009-01-13 Kostya Shishkov421l: fix loop filter for P-frames in VC-1
2009-01-13 Kostya ShishkovCinepak strip ID is a single byte
2009-01-13 Kostya ShishkovCinepak strip and chunk sizes are 24-bit, not 16-bit...
2009-01-13 Aurelien Jacobsadd the necessary include for LIBAV*_VERSION_*
2009-01-12 Måns RullgårdARM: use push/pop pseudo-instructions in simple_idct_ar...
2009-01-12 Måns RullgårdARM: simple_idct_armv6.S whitespace cosmetics
2009-01-12 Måns RullgårdARM: clean up pc-relative references in simple_idct_armv6.S
2009-01-12 Måns RullgårdARM: use rX register names in simple_idct_armv6.S
2009-01-11 Stefano SabatiniAdd missing inclusion of libavutil/intreadwrite.h,...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-11 Diego BiurrunAdd missing #include to fix 'make checkheaders'.
2009-01-11 Michael NiedermayerIncrease BUFFER_SIZE.
2009-01-11 Michael Niedermayerfix indention
2009-01-11 Michael NiedermayerAll negative values are errors not just -1.
2009-01-11 Kostya Shishkov30l: when reading mb_offset in RV30 slice header its...
2009-01-11 Benjamin LarssonAdd size that is needed for the wmapro codec
2009-01-11 Kostya ShishkovRV30 decoder passes possible frame sizes in extradata...
2009-01-11 Carl Eugen HoyosRemove H264Context from vdpau_internal.h.
2009-01-10 Carl Eugen HoyosFix OBJS-$(CONFIG_H264_VDPAU_DECODER).
2009-01-10 Carl Eugen HoyosCosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vd...
2009-01-10 Carl Eugen HoyosUse only MpegEncContext in ff_vdpau_h264_add_data_chunk.
2009-01-10 Carl Eugen HoyosCosmetics: Break long line.
2009-01-10 Carl Eugen HoyosFill range_map* in VC1Context.
2009-01-10 Stefano SabatiniMove the AVCodecContext options definition to a dedicat...
2009-01-10 Carl Eugen HoyosMove vdpau_h264_set_reference_frames() call from vdpauv...
2009-01-09 Carl Eugen HoyosMove VDPAU check, make future VDPAU patches smaller.
2009-01-09 Carl Eugen HoyosAdd refdist_flag to VC1Context.
2009-01-09 Måns RullgårdSH4: fix typo in asm constraint
2009-01-07 Carl Eugen HoyosRename ff_VDPAU as ff_vdpau.
2009-01-07 Carl Eugen HoyosRename bitstreamBuffers* as bitstream_buffers*
2009-01-07 Ramiro Pollaconfigure: allow to disable sse code.
2009-01-07 Diego BiurrunOnly #include svq3.c if the SVQ3 decoder is enabled.
2009-01-07 Diego BiurrunThe SVQ3 decoder uses ff_svq1_packet_checksum from...
2009-01-07 Robert SwainSupport ADTS AAC files in the ffaac decoder (limited...
2009-01-07 Michael NiedermayerDocument the need of buf=NULL buf_size=0 at the end...
2009-01-07 Diego BiurrunAdd missing headers to allow 'make checkheaders' to...
2009-01-07 Diego BiurrunUse <> instead of "" for system headers.
2009-01-07 Alex ConverseFactorise enum of AC3 error types to be usable by AAC...
2009-01-07 David ConradAdd AltiVec versions of h264_idct_add(8|16|16intra),
2009-01-07 Diego BiurrunDisable SVQ3 checks if SVQ3 support is not compiled in.
2009-01-06 David ConradAdd Altivec version of vector_fmul_window.
2009-01-06 David Conradadd AltiVec implementation of weight_h264_pixels(16...
2009-01-06 Aurelien Jacobsensure that no GPL code is linked to LGPL only libavcodec
2009-01-06 Carl Eugen HoyosRename mpeg_set_pixelformat() as mpeg_get_pixelformat().
2009-01-06 Carl Eugen HoyosFactorise setting of avctx->pix_fmt.
2009-01-06 David ConradFix float_to_int16_altivec prototype to match float_to_...
2009-01-06 David Conradfix compilation with GCC-4.3+
2009-01-06 David Conradoffset and weights are signed, fixes some non-bitexact...
2009-01-06 Carl Eugen Hoyos1l: Forgot to rename header guard.
2009-01-05 Carl Eugen HoyosExport VDPAU support by installing vdpau.h.
2009-01-05 Carl Eugen HoyosRename vdpau_render.h as vdpau.h.
2009-01-05 David Conradadd AltiVec implementation of biweight_h264_pixels...
2009-01-05 David ConradAltiVec version of h264_idct(8)_dc_add
2009-01-05 Carl Eugen HoyosMinistry of English Composition treatment: s/Alloced...
2009-01-05 Carl Eugen HoyosRemove leading underscore from union declaration.
2009-01-05 Diego BiurrunAdd missing 'void' keyword to parameterless function...
2009-01-05 Diego Biurrunspelling/grammar and whitespace cosmetics
2009-01-05 Jason Garrett-Glaser50l: Reenable error resilience for H264 (Patch by Dark...
2009-01-05 Carl Eugen HoyosCosmetics: Fix indentation.
2009-01-05 Carl Eugen Hoyos100l: Add a deleted '{'.
2009-01-04 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for H264 which...
2009-01-04 Michael NiedermayerMove metadata API from avcodec to avformat.
2009-01-04 Michael NiedermayerGeneric metadata API.
2009-01-04 Mathieu VeltenUse H264 MMX chroma functions to accelerate RV40 decoding.
2009-01-03 Michael NiedermayerBump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
2009-01-03 Michael NiedermayerAdd type, text and ass to AVSubtitleRect.
2009-01-03 Michael NiedermayerReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 Michael NiedermayerReplace some fixed width variable from AVSubtitle*...
2009-01-03 Michael NiedermayerForgot to update (I likely missed it due to its similar...
2009-01-03 Michael NiedermayerFuture doxy for a few fields of AVSubtitleRect.
2009-01-03 Michael NiedermayerChange AVSubtitle.rects to an array of pointers so...
2009-01-03 Michael NiedermayerAdd enum AVSubtitleType
2009-01-03 Jason Garrett-GlaserAdd x264 SSE2 iDCT functions to H.264 decoder.
2009-01-02 Diego BiurrunAvoid POSIX-reserved _t namespace.
2009-01-02 Diego BiurrunAvoid POSIX-reserved _t namespace.
2008-12-30 Måns RullgårdARM: work around linker bug with movw/movt relocations...
2008-12-30 Måns RullgårdARM: rename coefficient table in NEON IDCT
2008-12-29 Aurelien JacobsRemove duplicated dot product code. Use dsputil's
2008-12-29 Kostya ShishkovIt turned out that RV30 uses motion vectors for forward...
2008-12-28 Michael NiedermayerExplain the lack of +3/7
2008-12-28 Carl Eugen HoyosRevert r16375: It broke aac decoding.
2008-12-28 Carl Eugen HoyosReduce number of warnings when compiling with icc by...
2008-12-28 Carl Eugen HoyosSilence one warning when compiling with icc:
next