OSDN Git Service

android-x86/external-ffmpeg.git
2015-07-24 Steve Lhommeuse a wrapper script to call MS link.exe to avoid mixin...
2015-07-23 Steve Lhommeconfigure: force -nologo- when detecting MSVC
2015-07-23 Martin Storsjödds: Write the palette in the native endian form
2015-07-23 Tom Butterworthhap: Name enums, remove unused struct member
2015-07-23 Tom Butterworthsnappy: Refactor so ff_snappy_uncompress() uses an...
2015-07-23 Alexandra Hájkováasfdec: remove the wrong condition
2015-07-23 Tom Butterworthhap: Fix slice size computation
2015-07-23 Tom Butterworthdds: Fix the slice size computation
2015-07-23 Anton Khirnovaf_channelmap: properly set the supported output channe...
2015-07-23 Alexandra Hájkováasfdec: increment nb_streams right after the stream...
2015-07-23 Alexandra Hájkováasfdec: set nb_streams to 0 in the asf_read_close
2015-07-22 Vittorio Giovarampegvideo: Add missing include
2015-07-22 Vittorio Giovaradds: Add a rgba fate test
2015-07-22 Michael Niedermayerdds: Fix 32bpp bitmaps decoding
2015-07-22 Vittorio Giovaradds: Fix palette decoding
2015-07-22 Vittorio Giovaradds: Fix enum declaration
2015-07-22 Alexandra Hájkováasfdec: avoid crash in the case when chunk_len is 0...
2015-07-22 Alexandra Hájkováasfdec: close the demuxer properly when read_header...
2015-07-22 Alexandra Hájkováasfdec: factor out seeking to the Data Object outside...
2015-07-22 Anton Khirnovqsvenc_hevc: use the correct HW plugin UID
2015-07-22 Janne Grunaucheckasm: remove empty array initializer list in h264pr...
2015-07-21 Luca Barbatocheckasm: Always link statically
2015-07-21 Luca Barbatodds: Decode using optimal slices sizes
2015-07-21 Luca Barbatohap: Decode using optimal slices sizes
2015-07-21 Luca Barbatoparseutil: Use non ambiguous aliases for uhd
2015-07-20 Janne Grunauarm: use a local label instead of the function symbol...
2015-07-20 Janne Grunauh264: aarch64: intra prediction optimisations
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraAdd a quality factor packet side data
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-07-20 Vittorio Giovaraflashsvenc: Keep coded_frame.key_frame a write-only...
2015-07-20 Vittorio Giovaraffv1enc: Use input frame to set SAR and interlacing
2015-07-20 Vittorio Giovaraffv1enc: Keep coded_frame.key_frame a write-only variable
2015-07-20 Vittorio Giovaraqtrleenc: Keep coded_frame.key_frame a write-only variable
2015-07-20 Vittorio Giovaralibtheoraenc: Keep coded_frame.key_frame a write-only...
2015-07-20 Vittorio Giovaralibvpxenc: Do not entangle coded_frame
2015-07-20 Vittorio Giovaralibxvid: Do not entangle coded_frame
2015-07-20 Vittorio Giovarasvq1enc: Do not entangle coded_frame
2015-07-20 Vittorio Giovaraproresenc: Do not entangle coded_frame
2015-07-20 Vittorio Giovaraa64multienc: Do not entangle coded_frame
2015-07-20 Vittorio Giovararoqvideoenc: Drop unneeded initialization
2015-07-20 Vittorio Giovarampegvideo_enc: Drop unnneded initialization
2015-07-20 Luca Barbatoparseutil: Add more resolution aliases
2015-07-19 Anton Khirnovqsvenc: properly handle asynchronous encoding
2015-07-19 Anton Khirnovqsvdec: properly handle asynchronous decoding
2015-07-19 Anton Khirnovaf_resample: do not touch the timestamps if we are...
2015-07-19 Anton Khirnovavconv: split creating and (re-)configuring complex...
2015-07-19 Anton Khirnovavconv: create the complex filtergraphs earlier
2015-07-19 Anton Khirnovavconv: move the no streams failure to open_output_file()
2015-07-19 Anton Khirnovavconv: factor out the output stream initialization
2015-07-19 Anton Khirnovavconv: use read_file() for reading the 2pass stats
2015-07-19 Anton Khirnovavconv: move handling the 2pass logfile into avconv_opt
2015-07-19 Anton Khirnovavconv: set the encoding/decoding_needed flags earlier
2015-07-19 Anton Khirnovavconv: drop update_sample_fmt()
2015-07-19 Alexandra Hájkováasfdec: make nb_sub to be unsigned int
2015-07-19 Alexandra Hájkováasfdec: read the replicated data in a separate function
2015-07-19 Alexandra Hájkováasfdec: convert condition for the replicated data readi...
2015-07-19 Alexandra Hájkováasfdec: do not read replicated data when their length...
2015-07-17 Janne Grunaufate: add checkasm target
2015-07-17 Janne Grunaucheckasm: test all architectures with optimisations
2015-07-17 Michael Niedermayercheckasm: Give macro a body to avoid potential unexpect...
2015-07-17 Henrik Gramnercheckasm: exit with status 0 instead of 1 if there...
2015-07-17 Janne Grunauh264: arm: use intra pred8x8 functions only for chroma_...
2015-07-17 Luca Barbatocosmetics: Reformat checkasm tests
2015-07-17 Henrik Gramnercheckasm: Add unit tests for bswapdsp
2015-07-17 Henrik Gramnerx86: bswapdsp: Don't treat 32-bit integers as 64-bit
2015-07-17 Vittorio Giovaraconfigure: Factor out g722dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out wmv2dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out vp8dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out vp56dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out rv34dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out mss34dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out ividsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out flacdsp module
2015-07-17 Dave YeoOS/2: Cleanup slib_create_def_cmd
2015-07-17 Luca Barbatolibx264: Add support for the MPEG2 encoder
2015-07-17 Vittorio Giovarahq_hqa: Fix decoding when INFO section is absent
2015-07-17 Vittorio GiovaraAPIchanges: Mention lavfi and lavd identification symbo...
2015-07-17 Vittorio GiovaraRevert "mov: Double-check that alias path is not an...
2015-07-17 Kieran Kunhyah264: Add support for Closed Caption export
2015-07-15 Henrik Gramnercheckasm: Add unit tests for h264qpel
2015-07-15 Luca Barbatompegts: Mark the muxer as supporting variable fps
2015-07-15 Luca Barbatohevc: Split the struct setup from the pps parsing
2015-07-13 Luca Barbatomp3: Forward seeking errors
2015-07-13 Luca Barbatohevc: Print the non-supported chroma_format_idc
2015-07-13 Luca Barbatohevc: Factor out the pixel format mapping from the...
2015-07-13 Alexandra Hájkováasfdec: prevent memory leaks found with Coverity Scan
2015-07-13 James Almerdxva2_hevc: unbreak compilation after recent sps/pps...
2015-07-13 Anton Khirnovhevc_parser: fix standalone build with the hevc decoder...
2015-07-13 Anton Khirnovhevc_ps: make sure failing to decode an SPS always...
2015-07-12 Anton Khirnovhevc: handle a NULL sps in set_sps() properly
2015-07-12 Anton Khirnovhevc: do not pass an entire HEVCContext into export_str...
2015-07-12 Anton Khirnovhevc_parser: parse and export some stream parameters
2015-07-12 Anton Khirnovhevc: improve a comment
2015-07-12 Anton Khirnovhevc: move splitting the packet into NALUs into a separ...
2015-07-12 Anton Khirnovhevc: eliminate the second call to hls_nal_unit()
2015-07-12 Anton Khirnovhevc: skip invalid/ignored NALUs when splitting the...
2015-07-12 Anton Khirnovhevc: remove HEVCContext usage from hevc_ps
2015-07-12 Anton Khirnovmpegvideo_parser: export pixel format and dimensions
2015-07-12 Andreas Cadhalpunhevc: check slice address length
next