OSDN Git Service

android-x86/external-ffmpeg.git
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
2010-06-24 Måns Rullgårdtta: replace potentially huge VLAs with malloc/free...
2010-06-24 Luca BarbatoRemove typo: s/ingore/ignore/
2010-06-24 Thad WardSet an opaque alpha value when decoding rgba ffv1.
2010-06-24 Måns Rullgårdasfdec: ensure number of streams is within bounds;...
2010-06-24 Måns RullgårdRemove VLA in ff_kbd_window_init, limit window size...
2010-06-24 Måns Rullgårdvp6: convert VLA to fixed size
2010-06-24 Vitor SessakFix compilation on x64.
2010-06-24 Vitor SessakFix asm constraints in apply_window()
2010-06-24 Måns Rullgårdalac: change VLAs to fixed size
2010-06-24 Vitor SessakSSE-optimized MP3 floating point windowing functions
2010-06-24 Alexei SvitkineCorrectly return EOF for smacker videos
2010-06-24 Francesco LavraFix dependencies for the ra_144 encoder
2010-06-23 Måns Rullgårdsnow: remove unused parameter to mc_block()
2010-06-23 Stefan Gehreravoid conditional and division in chroma MV calculation
2010-06-23 Måns Rullgårdflacenc: convert VLA to fixed size
2010-06-23 Vitor SessakMove float-specific function to mpegaudiodec_float.c
2010-06-23 Vitor SessakRemove pointless condition in #if
2010-06-23 Alex ConverseFix alphabetization of the CONFIG_HARDCODED_TABLES...
2010-06-23 Alex Converseaactab: Tablegenify ff_aac_pow2sf_tab.
2010-06-23 Jason Garrett... Update x264asm header files to latest versions.
2010-06-23 Ronald S. BultjeFix a typo, spotted by Diego.
2010-06-23 Ronald S. BultjeAdd missing changelog entry for VP8 decoder.
2010-06-23 Diego BiurrunAdd required #includes to pass 'make checkheaders'.
2010-06-23 Martin StorsjöReindent
2010-06-23 Martin StorsjöAdd all required includes to avio.h
2010-06-23 Måns RullgårdEnable pthreads automatically unless w32threads is...
2010-06-23 Michael NiedermayerContinue after guids in asf after which other guids...
2010-06-23 Måns RullgårdRemove OS/2 threads support
2010-06-22 Diego PettenòAdd barcelona to the list of cmov/fast_cmov compatible...
2010-06-22 Måns RullgårdRemove beosthreads support
2010-06-22 Måns RullgårdImprove some uses of ff_cropTbl with constant offset
2010-06-22 Stefano SabatiniRename rec_timestamp to recording_timestamp, for consis...
2010-06-22 Stefano SabatiniExtend documentation for the ffmpeg -timestamp option.
2010-06-22 Stefano SabatiniMention how "now" is interpreted in the parse_date...
2010-06-22 Stefano SabatiniFix date specification accepted by parse_date().
2010-06-22 Jason Garrett... Use right-shift instead of division by two.
2010-06-22 Ronald S. BultjeReindent after r23721.
2010-06-22 Ronald S. BultjeRename PACK4x8() to PACK4UINT8().
2010-06-22 Alex ConverseMove Parametric Stereo related ps* files to aacps*.
2010-06-22 David ConradNative VP8 decoder.
2010-06-22 Ronald S. BultjeChange a / 256 into a >> 8.
2010-06-22 Ronald S. BultjeReindent after r23716.
2010-06-22 David ConradAdd intra prediction functions for VP8.
2010-06-22 Ronald S. BultjeAdd a macro to pack 4 bytes into native byte-order...
2010-06-22 David ConradMake "topright" argument to pred4x4() const.
2010-06-22 Ronald S. BultjeAdd av_clip_int8(), used in the upcoming VP8 decoder.
2010-06-22 Alex ConverseCosmetics whitespace.
2010-06-22 Benoit FouetAdd missing parentheses in MKTAG and MKBETAG macros.
2010-06-22 Martin StorsjöMake the http protocol open the connection immediately...
2010-06-22 Martin StorsjöAdd an AVClass to the HTTPContext
2010-06-22 Martin StorsjöAllocate the HTTPContext through URLProtocol.priv_data_size
2010-06-22 Martin StorsjöAdd an APIchanges entry for priv_data_size and priv_dat...
2010-06-22 Martin StorsjöAdd priv_data_size and priv_data_class to URLProtocol
2010-06-22 Martin StorsjöAdd an APIchanges entry for url_alloc() and url_connect()
2010-06-22 Martin StorsjöSplit url_open and url_open_protocol into url_alloc...
2010-06-22 Martin StorsjöAdd an APIchanges entry for av_register_protocol2
2010-06-22 Martin StorsjöAdd an av_register_protocol2 function that takes a...
2010-06-22 Peter RossIFF PBM decoder: Add a pad byte if image width is odd...
2010-06-22 Martin StorsjöBump micro version, add changelog entry for DTS-ES...
2010-06-22 Stephen DredgeFix failure in av_read_frame on timestamp rollover.
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: Cosmetic cleanup
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: add code to...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: update and add...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: move original...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: move subband_sam...
next