]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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.
2010-12-27 Michael NiedermayerSupport filters and decoders that dont support negative...
2010-12-27 Martin Storsjörtsp: Check if the rtp stream actually has an RTPDemuxC...
2010-12-27 Stefano SabatiniConsistently prefer short library names in APIchanges.
2010-12-27 Nicolas GeorgeUse av_find_best_stream in ffplay.
2010-12-27 Nicolas GeorgeImplement av_find_best_stream.
2010-12-27 Anton Khirnovlavf: bump minor and add APIchanges entry after adding...
2010-12-27 Anton KhirnovMetadata demuxer.
2010-12-27 Anton KhirnovMetadata muxer
2010-12-27 Anton KhirnovAllow output formats without any streams.
2010-12-26 Ronald S. BultjeFix typo.
2010-12-26 Stefano SabatiniExtend documentation for format and noformat filters...
2010-12-26 Stefano SabatiniAdd erode libopencv filter.
2010-12-26 Stefano SabatiniAdd dilate libopencv filter.
2010-12-26 Peter RossBump libavformat minor version, forgotten in r26094
2010-12-26 Peter RossWindows Televison (WTV) demuxer
2010-12-26 Peter Rossmake guid utility function visibile to other modules...
2010-12-26 Peter Rossadd ff_find_stream_index
2010-12-26 Peter Rossadd ff_get_bmp_header
2010-12-25 Michael NiedermayerSimplify tff setting code in MPV_frame_start().
2010-12-25 Michael NiedermayerClarify AVFMT_TS_DISCONT and muxers.
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...
2010-12-24 Carl Eugen... There is no complete G.729 decoder in libavcodec.
2010-12-23 Justin Rugglescosmetics: line wrap and vertical alignment
2010-12-23 Justin RugglesMake sure that the 2nd CRC value does not match the...
2010-12-23 Justin RugglesStore CRC context locally to reduce number of calls...
2010-12-23 Justin RugglesRemove unneeded local variable, frame_size, in output_f...
2010-12-23 Stefano SabatiniFix braino: by -> with.
2010-12-23 Stefano SabatiniRedesign the libopencv wrapper to make it more generic...
2010-12-23 Stefano SabatiniAdd dependency for the libavfitler.html file.
next