]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-01-04 Justin RugglesChange the AC-3 encoder to use floating-point.
2011-01-04 Peter Rosswtv: obtain codec information from stream2_guid chunks...
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 Martin StorsjöReindent
2011-01-03 Daniel KangFix compilation on x86-32 with --disable-optimizations,
2011-01-03 Carl Eugen... libavfilter does not depend on libswscale, only the...
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 Carl Eugen... "Fix" compilation with --disable-swscale.
2011-01-02 Anssi HannulaUse AVOption for muxers in ffmpeg.
2011-01-02 Vitor SessakRemove the "-idct simple" command line option from...
2011-01-02 Peter Rosswtv: display warning if scrambled stream is detected
2011-01-02 Vitor SessakMake PSX MDEC decoder output YUVJ420 and always use...
2011-01-02 Anssi HannulaAdd AVOption support for muxers.
2011-01-02 Anssi HannulaUse new function put_nbyte() to speed up padding.
2011-01-02 Anssi HannulaAdd function put_nbyte() to speed up padding in SPDIF...
2011-01-02 Martin Storsjörtsp: Store the Content-Base header value straight...
2011-01-02 Martin Storsjörtsp: Pass the method name to ff_rtsp_parse_line
2011-01-02 Martin Storsjörtsp: Pass RTSPState to ff_rtsp_parse_line, instead...
2011-01-02 Martin Storsjörtsp: Add a method parameter to ff_rtsp_read_reply
2011-01-02 Daniel KangFix a floating point exception for invalid framerate...
2011-01-01 Martin Storsjörtpdec: Emit timestamps for packets before the first...
2011-01-01 Daniel VerkampRecognize FFMPEG_FORCE_NOCOLOR environment variable...
2011-01-01 Reimar DöffingerUse AVSampleFormat instead of the deprecated SampleFormat.
2011-01-01 Justin RugglesUpdate current year to 2011. Happy New Year!
2011-01-01 Stefano SabatiniFix typos.
2011-01-01 Peter Rossmove ff_get_bmp_header under CONFIG_DEMUXERS block
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... Add .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-31 Aurelien Jacobsuse avsubtitle_free() instead of re-implementing it...
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 Carl Eugen... Set blkalign to maximum framesize to allow playback...
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 Carl Eugen... Cosmetics: Re-indent after last commit.
2010-12-29 Anssi HannulaDo not add the preamble if the DTS stream is already...
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 Anssi Hannulas/IEC958/IEC 61937 - IEC958 is a lower level format.
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 Luca BarbatoMake fate vp8 test cover emu_edge cases
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-29 Anssi HannulaFix wrong bitstream mode for AC-3.
2010-12-29 Anssi HannulaImprove error return values.
2010-12-29 Anssi HannulaAlways encapsulate DTS in big-endian format, at least...
2010-12-29 Anssi HannulaAdd Anssi and myself to the authors in doxygen.
2010-12-29 Peter Rosswtv: parse MPEG2 descriptor events
2010-12-29 Peter Rossadd ff_parse_mpeg2_descriptor; make MPEG2 descriptor...
2010-12-29 Peter Rosswtv: only warn about unknown subtype, if it actually...
2010-12-29 Peter Rosswtv: use correct names for subtitle and language guids
2010-12-29 Michael NiedermayerFix assertion failure due to frames being 0 in mp3...
2010-12-28 Aurelien Jacobsadd ASS encoding and decoding support in Subtitle Forma...
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-28 Stefano SabatiniFix style nits in avfiltergraph.c.
2010-12-28 Nicolas GeorgeFix ffplay -an/-vn options that were swapped by r26105.
2010-12-28 Anton Khirnovffmetaenc: remove useless initializers
2010-12-28 Anton Khirnovlavf: rename meta{dec,enc}.c -> ffmeta{dec,enc}.c
2010-12-28 Stefano SabatiniAdd copy filter, useful for testing the avfilter_draw_s...
2010-12-27 Stefano SabatiniBump lavfi minor and add an entry after r26108 (which...
2010-12-27 Stefano SabatiniIn the crop filter, put under ifdef DEBUG the trace...
2010-12-27 Stefano SabatiniFix date in APIchanges.
next