OSDN Git Service
(root)
/
android-x86
/
external-ffmpeg.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
android-x86/external-ffmpeg.git
2012-07-20
Michael Niedermayer
ffplay: fix warning that i just mistakenly introduced
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Michael Niedermayer
ffplay: fix planar audio
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Stefano Sabatini
lavd/sdl: use verb in options help message
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Nicolas George
lavf: count skipped samples for initial timestamps.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Nicolas George
lavc: update pkt_duration for skipped samples.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Nicolas George
Revert "ffmpeg: set pkt_timebase"
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Nicolas George
lavf: set pkt_timebase at the same time as stream-...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Nicolas George
lavc: warn when impossible to adjust timestamps for...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Nicolas George
lavc: add debug info about skipped samples.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Stefano Sabatini
lavf/udp: warn in case the circular_buffer_size or...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Stefano Sabatini
doc/protocols: add a note regarding the circular RX...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Stefano Sabatini
doc/protocols: apply misc fixes to the UDP protocol...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Stefano Sabatini
doc/protocols: extend/clarify documentation for the...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Stefano Sabatini
doc/protocols: document "fifo_size" and "overrun_nonfat...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: cosmetics: general pretty-printing and comment...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: calculate buffer size outside the loop in allocat...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: change some data types to plain int
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: cosmetics: rename some variables and function...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Andrew D'Addesio
alac: multi-channel decoding support
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: split element parsing into a separate function
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: support a read sample size of up to 32
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: output in planar sample format
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: add 32-bit decoding support
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Andrew D'Addesio
alac: simplify channel interleaving
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: use AVPacket fields directly in alac_decode_frame()
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: fix check for valid max_samples_per_frame
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: use get_sbits() to read LPC coefficients instead...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: move the current samples per frame to the ALACContext
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: avoid using a double-negative when checking if...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: factor out output_size check in predictor_decompr...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: factor out loading of next decoded sample in...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: use index into buffer_out instead of incrementing...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: simplify lpc coefficient adaptation
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: reduce the number of local variables needed in...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: simplify 1st order prediction and reading of...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: cosmetics: reindent after last commit
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: remove unneeded conditionals in predictor_decompr...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: use sizeof() instead of hardcoded data sizes
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: make block_size signed
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: remove a duplicate local variable
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: conditionally set sign_modifier to 1
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: eliminate 2 unneeded local variables in bastardiz...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: adjust conditions for updating entropy decoder...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: cosmetics: reindent after last commit
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: limit the rice param before passing to decode_sca...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: reduce the number of parameters to bastardized_ri...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: cosmetics: rename some ALACContext parameters
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
alac: clean up and update comments leftover from revers...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
avformat: move 'chan' tag parsing to mov_chan.c to...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
caf: use int64_t for num_packets
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
caf: fix 'pakt' chunk parsing
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Justin Ruggles
caf: support either old or new style ALAC magic kuki...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Clément Bœsch
threads: fix a potential race spotted by helgrind.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Clément Bœsch
fate/subtitles: sort tests alphabetically.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Michael Niedermayer
mxfdec: simplify code by using av_calloc()
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Michael Niedermayer
avidec: Mark first frame as keyframe in case there...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Michael Niedermayer
Fix misspellings of FFmpeg
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Paul B Mahol
swscale/input: silence warnings about incompatible...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Nicolas George
ffmpeg: add -(no)stdin option.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Nicolas George
ffmpeg: invert using_stdin and rename accordingly.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Mans Rullgard
Print full compiler identification, not only version...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Mans Rullgard
flacdec: reverse lpc coeff order, simplify filter
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Diego Biurrun
x86: dsputil: drop some unused CPU flag debug code
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Paul B Mahol
swscale: unscaled rgba64->rgb48
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Paul B Mahol
swscale: unscaled rgba64->bgr48
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Paul B Mahol
swscale: simplify unscaled rgb48<->bgr48
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Michael Niedermayer
sws: more complete doxy for sws_setColorspaceDetails()
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Stefano Sabatini
lavf/utils: show the number of stream in case of missin...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Stefano Sabatini
lavf/utils: suggest what to do in case of missing codec...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Stefano Sabatini
lavf/utils: extend has_codec_parameters() to make it...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Michael Niedermayer
imgconvert: favor pixel formats without resolution...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Michael Niedermayer
avfiltergraph: add some debug info about selected pixel...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Stefano Sabatini
configure: simplify dependencies for x11_grab_device
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Stefano Sabatini
configure: fix help message for --disable-avfilter
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Stefano Sabatini
lavfi/avfiltergraph: apply misc fixes to fix avfilter_g...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Michael Niedermayer
ffmpeg: revert 3ba90d9 (cosmetics to reduce difference...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Michael Niedermayer
mlpdec: switch to av_assert
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Michael Niedermayer
sws/input: switch to av_assert
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Mans Rullgard
ppc: fix build with altivec disabled
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Mans Rullgard
vp3: move idct and loop filter pointers to new vp3dsp...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Mans Rullgard
build: add CONFIG_VP3DSP, reduce repetition in OBJS...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Kostya Shishkov
tscc2: do not add/subtract 128 bias during DCT
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Kostya Shishkov
tscc2: fix typo in DCT
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Diego Biurrun
configure: clarify external library section of help...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Diego Biurrun
configure: mark libfdk-aac as nonfree
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Diego Biurrun
configure: cosmetics: drop some unnecessary backslashes
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Nicolas George
avfiltergraph: document a catch in request_oldest().
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Nicolas George
avfiltergraph: add a debug message on EOF.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Nicolas George
lavfi: rescale link->current_pts.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Diego Biurrun
os_support: K&R formatting cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Paul B Mahol
ptx: correct decoding
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Michael Niedermayer
mov/aac: skip initial aac padding
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Piotr Bandurski
riff: add "SM4V" FourCC
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
William Yu
avf:rmdec.c fill duration to AVFormatContext
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Michael Bradshaw
libopenjpeg: introduce encoding support
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Michael Bradshaw
libopenjpeg: rename decoder source file.
commit
|
commitdiff
|
tree
|
snapshot
next