]> git.sesse.net Git - ffmpeg/history - libavcodec
Skip m= blocks in the SDP if the media type is unknown. This prevents
[ffmpeg] / libavcodec /
2009-01-23 Justin Rugglesrename flac.c to flacdec.c
2009-01-23 Andreas ÖmanAvoid allocating MPADecodeContext on stack.
2009-01-23 Kostya ShishkovRemove the block with always false condition from vc1_p...
2009-01-23 Kostya ShishkovVC-1 postproc field is 2 bits wide while decoder read...
2009-01-22 Justin Rugglesflacdec: add support for 3 additional sample rate codes
2009-01-22 Alex ConverseMark ff_fft_init with av_cold.
2009-01-22 Alex ConverseClean up FFT related comments.
2009-01-22 Baptiste CoudurierAdd const, remove warning:
2009-01-21 Kostya ShishkovVMD first chunk of audio is not coded as many separate...
2009-01-20 Carl Eugen HoyosSort VdpPictureInfo alphabetically.
2009-01-20 Carl Eugen HoyosCosmetics: Fix indentation after last commit.
2009-01-20 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-19 Diego BiurrunUse "" instead of <> when #including non-system headers.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Stefano SabatiniReplace calls to the deprecated function av_init_random...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-18 Måns RullgårdARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definit...
2009-01-18 Måns RullgårdAlpha: fix pix_abs16
2009-01-18 Jason Garrett-GlaserFix 10L in r16670 (broke deblocking code)
2009-01-18 Jason Garrett-GlaserFaster VC-1 C loopfilter using lots of xor magic
2009-01-18 Måns Rullgårddct-test: add Alpha idct
2009-01-18 Måns RullgårdAlpha: add ff_ prefix to idct functions
2009-01-18 Måns RullgårdAlpha: indentation
2009-01-18 Måns RullgårdAlpha: proper IDCT selection
2009-01-18 Måns RullgårdAlpha: add some const, kill some warnings
2009-01-17 Måns RullgårdAlpha: factor common parts from dct_unquantize_h263_int...
2009-01-17 Måns RullgårdAlpha: fix dct_unquantize_h263_inter/intra_axp()
2009-01-17 Stefan Gehreradded demuxer for FunCom ISS audio files,
2009-01-17 Vitor SessakUse shared sine window instead of defining another...
2009-01-17 Carl Eugen HoyosFix compilation with --enable-libxvid.
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-17 Carl Eugen HoyosRemove CODEC_ID_H264_VDPAU.
2009-01-16 Stefan Gehrerremove duplicate tables
2009-01-16 Stefan Gehreruse assignment of structure instead of memcpy
2009-01-16 Kostya ShishkovWavPack hybrid mode support
2009-01-16 Stefan Gehrerrename XXX_t enums to cavs_XXX to fix POSIX namespace...
2009-01-16 Stefan Gehrerrename vector_t to cavs_vector
2009-01-16 Carl Eugen HoyosAdd mpeg1_vdpau decoder.
2009-01-16 Kenan GilletSplit ff_log_missing_feature into ff_log_missing_feature
2009-01-16 Carl Eugen Hoyos12l: Fix compilation with --disable-vdpau.
2009-01-16 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-16 Aurelien Jacobsexplicitly disable CONFIG_AUDIO_NONSHORT
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.
next