projects
/
platform
/
upstream
/
libav.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libav.git
2012-02-07
Ronald S. Bultje
swscale: fix V plane memory location in bilinear/unscal...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Ronald S. Bultje
vp8: always update next_framep[] before returning from...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Anton Khirnov
avconv: estimate next_dts from framerate if it is set.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Anton Khirnov
avconv: better next_dts usage.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Anton Khirnov
avconv: rename InputStream.pts to last_dts.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Anton Khirnov
avconv: reduce overloading for InputStream.pts.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Anton Khirnov
avconv: rename InputStream.next_pts to next_dts.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Anton Khirnov
avconv: rework -t handling for encoding.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Anton Khirnov
avconv: set encoder timebase for subtitles.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Anton Khirnov
pva-demux test: add -vn
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Diego Biurrun
swscale: K&R formatting cosmetics for SPARC code
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Justin Ruggles
apedec: allow the user to set the maximum number of...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Justin Ruggles
apedec: do not unnecessarily zero output samples for...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Justin Ruggles
apedec: allocate a single flat buffer for decoded samples
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Justin Ruggles
apedec: use sizeof(field) instead of sizeof(type)
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Ronald S. Bultje
swscale: split C output functions into separate file.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Ronald S. Bultje
swscale: Split C input functions into separate file.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Aneesh Dogra
bytestream: Add bytestream2 writing API.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Paul B Mahol
Revert "v210enc: use FFALIGN()"
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Diego Biurrun
doxygen: Do not include license boilerplates in Doxygen...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Justin Ruggles
avplay: reset decoder flush state when seeking
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Justin Ruggles
ape: skip packets with invalid size
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Justin Ruggles
ape: calculate final packet size instead of guessing
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Justin Ruggles
ape: stop reading after the last frame has been read
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Justin Ruggles
ape: return AVERROR_EOF instead of AVERROR(EIO) when...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Justin Ruggles
ape: return error if seeking to the current packet...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Kieran Kunhya
avcodec: Clarify AVFrame member documentation.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Paul B Mahol
v210dec: check for coded_frame allocation failure
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Paul B Mahol
v210enc: use stride as it is already calculated
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Paul B Mahol
v210enc: use FFALIGN()
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Paul B Mahol
v210enc: return proper AVERROR codes instead of -1
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Paul B Mahol
v210enc: do not set coded_frame->key_frame
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Paul B Mahol
v210enc: check for coded_frame allocation failure
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Andrey Utkin
drawtext: add 'fix_bounds' option on coords fixing
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Andrey Utkin
drawtext: fix text_{w, h} expression vars
commit
|
commitdiff
|
tree
|
snapshot
2012-02-05
Andrey Utkin
drawtext: add missing braces around an if() block.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-04
Paul B Mahol
ape: fix seeking
commit
|
commitdiff
|
tree
|
snapshot
2012-02-04
Paul B Mahol
apedec: 8bit and 24bit support
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Justin Ruggles
dsputil: remove debug message in dsputil_init().
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Alex Converse
movdec: Avoid av_malloc(0) in stss
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Diego Biurrun
build: Drop YASM-OBJS-FFT from SUBDIR_VARS.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Diego Biurrun
build: Drop unused X86-OBJS variable.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Anton Khirnov
avconv: remove debugging cruft from do_video_out().
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Anton Khirnov
avconv: factorize setting stream_index for the output...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Anton Khirnov
frame{crc/md5}: set the stream timebase from codec...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Justin Ruggles
apedec: remove unneeded #include of get_bits.h and...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Justin Ruggles
apedec: av_fast_malloc() instead of av_realloc()
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Justin Ruggles
apedec: fix handling of packet sizes that are not a...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Anton Khirnov
libx264: fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Ronald S. Bultje
vorbis: fix overflows in floor1[] vector and inverse...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Ronald S. Bultje
win64: add a XMM clobber test configure option.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Martin Storsjö
movdec: Parse the dvc1 atom
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Mans Rullgard
ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Diego Biurrun
swscale: K&R formatting cosmetics for Blackfin code
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Piotr Bandurski
frwu: lowercase the FRWU codec name
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Janne Grunau
movdec: fix dts generation in fragmented files
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Mans Rullgard
fate: make acodec-ac3_fixed test output raw AC3
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Janne Grunau
APIchanges: add missing commit hashes
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Ronald S. Bultje
swscale: implement MMX, SSE2 and AVX functions for...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Paul B Mahol
ra144enc: drop pointless "encoder" from .long_name
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Justin Ruggles
bethsoftvideo: fix palette reading.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Justin Ruggles
mpc7: use av_fast_padded_malloc()
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Justin Ruggles
mpc7: simplify handling of packet sizes that are not...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Paul B Mahol
doc: decoding Forward Uncompressed is supported
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Justin Ruggles
Fix a typo in the x86 asm version of ff_vector_clip_int32()
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Justin Ruggles
pcmenc: Do not set avpkt->size.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Justin Ruggles
ff_alloc_packet: modify the size of the packet to match...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Paul B Mahol
frwu: Employ more meaningful return values.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Reimar Döffinger
fraps: Use av_fast_padded_malloc() instead of av_realloc()
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Reimar Döffinger
mjpegdec: use av_fast_padded_malloc()
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Reimar Döffinger
eatqi: use av_fast_padded_malloc()
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Reimar Döffinger
asv1: use av_fast_padded_malloc()
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Janne Grunau
avcodec: Add av_fast_padded_malloc().
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Ronald S. Bultje
swscale: enable dithering in MMX functions.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Ronald S. Bultje
swscale: make rgb24 function macros slightly smaller.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Diego Biurrun
avcodec.h: Remove some disabled cruft.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Ronald S. Bultje
swscale: remove obsolete comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Diego Biurrun
swscale-test: Drop unused argc and argv arguments from...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Paul B Mahol
zmbv: Employ more meaningful return values.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Paul B Mahol
zmbvenc: Employ more meaningful return values.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Janne Grunau
vc1: prevent null pointer dereference on broken files
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Janne Grunau
zmbv: check av_realloc() return values and avoid memlea...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Paul B Mahol
truespeech: align buffer
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Mans Rullgard
ac3: Do not read past the end of ff_ac3_band_start_tab.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Alex Converse
dv: Fix small stack overread related to CVE-2011-3929...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Michael Niedermayer
dv: Fix null pointer dereference due to ach=0
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Michael Niedermayer
dv: check stype
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Janne Grunau
fate-golomb: extend golomb-test to get_ue_golomb_long()
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Alex Converse
swfdec: Simplify sample rate calculation.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Diego Biurrun
fate: add golomb-test
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Diego Biurrun
golomb-test: K&R formatting cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Diego Biurrun
h264: Split h264-test off into a separate file - golomb...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Diego Biurrun
h264-test: cleanup: drop timer invocations, commented...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Diego Biurrun
h264-test: Remove unused DSP and AVCodec contexts and...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Diego Biurrun
adpcm: Add missing stdint.h #include to fix standalone...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Anton Khirnov
lavf: add functions for accessing the fourcc<->CodecID...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Anton Khirnov
lavc: set AVCodecContext.codec in avcodec_get_context_d...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Anton Khirnov
lavc: make avcodec_close() work properly on unopened...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Anton Khirnov
lavc: add avcodec_is_open().
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Anton Khirnov
lavf: rename AVInputFormat.value to raw_codec_id.
commit
|
commitdiff
|
tree
|
snapshot
next