]> git.sesse.net Git - ffmpeg/history - libavcodec
Match the documentation of -ar with the actual behaviour.
[ffmpeg] / libavcodec /
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
2010-12-31 Daniel KangFix invalid reads in valgrind fate, patch by Daniel...
2010-12-31 Aurelien Jacobsfree subtitle_header before overwriting it to avoid...
2010-12-30 Justin RugglesAdd typedefs and a macro that will allow sharing of...
2010-12-30 Justin RugglesMove the list of supported channel layouts to a separat...
2010-12-30 Justin RugglesAdd a window field to AC3MDCTContext and use it as...
2010-12-30 Justin Rugglescosmetics: alignment, line wrap, and spacing
2010-12-30 Justin RugglesRemove avctx from AC3MDCTContext and just pass it to...
2010-12-30 Justin RugglesMake exponent_group_tab[] static.
2010-12-30 Ronald S. BultjeFix valgrind invalid read on top MB rows with CODEC_FLA...
2010-12-30 Justin RugglesUse %td instead of %PRIdPTR. The argument has type...
2010-12-30 Justin RugglesAdd audio flag to libvorbis AVOption.
2010-12-30 Justin RugglesUse %"PRIdPTR" instead of %d to silence gcc warning...
2010-12-30 Michael Chinenflac_parser: loop append buffer when the default size...
2010-12-29 Daniel KangPort pred8x8l_down_left_mmxext (H.264 intra prediction...
2010-12-29 Daniel KangPort pred4x4_down_right_mmxext (H.264 intra prediction...
2010-12-29 Daniel KangPort pred4x4_vertical_right_mmxext (H.264 intra predict...
2010-12-29 Daniel KangPort pred4x4_horizontal_down_mmxext (H.264 intra predic...
2010-12-29 Daniel KangPort pred4x4_horizontal_up_mmxext (H.264 intra predicti...
2010-12-29 Daniel KangPort pred4x4_vertical_left_mmxext (H.264 intra predicti...
2010-12-29 Ronald S. BultjeMerge a few superfluous CONFIG_GPL checks.
2010-12-29 Ronald S. BultjeWhitespace cosmetics.
2010-12-29 Ronald S. BultjeWhitespace cosmetics.
2010-12-29 Daniel KangPort pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_horizontal_down_mmxext (H.264 intra predi...
2010-12-29 Daniel KangPort pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_vertical_left_sse2/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_vertical_right_sse2/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_vertical_right_mmxext (H.264 intra predic...
2010-12-29 Daniel KangPort pred8x8l_down_right_sse2/ssse3 (H.264 intra predic...
2010-12-29 Justin RugglesChange the default dB-per-bit code from 2 to 3.
2010-12-29 Daniel KangPort pred8x8l_down_right_mmxext (H.264 intra prediction...
2010-12-29 Daniel KangPort pred8x8l_down_left_sse2/ssse3 (H.264 intra predict...
2010-12-29 Daniel KangPort pred8x8l_vertical_mmxext/ssse3 (H.264 intra predic...
2010-12-29 Daniel KangPort pred8x8l_horizontal_mmxext/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_dc_mmx/ssse3 (H.264 intra prediction...
2010-12-29 Daniel KangPort pred8x8l_top_dc_mmxext/ssse3 (H.264 intra predicti...
2010-12-29 Ronald S. BultjeMove PRED4x4_LOWPASS up so it can be used in 8x8l predi...
2010-12-29 Ronald S. BultjePort pred8x8_dc_mmxext (H.264 intra prediction) from...
2010-12-29 Ronald S. BultjeAdd missing authors to copyright headers.
2010-12-29 Daniel KangPort pred8x8_top_dc_mmxext (H.264 intra prediction...
2010-12-29 Ronald S. BultjeMark recently added pred4x4_down_left_mmxext as CONFIG_...
2010-12-28 Aurelien Jacobsadd SubRip decoder
2010-12-28 Ronald S. BultjeBump micro for VP8 emu-edge support.
2010-12-28 Ronald S. BultjeSupport CODEC_FLAG_EMU_EDGE in VP8 decoder.
2010-12-27 Anton KhirnovMetadata demuxer.
2010-12-26 Ronald S. BultjeFix typo.
2010-12-25 Michael NiedermayerSimplify tff setting code in MPV_frame_start().
2010-12-25 Daniel VerkampFix size of monoblack_pal array, code uses 16 values...
2010-12-24 Daniel KangPort pred4x4_down_left_mmxext (H.264 intra prediction...
2010-12-24 Ronald S. BultjeFor rounding in chroma MC SSSE3, use 16-byte pw_3/4...
next