index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-02-09
dv: Move tables from dvdata.h to dvdata.c
Alex Converse
2012-02-09
dv: Move a table used only by the demuxer out of a shared header.
Alex Converse
2012-02-09
dv: Move functions used only by the encoder out of a shared header.
Alex Converse
2012-02-09
dv: Split dvdata.h into dvdata.h and dvquant.h
Alex Converse
2012-02-09
dv: Fix small overread in audio frequency table.
Alex Converse
2012-02-09
avcodec: set avpkt->size to 0 if encode2() did not output a packet
Justin Ruggles
2012-02-09
avcodec: for audio encoding, set packet dts to packet pts.
Justin Ruggles
2012-02-09
ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()
Justin Ruggles
2012-02-09
ac3dec: Move center and surround mix level tables to the parser.
Michael Niedermayer
2012-02-09
aacdec: Unify preconfigured layout and PCE layout.
Alex Converse
2012-02-09
aacdec: Support native channel layout when requested.
Alex Converse
2012-02-09
aacdec: Try to sniff a reasonable channel layout for PCE based configurations.
Alex Converse
2012-02-09
libavcodec: Don't do av_free(av_malloc(0)) for bitstream filters
Martin Storsjö
2012-02-09
eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation
Janne Grunau
2012-02-09
yadif: specify array size outside DECLARE_ALIGNED
Janne Grunau
2012-02-09
prores: specify array size outside DECLARE_ALIGNED brackets.
Ronald S. Bultje
2012-02-09
WavPack demuxer: set packet duration
Paul B Mahol
2012-02-09
tta: use skip_bits_long()
Paul B Mahol
2012-02-09
mxfdec: Ignore the last entry in Avid's index table segments
Tomas Härdin
2012-02-09
mxfdec: Sanity-check SampleRate
Tomas Härdin
2012-02-09
mxfdec: Handle small EditUnitByteCount
Tomas Härdin
2012-02-09
mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1a
Tomas Härdin
2012-02-09
mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflows
Tomas Härdin
2012-02-09
mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()
Tomas Härdin
2012-02-09
mxfdec: Sanity check PreviousPartition
Tomas Härdin
2012-02-09
mxfdec: Never seek back in local sets and KLVs
Tomas Härdin
2012-02-09
mxfdec: Move the current_partition check inside mxf_read_header()
Tomas Härdin
2012-02-09
mxfdec: Fix infinite loop in mxf_packet_timestamps()
Tomas Härdin
2012-02-09
mxfdec: Check eof_reached in mxf_read_local_tags()
Tomas Härdin
2012-02-09
mxfdec: Check for NULL component
Tomas Härdin
2012-02-09
mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()
Tomas Härdin
2012-02-09
mxfdec: Make sure x < index_table->nb_ptses
Tomas Härdin
2012-02-09
build: Add missing directories to DIRS declarations.
Diego Biurrun
2012-02-09
arm: Add missing #include to vp8.h to fix a make checkheaders warning.
Diego Biurrun
2012-02-09
swscale: ppc: Add missing header #includes to pass 'make checkheaders'.
Diego Biurrun
2012-02-09
cosmetics: Delete empty lines at end of file.
Diego Biurrun
2012-02-09
bytestream: K&R formatting cosmetics
Aneesh Dogra
2012-02-08
apetag: fix comment
Paul B Mahol
2012-02-08
rawenc: switch to encode2().
Anton Khirnov
2012-02-08
pixdesc: mark pseudopaletted formats with a special flag.
Anton Khirnov
2012-02-08
avconv: switch to avcodec_encode_video2().
Anton Khirnov
2012-02-08
libx264: implement encode2().
Anton Khirnov
2012-02-08
libx264: split extradata writing out of encode_nals().
Anton Khirnov
2012-02-08
lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacket
Anton Khirnov
2012-02-08
cmdutils: update copyright year to 2012.
Ronald S. Bultje
2012-02-08
swscale: sign-extend integer function argument to qword on x86-64.
Ronald S. Bultje
2012-02-08
x86inc: support yasm -f win64 flag also.
Haruhiko Yamagata
2012-02-08
h264: manually save/restore XMM registers for functions using INIT_MMX.
Ronald S. Bultje
2012-02-08
x86inc: allow manual use of WIN64_SPILL_XMM.
Henrik Gramner
2012-02-08
aacdec: Use correct speaker order for 7.1.
Alex Converse
[next]