OSDN Git Service

android-x86/external-ffmpeg.git
2014-07-15 Michael Niedermayeravcodec/hevc_ps: prevent stale pointer in malloc failur...
2014-07-15 Michael Niedermayeravcodec/hevc_ps: do not loose all reference to pointers...
2014-07-14 Michael Niedermayerffmpeg: Use av_stream_get_parser() to avoid ABI issues
2014-07-14 Michael Niedermayeravformat: add av_stream_get_parser() to access avformat...
2014-07-12 Michael Niedermayeravformat/utils: do not wait for packets from discarded...
2014-07-01 Michael Niedermayeravcodec/hevc: Use av_malloc(z)_array()
2014-06-25 Michael Niedermayeravfilter/x86/vf_pullup: fix old typo
2014-06-25 Michael Niedermayeravfilter/vf_pullup: use ptrdiff_t as stride argument...
2014-06-23 Michael Niedermayerupdate for FFmpeg 2.1.5
2014-06-23 Michael Niedermayeravformat/mpc: attempt to allocate a packet that is...
2014-06-23 Michael Niedermayercavsdec: fix qp fixed slice handling
2014-06-23 Michael Niedermayeravformat/cavsvideodec: Fix probing when the file extens...
2014-06-23 Michael Niedermayeravcodec/alsdec: Clear MPEG4AudioConfig so that no use...
2014-06-23 Michael Niedermayeravformat/flvenc: Do not allow creating h263/mpeg4 in...
2014-06-23 Michael Niedermayeravcodec/aic: fix quantization table permutation
2014-06-23 Michael Niedermayeravcodec/mss4: Fix () in MKVAL() macro
2014-06-23 Michael Niedermayeravcodec/mss34dsp: fix () in SOP* macros
2014-06-23 Michael Niedermayeravcodec/mlpdec: fix () in MSB_MASK() macro
2014-06-23 Michael Niedermayeravcodec/ivi_dsp: add some missing () to macros
2014-06-23 Michael Niedermayeravcodec/h264: fix () in macros
2014-06-23 Michael Niedermayeravcodec/golomb-test: fix () in EXTEND() macro
2014-06-23 Michael Niedermayeravcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macro
2014-06-23 Michael Niedermayeravcodec/libvorbisenc: dont add the duration to AV_NOPTS...
2014-06-23 Michael Niedermayeravutil/cpu: force mmx on selection of higher x86 SIMD...
2014-06-23 Michael Niedermayeravcodec/diracdec: move mc buffer allocation to per...
2014-06-23 Michael Niedermayeravfilter/graphdump: Fix pointer to local outside scope
2014-06-23 Michael Niedermayeravcodec/mjpegdec: Fix undefined shift
2014-06-23 Michael Niedermayerffmpeg_filter: fix pointer to local outside scope
2014-06-23 Michael Niedermayeravformat/h263dec: Fix h263 probe
2014-06-23 Michael Niedermayeravformat/mux: Check for and remove invalid packet durations
2014-06-23 Michael Niedermayeravfilter/filtfmts: Support dynamically allocated in...
2014-06-23 Michael Niedermayeriavcodec/vc1dec: Fix missing {}
2014-06-23 Michael Niedermayeravfilter/vf_deshake: fix loss of precission with odd...
2014-06-23 Michael Niedermayeravfilter/f_select: fix loss of precission in SAD calcul...
2014-06-23 Michael Niedermayeravcodec/g723_1: add assert to help static code analyzers
2014-06-23 Michael Niedermayeravcodec/diracdec: fix undefined behavior with shifts
2014-06-23 Michael Niedermayeravformat/mpegts: Remove redundant check
2014-06-23 Michael Niedermayeravcodec/mjpegen: Fix declared argument size
2014-06-23 Michael Niedermayerswscale/swscale: fix srcStride/srcSlice typo
2014-06-23 Michael Niedermayeravcodec/x86/idct_sse2_xvid: fix non C99 inline function
2014-06-23 Michael Niedermayeravutil/lzo: add asserts to be double sure against overflows
2014-06-23 Michael Niedermayeravutil/lzo: Fix integer overflow
2014-06-23 Anthoine Bourgeoisavcodec/dirac_arith: Fix build with PIC and stack-check...
2014-06-23 Michael Niedermayerswscale/x86/swscale_template: loose hardcoded dstw_offset
2014-06-23 Michael Niedermayerswresample/resample: use av_malloc_array() where approp...
2014-06-23 Michael Niedermayerswresample/dither: use av_malloc_array()
2014-06-23 Michael Niedermayerswresample/resample: Limit filter length
2014-06-23 Michael Niedermayeravcodec/msrle: check return code for success before use
2014-06-23 Michael Niedermayeravcodec/wma: use av_freep(), do not leave stale pointer...
2014-06-23 Lukasz Mareklavu/opt: validate range before dereference
2014-06-23 Michael Niedermayeravcodec/h264: clear cur_pic structure instead of duplic...
2014-06-23 Michael Niedermayeravfilter/vf_pullup: fix gray8
2014-06-23 Michael Niedermayeravcodec/libx264: move where x264opts is applied down...
2014-06-23 Michael Niedermayeravcodec/h264_mp4toannexb_bsf: prepend global headers...
2014-06-23 Michael Niedermayeravcodec/x86/mpegvideoenc_template: fix integer overflow
2014-06-23 Michael Niedermayerdox/scaler:fix bicubiclin typo
2014-06-23 Michael Niedermayerswscale/swscale: fix integer overflow
2014-06-23 Michael Niedermayeravcodec: Add padding after the remaining AVFrames
2014-06-23 Michael Niedermayeravformat/mp3enc: use av_copy_packet()
2014-06-23 Michael Niedermayerffmpeg: dont call exit_program() from a signal hander
2014-06-21 Carl Eugen... Show duration for large asf files as written in the...
2014-06-09 Martin Storsjöadpcm: Write the proper predictor in trellis mode in...
2014-06-09 Martin Storsjöadpcm: Fix trellis encoding of IMA QT
2014-06-09 Michael Niedermayeravcodec/mjpegdec: Improve intel jpeg flip heuristic
2014-06-09 Michael Niedermayeravcodec/h264: in the absence of recovery points, be...
2014-06-09 Carl Eugen... avcodec/utvideodec: Increase vlc len
2014-06-09 Carl Eugen... Do not limit blocksize when reading PCM from aiff.
2014-06-09 Michael Niedermayeravformat/avidec: allow rounding errors between scale...
2014-05-21 Anshulffprobe: fix crash happening because of new streams...
2014-05-12 Carl Eugen... Use Matroska document version 2 for WebM files if possible.
2014-05-01 Michael Niedermayersws: dont use the optimized 410->420 unscaled conversio...
2014-05-01 Michael Niedermayeravcodec/vorbisdec: try to workaround libvorbisenc bug
2014-04-24 Michael Niedermayerswresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX input
2014-04-23 Stefano Sabatiniffprobe: fix scaling of vali in value_string() in case...
2014-04-23 Michael Niedermayeravformat/avidec: Speed up keyframe detection code
2014-04-19 Peter Rossff_id3v2_read: add option to limit ID3 magic number...
2014-04-19 Peter Rossff_id3v2_free_extra_meta: set the pointer pointing...
2014-04-16 Michael Niedermayeravformat/matroskadec: support SVQ3 as generated by...
2014-04-16 Michael Niedermayeravformat/matroskaenc: wrap V_QUICKTIME codec private...
2014-03-24 Michael Niedermayeravformat/mov: fix keyframe flags for sample from chromi...
2014-03-24 Hendrik Leppkesavformat/mov: only force parsing for video tracks if...
2014-03-18 Michael Niedermayeravcodec/h263dec: Fix use of uninitialized memory from...
2014-03-18 Michael Niedermayeravcodec/utils: fix sizeof(AVFrame) dependence in avcod...
2014-03-18 Michael Niedermayerswscale/x86/swscale: fix missing xmm clobbers in yuv2yu...
2014-03-18 Michael Niedermayeravutil/timestamp: Warn about missing __STDC_FORMAT_MACR...
2014-03-18 Michael Niedermayeravcodec/g2meet: fix error returns
2014-03-18 Michael Niedermayeravcodec/utvideoenc: fix slice_bits size
2014-03-18 Timothy Guconfigure: use pkg-config to detect libbluray
2014-03-17 Peter Rossavcodec/adpcm: squelch 'mismatch in coded sample count...
2014-03-17 Peter Rossavcodec/adpcm: ADPCM_IMA_DK3 packets are padded to...
2014-03-17 Michael Niedermayeravcodec/h264: be more tolerant on what pixel format...
2014-03-17 Michael Niedermayerffmpeg_opt: check that a subtitle encoder is available...
2014-03-13 Michael Niedermayermvformat/movenc: fix IMX
2014-03-13 Michael Niedermayeravformat/avidec: Check required demuxing buffer sizes...
2014-03-13 Michael Niedermayeravidec: calculate missing bitrates from index
2014-03-12 Michael Niedermayeravformat/flvdec: discard inconsistent timestamps
2014-03-12 Michael Niedermayeravcodec/vorbisdec: use the stored previous window type...
2014-03-08 Nicolas Georgelavfi/af_atempo: clear references before returning...
2014-03-06 Michael Niedermayeravformat/oggparsevorbis: dont use invalid granules
2014-03-04 Anton Khirnovpthread_frame: flush all threads on flush, not just...
next