OSDN Git Service

Add muxer for IVF format.
[coroid/libav_saccubus.git] / libavcodec /
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2011-01-17 Alexander StrangeVP3: remove an unnecessary static variable
2011-01-16 Michael NiedermayerAllocate last picture for 4xm pfrm if its not allocated.
2011-01-16 Sascha Sommersupport decoding of files that contain the number
2011-01-16 Carl Eugen HoyosValues >4 for lowres corrupt output.
2011-01-16 Carl Eugen HoyosSince lowres == crop for bmp, remove it to avoid confusion.
2011-01-15 Ronald S. BultjeFix overflow in pred16x16_plane x86 simd code. Fixes...
2011-01-15 Jason Garrett-GlaserRemove evil timers that snuck their way into r26375.
2011-01-15 Jason Garrett-GlaserFix r26375 on non-x86.
2011-01-15 Jason Garrett-GlaserH.264: Partially inline CABAC residual decoding
2011-01-15 Frank BarchardSecond hunk from secrity fix from google.
2011-01-15 Sascha Sommerdo not read over the end of the packet
2011-01-15 Frank BarchardCheck rangebits to avoid a possible crash.
2011-01-15 Kostya ShishkovChange some band size calculations in Bink decoder...
2011-01-15 Reimar DöffingerLagarith: fix decoding of one-coloured frames by readin...
2011-01-15 Daniel KangCheck symbol validity to avoid a crash, fixes issue...
2011-01-15 Justin Rugglescosmetics: spacing, line wrap, and remove unneeded...
2011-01-15 Justin RugglesProcess all EXP_REUSE blocks at once in exponent_min().
2011-01-15 Justin RugglesTake advantage of per-channel exponent and exponent...
2011-01-15 Justin RugglesSimplify compute_exp_strategy() by passing a pointer...
2011-01-15 Justin RugglesUse a local variable in the inner loop of group_exponen...
2011-01-15 Justin Rugglescosmetics: remove unneeded braces
2011-01-15 Justin Rugglescosmetics: rename block_num to blk for variable name...
2011-01-15 Justin RugglesMove exp_strategy from AC3Block to AC3EncodeContext...
2011-01-15 Justin RugglesRearrange exponent buffer to group all blocks for a...
2011-01-15 Jason Garrett-GlaserH.264/SVQ3: make chroma DC work the same way as luma DC
2011-01-15 Jason Garrett-GlaserPort SVQ3 to use the new mb_luma_dc method of storing...
2011-01-14 Sascha Sommeralso support decoding of AVPackets with multiple wma...
2011-01-14 Jason Garrett-GlaserH.264: Remove useless arg to chroma_dc_dequant_idct_c
2011-01-14 Ronald S. BultjeFix ff_pw_3 alignment.
2011-01-14 Jason Garrett-GlaserFix SVQ3
2011-01-14 Jason Garrett-GlaserRemove outdated comment in h264dsp.h
2011-01-14 Jason Garrett-GlaserReindent after r26337.
2011-01-14 Jason Garrett-GlaserH.264: switch to x264-style tracking of luma/chroma...
2011-01-14 Jason Garrett-GlaserH.264: split luma dc idct out and implement MMX/SSE2...
2011-01-14 Jason Garrett-GlaserH.264: eliminate non-transposed scantable support.
2011-01-14 Sascha Sommeradd support for blocksize 64
2011-01-12 Aurelien Jacobsdon't complain about codec type/id mismatche for attach...
2011-01-11 Daniel KangDo not crash for illegal sample size, fixes issue 2502.
2011-01-10 Jason Garrett-GlaserH.264: fix grayscale decoding with explicit wpred
2011-01-10 Carl Eugen HoyosDo not stop decoding on pnm files with negative maxval.
2011-01-10 Clément BœschIn gif encoder, fix uninitialized value, patch by Cléme...
2011-01-10 Daniel Kangperform height sanity check in mmvideo decoder
2011-01-10 Peter Rossmmvideo: remove some conditional statements by limiting...
2011-01-10 Clément BœschHandle ID3v1 tag while decoding mp[123] frames
2011-01-10 Daniel KangCheck for invalid decode op-codes, fixes issue 2522.
2011-01-10 Daniel KangCheck for vectable ID > 0, fixes issue 2508.
2011-01-10 Daniel KangCheck for invalid motion vector, fixes issue 2521.
2011-01-10 Daniel KangCheck for invalid maxval in pgm decoder, fixes issue...
2011-01-09 Anssi HannulaFix reading over the end of the allocated buffer.
2011-01-09 Daniel KangCheck for several overreads, fixes issue 2512.
2011-01-09 Daniel KangReturn on negative soff sizes, fixes issue 2515.
2011-01-09 Martin StorsjöFix arm asm offsets for arm/mach-o
2011-01-09 Luca BarbatoUpdate asm offsets for arm
2011-01-09 Peter Rossfix indentation
2011-01-09 Daniel Kangeacmv: ensure second-last frame is allocated before...
2011-01-09 Justin RugglesRemove unneeded #include
2011-01-08 Justin RugglesAdd stereo rematrixing support to the AC-3 encoders.
2011-01-08 Carl Eugen HoyosLagarith decoder by Nathan Caldwell, saintdev at gmail
2011-01-08 Kostya ShishkovLimit number of samples decoded for WavPack mono mode...
2011-01-08 Sascha Sommerskip unsupported postproc information
2011-01-08 Sascha Sommeradd support for files that do not allow more than 4...
2011-01-08 Sascha Sommerfix indentation
2011-01-08 Sascha Sommeradd support for files where the frames do not have...
2011-01-08 Anssi HannulaShow profile in avcodec_string().
2011-01-07 Baptiste CoudurierFix bmp encoder with 8 bits format and correctly set...
2011-01-07 Michael NiedermayerDeprecate reordered_opaque in favor of pkt_pts/dts
2011-01-07 Michael NiedermayerAdd pkt_dts to AVFrame, this will in the future allow...
2011-01-07 Michael NiedermayerAdd AVFrame.pkt_pts that contains the correctly reorder...
2011-01-07 Anssi HannulaAdd av_get_profile_name() to get profile names.
2011-01-07 Daniel KangCheck if buffer is large enough for given resolution.
2011-01-07 Daniel KangDo not overread input buffer.
2011-01-07 Carl Eugen HoyosFail more gracefully for multichannel wavpack in anothe...
2011-01-06 Daniel KangPrevent a crash by sanity checking buffer reads.
2011-01-06 Anssi HannulaExport dca profile information.
2011-01-06 Anssi HannulaVerify FSIZE96 when encountering X96 sync code.
2011-01-06 Daniel KangFix a crash when decoding tiff by moving check
2011-01-06 Baptiste CoudurierIn dnxhd decoder, set key_frame on decoded frame
2011-01-06 Daniel KangFix crash for files with strip size larger than the...
2011-01-05 Justin RugglesConvert floating-point MDCT coefficients to 24-bit...
2011-01-05 Vitor SessakMake dc_lum_vlc and dc_chroma_vlc non-static symbols,
2011-01-05 Justin RugglesUse local variables outside the inner loop in extract_e...
2011-01-05 Stefano SabatiniMake mpeg4 encoder log a more explicit error message...
2011-01-05 Michael NiedermayerOur ljpeg encoder supports bgra, use the correct consta...
2011-01-05 Michael NiedermayerRemove PIX_FMT_RGB32 mjpeg encoding, there is no such...
2011-01-04 Michael NiedermayerFix YUV444P LJPEG encoding.
2011-01-04 Justin Rugglescosmetics: fix typo in previous commit
2011-01-04 Justin RugglesChange the AC-3 encoder to use floating-point.
2011-01-03 Aurelien Jacobsmpeg4videodec: reset time_base.num to 0 when detecting...
2011-01-03 Justin RugglesMove fixed-point parts of the AC-3 encoder to separate...
2011-01-03 Daniel KangFix compilation on x86-32 with --disable-optimizations,
2011-01-02 Daniel KangFix crash decoding broken wmv2 files.
2011-01-02 Aurelien Jacobssrtdec: ensure we don't read 1 byte after buffer end...
2011-01-02 Vitor SessakMake PSX MDEC decoder output YUVJ420 and always use...
2011-01-01 Reimar DöffingerUse AVSampleFormat instead of the deprecated SampleFormat.
2011-01-01 Stefano SabatiniFix typos.
2010-12-31 Justin RugglesSkip the bit allocation search if previous and current...
2010-12-31 Justin Ruggles10l: Fix mistake in r26044. Check increment bounds...
2010-12-31 Justin RugglesChange planar_samples from int16_t to SampleType.
2010-12-31 Jason Garrett-GlaserAdd .pix_fmts to LCL encoder
next