OSDN Git Service

android-x86/external-ffmpeg.git
2010-06-28 Baptiste CoudurierIn mov demuxer, increase total size after debugging...
2010-06-28 Josh AllmannReindent
2010-06-28 Josh Allmannrtpdec: Clean up FMTP parsing code in AMR RTP depacketizer
2010-06-28 Josh Allmannrtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizer
2010-06-28 Josh Allmannrtpdec: Malloc the fmtp value buffer
2010-06-28 Jason Garrett... Add x86 asm functions for VP8 put_pixels
2010-06-28 Jason Garrett... Add MMX, SSE2, SSSE3 asm for VP8 bilinear MC
2010-06-28 Reimar DöffingerPass subshift an argument of the proper type.
2010-06-28 Reimar DöffingerUse a consistent type for multbl array function parameters.
2010-06-28 Ronald S. BultjeSimplify MV parsing, removes laying out 2 or 4 (16x8...
2010-06-28 Ronald S. BultjeOptimize split MC, so we don't always do 4x4 blocks...
2010-06-28 Josh AllmannReindent
2010-06-28 Josh Allmannrtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP...
2010-06-28 Josh Allmannrtpdec: Clean up FMTP parsing code in H.264 RTP depacke...
2010-06-28 Josh AllmannReindent
2010-06-28 Josh Allmannrtpdec: Return ENOMEM if H.264 RTP fails to allocate...
2010-06-28 Josh Allmannrtpdec: Add generic function for iterating over FMTP...
2010-06-28 Josh Allmannrtpdec: Move space_chars from avformat/internal to...
2010-06-28 Måns RullgårdSet rv34 (0,0) subpel mc functions to the optimised...
2010-06-28 Måns RullgårdFix x86 build with h264dsp disabled
2010-06-28 Måns Rullgårdconfigure: make --disable-everything soft-disable things
2010-06-28 Eli FriedmanFix an "assignment from incompatible pointer type"...
2010-06-28 Eli FriedmanAdd patcheck checks for assignments that look like...
2010-06-28 Vitor SessakUse lookup table to avoid division in mp2 decoder
2010-06-27 Stefano SabatiniFix linking if MMX is disabled.
2010-06-27 Stefano SabatiniBump micro and add APIchanges entry after av_parse_colo...
2010-06-27 Stefano SabatiniCosmetics: merge "} else" and "if (...) {" lines, less...
2010-06-27 Stefano SabatiniReindent after the last commit.
2010-06-27 Stefano SabatiniExtend color syntax, make it accept an alpha component...
2010-06-27 Stefano SabatiniRename ColorEntry.rgba_color to rgb_color and do not...
2010-06-27 Måns Rullgårdvaapi: add missing #include "h263.h"
2010-06-27 Måns Rullgårdra288: convert VLAs to fixed size
2010-06-27 Reimar DöffingerChange type of zz_table to uint8_t to match the scantab...
2010-06-27 Eli FriedmanAdd a const declaration, fixing a warning
2010-06-27 Eli FriedmanFix clang warning, make initialization more readable
2010-06-27 Eli FriedmanRemove an unused label, fixing a warning
2010-06-27 Eli FriedmanAdd proper const declaration to a cast, fixes a warning
2010-06-27 Eli FriedmanAdd const to some pointer parameters.
2010-06-27 Reimar DöffingerAdd myself as maintainer for table generation code.
2010-06-27 Reimar DöffingerUpdate tablegen documentation for WRITE_ARRAY macro.
2010-06-27 Måns RullgårdMake implicit function declarations an error
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-27 Diego Pettenòtablegen: implement and use WRITE_ARRAY macros
2010-06-27 Diego Pettenòtableprint: use the type name as-is for the functions...
2010-06-27 Måns Rullgårdadpcm: convert VLAs to malloc/free
2010-06-27 James DarnleyFix libvorbis encoding with more than 2 channels
2010-06-27 Eli FriedmanFix implicit cast warning
2010-06-27 David ConradFix build without yasm
2010-06-27 Jason Garrett... First shot at VP8 optimizations:
2010-06-27 David ConradAdd myself as VP8 and vorbisdec maintainer
2010-06-27 David ConradVP8 bilinear filter
2010-06-27 David Conradvorbisdec: Take channels into account when checking...
2010-06-27 David Conradvorbisdec: Fix header parsing with no floor1 partitions
2010-06-27 David Conradvorbisdec: Remove write-only variable
2010-06-27 Måns Rullgårdvp8: warn and request sample if upscaling specified...
2010-06-26 Måns RullgårdRemove PPC perf counter support
2010-06-26 Måns RullgårdRemove --enable-gprof flag
2010-06-26 Måns RullgårdRemove unnecessary ../ from include directives
2010-06-26 Måns RullgårdAdd -I flags to HOSTCFLAGS
2010-06-26 Måns RullgårdARM: fix build with TI compiler
2010-06-26 Måns RullgårdAdd missing avutil.h include to libavutil/mem.h
2010-06-26 Måns Rullgårdffv1: remove VLAs
2010-06-26 Måns Rullgårdshorten: remove VLA and check for buffer overflow
2010-06-26 Måns Rullgårdalsdec: convert VLAs to fixed size
2010-06-26 Måns Rullgårdpcx: convert VLAs to malloc/free
2010-06-26 Måns Rullgårdlsp: convert variable-length arrays to fixed size
2010-06-26 Måns Rullgårdsvq1dec: replace VLA with malloc/free
2010-06-26 Måns RullgårdFix brief make messages when CC etc are specified on...
2010-06-25 Måns Rullgårdhuffyuv: remove unnecessary size argument from generate...
2010-06-25 Måns RullgårdMake vp8 select h264dsp and use this to pull in mmx...
2010-06-25 Carl Eugen... Fix compilation without --enable-gpl.
2010-06-25 Jason Garrett... Really fix r23782
2010-06-25 Måns Rullgårdelbg: remove VLAs
2010-06-25 Jason Garrett... Fix c99ism in r23782
2010-06-25 Carl Eugen... Cosmetics: Fix indentation.
2010-06-25 Måns Rullgårdhuffyuv: make VLAs fixed size
2010-06-25 Jason Garrett... 16x16 and 8x8c x86 SIMD intra pred functions for VP8...
2010-06-25 Jason Garrett... Make VP8 DSP functions take two strides
2010-06-25 Måns Rullgårdconfigure: remove superflous -lm flags
2010-06-25 Måns Rullgårdconfigure: reverse order of -l flags
2010-06-25 Måns Rullgårdconfigure: remove unused flag save/restore functions
2010-06-25 Måns Rullgårdconfigure: simplify append function
2010-06-25 Måns Rullgårdconfigure: simplify check_lib function
2010-06-25 Måns Rullgårdconfigure: remove unused function check_foo_config
2010-06-25 Måns Rullgårdtwinvq: remove VLAs
2010-06-25 Måns Rullgårdrv34: kill VLAs
2010-06-25 Josh Allmannrtpdec_mpeg4: Rename PayloadContext to be consistently...
2010-06-25 Josh AllmannRTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4...
2010-06-25 Josh Allmannrtpdec: Move AAC depacketization code in rtpdec to...
2010-06-25 Josh AllmannRTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mp...
2010-06-25 Josh AllmannRTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c
2010-06-25 Josh AllmannRTSP: Remove skip_spaces in favor of strspn
2010-06-25 Jai MenonPrint a space after the AVClass prefix.
2010-06-25 Jai Menonavienc : Avoid creating invalid AVI files when muxing...
2010-06-25 Jason Garrett... fix typo in vp8 decoder error message
2010-06-25 Baptiste CoudurierImprove mov atom parsing debug message, print parent...
2010-06-24 Måns Rullgårdfate: add vp8 tests
2010-06-24 Måns Rullgårdconfigure: use warn function for unrecognised --cc...
2010-06-24 Måns Rullgårdconfigure: warn about missing yasm
2010-06-24 Måns Rullgårdconfigure: add 'warn' function
next