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-07-20
Anton Khirnov
vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Anton Khirnov
vf_slicify: clear AVFilterLink.cur_buf in start_frame().
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Anton Khirnov
vf_settb: simplify start_frame().
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Anton Khirnov
vf_fieldorder: don't give up its own reference to the...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Anton Khirnov
vf_pad: don't give up its own reference to the output...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Anton Khirnov
vf_overlay: don't access a buffer reference that's...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Anton Khirnov
vf_drawtext: don't give up its own reference to the...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Anton Khirnov
vf_gradfun: don't store two pointers to one AVFilterBuf...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Anton Khirnov
vf_delogo: don't store two pointers to one AVFilterBuff...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Anton Khirnov
vf_aspect: clear AVFilterLink.cur_buf in start_frame().
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Robert Nagy
lavfi: add avfilter_unref_bufferp()
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Luca Barbato
libopenjpeg: introduce lowres and lowqual private options
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Anton Khirnov
FATE: add a test for flac cover art.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Justin Ruggles
cafdec: allow larger ALAC magic cookie
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Justin Ruggles
alac: fix channel pointer assignment for 24 and 32-bit
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
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-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
Diego Biurrun
os_support: K&R formatting cosmetics
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
2012-07-17
Samuel Pitoiset
RTMPTS protocol support
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Samuel Pitoiset
RTMPS protocol support
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Anton Khirnov
avconv: print an error message when demuxing fails.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Kostya Shishkov
tscc2: DCT output should not be clipped
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Samuel Pitoiset
rtmp: Rename rtmphttp to ffrtmphttp
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Jordi Ortiz
rtmp: rtmp_parse_result() add case for video and audio...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Martin Storsjö
configure: Move the getaddrinfo function check into...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Martin Storsjö
configure: Remove an unused 'have' item
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Diego Biurrun
mpeg: remove disabled code
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Mohammad Alsaleh
libfdk-aac: Check if cutoff value is valid
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Martin Storsjö
network: Always use our version of gai_strerror on...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Martin Storsjö
network: Undefine existing gai_strerror definitions
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Martin Storsjö
network: Extend the fallback gai_strerror implementatio...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Ronald S. Bultje
configure: Check for CommandLineToArgvW
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Mashiat Sarker...
vc1dec: Do not use random pred_flag if motion vector...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Martin Storsjö
vp8: Enclose pthread function calls in ifdefs
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Ronald S. Bultje
snow: refactor code to work around a compiler bug in...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Martin Storsjö
vp8: Include the thread headers before using the pthrea...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Ronald S. Bultje
configure: Check for getaddrinfo in ws2tcpip.h, too
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Daniel Kang
vp8: implement sliced threading
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Daniel Kang
vp8: move data from VP8Context->VP8Macroblock
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Daniel Kang
vp8: refactor decoding a single mb_row
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Luca Barbato
doc: update api changes with the right commit hashes
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Luca Barbato
mem: introduce av_malloc_array and av_mallocz_array
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Janne Grunau
eval: add gt(), gte(), lt() and lte() fate tests
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Max Lazarov
eval: fix swapping of lt() and lte()
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Janne Grunau
imgconvert: deprecate avcodec_find_best_pix_fmt()
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Janne Grunau
imgconvert: add avcodec_find_best_pix_fmt2()
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Janne Grunau
imgconvert: avoid undefined left shift in avcodec_find_...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Diego Biurrun
build: Fix APE tag dependencies
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Kostya Shishkov
MS Expression Encoder Screen decoder
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Martin Storsjö
libfdk-aac: Allow setting the encoder bandwidth/cutoff...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Diego Biurrun
build: Fix Ogg demuxer dependencies
commit
|
commitdiff
|
tree
|
snapshot
next