OSDN Git Service

android-x86/external-ffmpeg.git
2015-06-12 Vittorio Giovarampegvideo: Expand macro
2015-06-12 Vittorio Giovarampegvideo: rv10: Move function declaration to a separat...
2015-06-12 Vittorio Giovarampegvideo: h263: Move all tables to a single file
2015-06-12 Vittorio Giovarampegvideo: Move ER functions to a separate file
2015-06-10 Vittorio Giovarampegvideo: Mark one function as static
2015-06-10 Vittorio Giovarampegvideo: Move block permutation function where is...
2015-06-10 Vittorio Giovarampegvideo: Drop release_unused_pictures() function
2015-06-10 Vittorio Giovarampegvideo: Move Picture-related functions to a separate...
2015-06-10 Janne Grunaumovenc: fixes a questionable valgrind uninitialized...
2015-06-09 Luca Barbatomkv: Correctly report the latest packet had been flushed
2015-06-09 James Almermpjpegdec: don't try to alloc an AVIOContext when probe...
2015-06-09 Janne Grunauimc: add required padding for GetBitContext buffer
2015-06-09 Janne Grunauac3_parser: add required padding for GetBitContext...
2015-06-09 Janne Grunauaac_parser: add required padding for GetBitContext...
2015-06-08 Vittorio Giovarartpdec_asf: Check memory allocation and free memory...
2015-06-08 Vittorio Giovaramov: Check memory allocation
2015-06-08 Vittorio Giovarajack: Check memory allocation
2015-06-08 Vittorio Giovaraaudiointerleave: Always initialize new_pkt
2015-06-08 Vittorio Giovarasctp: Always initialize outmsg struct
2015-06-08 Janne Grunaumpjpgdec: free AVIOContext leak on early probe fail
2015-06-08 Vittorio Giovarampegvideo: Move OutFormat enum to mpegutils.h
2015-06-08 Vittorio Giovarampegvideo: Split picture allocation for encoding and...
2015-06-08 Vittorio Giovarampegvideo: Rework frame_size_alloc function
2015-06-08 Vittorio Giovarampegvideo: Move various temporary buffers to a separate...
2015-06-08 Luca Barbatoconfigure: Support MSVC 2015
2015-06-07 Luca Barbatoaac: Wait to know the channels before allocating frame
2015-06-07 Sebastian Drögeaac: Support channel configurations 11 and 12
2015-06-07 nu774aac: correctly map 7.1ch-wide AAC from FDK AAC encoder
2015-06-07 Luca Barbatoavio: Add avio_put_str16be
2015-06-07 Luca Barbatompjpeg: Initial implementation
2015-06-03 nu774aac: Correctly map multichannel ADTS AAC with non-zero...
2015-06-03 Luca Barbatobink: Factorize bink put_pixel
2015-06-03 Martin Storsjöconfigure: Check for DXVA2_ConfigPictureDecode instead...
2015-06-03 Martin Storsjöconfigure: Remove unnecessary tests for d3d11va
2015-06-03 Martin Storsjöconfigure: Don't run "export $e" for an empty string
2015-06-02 James Almerconfigure: don't enable tls protocols if network is...
2015-06-02 Luca Barbatoconfigure: Use pkg-config for fdk-aac
2015-06-02 Luca Barbatoconfigure: Provide an option to override the environment
2015-06-02 Luca Barbatoconfigure: Support the extended pkgconf syntax
2015-06-01 Martin Storsjöconfigure: Remove some unnecessary exported config...
2015-06-01 Martin Storsjöconfigure: Require LPDIRECT3DSURFACE9 for dxva2
2015-06-01 Martin Storsjödxva2: Add ifdefs around structs that might not be...
2015-06-01 Steve Lhommedxva2: Fix build when only D3D11 or DXVA2 is used
2015-06-01 Steve Lhommeconfigure: Check if ID3D11VideoDecoder exists, not...
2015-06-01 Michael Niedermayerh264: Fix HWACCEL_MAX for D3D11
2015-06-01 Michael Niedermayerhevc: Fix HWACCEL_MAX for D3D11
2015-06-01 Martin Storsjörtmpdh: Use GMP functions directly, instead of nettle...
2015-06-01 Martin Storsjörtmpdh: Fix the indentation in a struct
2015-05-31 Luca Barbatonvenc: H264 and HEVC encoders
2015-05-31 Vittorio Giovaraxsub: Check memory allocation
2015-05-31 Vittorio Giovarawma: Check memory allocation
2015-05-31 Vittorio Giovaratruemotion2: Check memory allocation
2015-05-31 Vittorio Giovarasvq1: Check memory allocation
2015-05-31 Vittorio Giovararatecontrol: Check memory allocation
2015-05-31 Vittorio Giovarapthread: Check memory allocation
2015-05-31 Vittorio Giovarapsymodel: Check memory allocation
2015-05-31 Vittorio Giovaraxvid: Check memory allocation
2015-05-31 Vittorio Giovarax264: Check memory allocation
2015-05-31 Vittorio Giovaralibtheora: Check memory allocation
2015-05-31 Vittorio Giovaralcl: Check memory allocation
2015-05-31 Vittorio Giovarajpegls: Check memory allocation
2015-05-31 Vittorio Giovarahuffyuv: Check memory allocation
2015-05-31 Vittorio Giovaraeatgv: Check memory allocation
2015-05-31 Vittorio Giovaradct: Check memory allocation
2015-05-31 Vittorio Giovaraasv: Check memory allocation
2015-05-31 Vittorio Giovaraaacpsy: Check memory allocation
2015-05-31 Vittorio Giovarampegvideo: Move MotionEstContext and function declarati...
2015-05-31 Vittorio Giovarampegvideo: mpeg12: Move function declarations
2015-05-31 Vittorio Giovarampegvideo: Move tables to a separate file
2015-05-31 Vittorio Giovarampegvideo: msmpeg4: Move function declarations
2015-05-31 Vittorio Giovarampegvideo: wmv2: Move function declarations
2015-05-31 Hendrik Leppkesdxva2_hevc: re-write reference frame handling
2015-05-31 Hendrik Leppkesdxva2_hevc: fix 32x32 scaling lists
2015-05-31 Andreas Cadhalpunmov: always check avio_read return value
2015-05-31 Vittorio Giovaraavio: Add avio_read wrapper to simplify error checking
2015-05-31 Andreas Cadhalpunmov: reject zero bytes_per_frame with non-zero samples_...
2015-05-31 Andreas Cadhalpunmov: abort on EOF in ff_mov_read_chan
2015-05-31 Luca Barbatomov: Correctly allocate ctts_data
2015-05-31 Andreas Cadhalpunmov: Fix two memleaks
2015-05-31 Vittorio Giovaravp9: Parse subsampling and report missing feature
2015-05-31 James Almerx86: check for AV_CPU_FLAG_AVXSLOW where useful
2015-05-31 James Almerx86: Add helper macros to check for slow cpuflags
2015-05-31 James Almerx86: add AV_CPU_FLAG_AVXSLOW flag
2015-05-31 Luca Barbatoppc: vsx: Implement diff_pixels and get_pixels
2015-05-31 Luca Barbatoppc: vsx: Implement float_dsp
2015-05-31 Luca Barbatoppc: cpu: Add support for VSX and POWER8 extensions
2015-05-31 Luca Barbatoppc: Restrict some Altivec implementations to Big Endian
2015-05-31 Luca Barbatoppc: configure: Support ISA 2.06 and later
2015-05-31 Luca Barbatoppc: Clarify and extend the cpuid check
2015-05-31 Luca Barbatoppc: linux: Check altivec using the auxv
2015-05-31 Luca Barbatoppc: pixblockdsp: Use the abriged vector types
2015-05-31 Luca Barbatoppc: avutil: Use the abriged vector types
2015-05-31 Luca Barbatoppc: avutil: Drop a potentially dangerous workaround
2015-05-31 wm4network: prevent SIGPIPE on OSX
2015-05-30 Luca Barbatoh264: Make sure reinit failures mark the context as...
2015-05-30 Luca Barbatomsrle: Use FFABS to determine the frame size in msrle_d...
2015-05-29 Martin Storsjörtmpdh: Generate the whole private exponent using av_ge...
2015-05-29 Martin Storsjörtmpdh: Create sufficiently long private keys for gcryp...
2015-05-29 Martin Storsjörtmpdh: Remove an unnecessary check in the gcrypt/nettl...
2015-05-29 Martin Storsjörtmpdh: Add fate test for the DH handshake routine
next