|
|
|
@64c81b2c
|
10 years |
anton |
h264: move *_samples_available into the per-slice context
|
|
|
@7d8154ed
|
10 years |
anton |
h264: move intra4x4_pred_mode[_cache] into the per-slice context
|
|
|
@8b00f4df
|
10 years |
anton |
h264: move some neighbour information into the per-slice context
|
|
|
@4bd5ac20
|
10 years |
anton |
h264: move {chroma,intra16x16}_pred_mode into the per-slice context
|
|
|
@5355ed6b
|
10 years |
anton |
h264: move {prev,next}_mb_skipped into the per-slice context
|
|
|
@06789ad3
|
10 years |
anton |
h264: move qp_thresh into the per-slice context
|
|
|
@d231e84b
|
10 years |
anton |
h264: move the quantizers into the per-slice context
|
|
|
@d40ae0e5
|
10 years |
anton |
h264: do not copy qscale when updating per-thread contexts
It's a …
|
|
|
@92c6c2a6
|
10 years |
anton |
h264: split weighted pred-related vars into per-slice context
|
|
|
@d8a45d2
|
10 years |
anton |
h264_ps: properly check cropping parameters against overflow
CC: …
|
|
|
@5127c00b
|
10 years |
anton |
hevc: zero the correct variables on invalid crop parameters
It's the …
|
|
|
@c929659b
|
10 years |
anton |
hevc: make the crop sizes unsigned
|
|
|
@22a6d48b
|
10 years |
lu_zero |
avconv: Print the avfilter errors
Signed-off-by: Luca Barbato …
|
|
|
@342fc46c
|
10 years |
lu_zero |
cmdutils: Add a stream specifier to map usable streams
It drops …
|
|
|
@30e6abd1
|
10 years |
anton |
webp: ensure that each transform is only used once
According to the …
|
|
|
@cf18e77
|
10 years |
anton |
movenc: write the display transform matrix
|
|
|
@30a04188
|
10 years |
martin |
ismindex: Calculate the pts duration of trun atoms, not the dts …
|
|
|
@67a29123
|
10 years |
martin |
movenc: Don't assume that fragment durations in pts is equal to …
|
|
|
@5c337353
|
10 years |
martin |
movenc: Move sidx edit list timestamp adjustment into a block
When …
|
|
|
@eee13d65
|
10 years |
martin |
movenc: Only adjust the cts offset at the start of fragments if …
|
|
|
@5cf892d6
|
10 years |
martin |
movenc: Write pts timestamps in tfxd, instead of dts timestamps
This …
|
|
|
@b81b0cc2
|
10 years |
martin |
movenc: Set the last packet duration based on the next packet when …
|
|
|
@30411836
|
10 years |
martin |
dashenc: Heuristically fill in the duration of packets that need it
…
|
|
|
@2889c5e1
|
10 years |
martin |
movenc: Heuristically set the duration of the last sample in a …
|
|
|
@8dc72ee
|
10 years |
martin |
udp: Fix crashes after adding AVOptions
Add a missing AVClass member, …
|
|
|
@8692d74b
|
10 years |
derek.buitenhuis |
mov: Add option to keep exact packet sequence after seeking
The …
|
|
|
@58a840e2
|
10 years |
martin |
Replace a few leftover instances of enum PixelFormat with enum …
|
|
|
@6289706b
|
10 years |
vittorio.giovara |
fate: Move tdsc to the appropriate screen capture file
|
|
|
@423f5d5
|
10 years |
vittorio.giovara |
mov: Fix little endian audio detection
Set this field to TRUE if the …
|
|
|
@cdce9e80
|
10 years |
vittorio.giovara |
aacsbr: Fix type for index variable
Prevents unsigned overflow and …
|
|
|
@7c60c124
|
10 years |
vittorio.giovara |
hqx: Drop unused offsets table
This is a leftover from the static to …
|
|
|
@4326bc36
|
10 years |
vittorio.giovara |
lavf: Do not list mov-only codecs in riff tags
Instead check for all …
|
|
|
@cf9861de
|
10 years |
vittorio.giovara |
isom: Add X-Com Radvision FourCC
Signed-off-by: Paul B Mahol …
|
|
|
@02d7614
|
10 years |
vittorio.giovara |
riff: Add 'tshd' FourCC for H.264
|
|
|
@c0f504e9
|
10 years |
vittorio.giovara |
libx264: Allow full-range yuv422 and yuv444 pixel formats
…
|
|
|
@c9ed48e8
|
10 years |
lu_zero |
dca: Read params->pancABIT0[param_index] only if part0 is set
Prevent …
|
|
|
@48aef27f
|
10 years |
lu_zero |
x86: Put COPY3_IF_LT under HAVE_6REGS
It uses 6 registers, unbreaks …
|
|
|
@96dd0442
|
10 years |
lu_zero |
isom: Add support for TSCC2
As produced by Camtasia 4.
|
|
|
@91894f27
|
10 years |
diego |
configure: Disable shift operator precedence warnings with MSVC
|
|
|
@2cb9c2fc
|
10 years |
martin |
movenc: Allow interleaving samples when writing fragmented files
This …
|
|
|
@50ff0c05
|
10 years |
martin |
movenc: Support writing multiple trun atoms
This is needed if all the …
|
|
|
@faab8f9f
|
10 years |
janne-libav |
configure: move cross_compile checks after the toolchain section
|
|
|
@3e1b5cbc
|
10 years |
janne-libav |
configure: handle Apple's armv7s in probe_arm_arch()
|
|
|
@f01c771
|
10 years |
janne-libav |
fate: add explicit support for the toolchain configure option
|
|
|
@a9d60c3
|
10 years |
janne-libav |
doc: fate: remove outdated SSH key fingerprint
|
|
|
@66a0ac0a
|
10 years |
lu_zero |
mkv: Add support for DVB subtitles
Bug-Id: 833
|
|
|
@9a60b1fa
|
10 years |
lu_zero |
libswscale: fix compiler warnings enumerated type mixed with another …
|
|
|
@66028b7b
|
10 years |
lu_zero |
udp: Use AVOptions
Add AVOptions for options currently available as …
|
|
|
@a4c58010
|
10 years |
lu_zero |
sctp: Update to match tcp
Use AVOption and fallback over multiple …
|
|
|
@acbe15a9
|
10 years |
diego |
fate: Add test for DCA XLL
|
|
|
@217e4ff4
|
10 years |
diego |
dca: Support for XLL (lossless extension)
Cleanup and integration by …
|
|
|
@4da5aacc
|
10 years |
diego |
dca: Mark syncword constants unsigned; they do not fit in 32-bit signed int
|
|
|
@247e370e
|
10 years |
vittorio.giovara |
TDSC decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
|
|
|
@5a0e953
|
10 years |
vittorio.giovara |
mjpeg: Mark decoder family as thread safe
No global variables are …
|
|
|
@117b4327
|
10 years |
vittorio.giovara |
lavc: Introduce AVCodec internal capabilities
This field is designed …
|
|
|
@9993a067
|
10 years |
vittorio.giovara |
lavc: Improve thread locking error message
|
|
|
@913aa9a4
|
10 years |
lu_zero |
libx264: Return more meaningful error codes
Signed-off-by: Luca …
|
|
|
@6bdae41d
|
10 years |
vittorio.giovara |
matroskadec: Check memory allocations
CC: libav-stable@libav.org
|
|
|
@c3bd1d60
|
10 years |
vittorio.giovara |
formats: Check memory allocations
|
|
|
@5a2645ca
|
10 years |
vittorio.giovara |
nutdec: Prevent leaks on memory error
Bug-Id: CID 205122 / CID 205123
|
|
|
@edca1dd5
|
10 years |
vittorio.giovara |
xcbgrab: Check av_strdup() allocation
Bug-Id: CID 1274038
|
|
|
@17c45d4
|
10 years |
vittorio.giovara |
libtheora: Check frame allocation
|
|
|
@a72d93da
|
10 years |
vittorio.giovara |
mpegvideo_enc: Check AVCodecContext allocation
|
|
|
@78c89228
|
10 years |
diego |
dca: Document the permuted order in the lfe_fir_64 and lfe_fir_128 tables
|
|
|
@b97f427f
|
10 years |
diego |
lavf: Explicitly convert types at function pointer assignment
This …
|
|
|
@9c807405
|
10 years |
diego |
configure: Mark qsv subsystem as not selectable on the command line
|
|
|
@67142a8c
|
10 years |
anton |
roqvideoenc: set enc->avctx in roq_encode_init
So far it is only set …
|
|
|
@72211a2a
|
10 years |
anton |
asfenc: fix leaking asf->index_ptr on error
Signed-off-by: Andreas …
|
|
|
@212556c
|
10 years |
anton |
qsv: Improve the log message of when initializing MFX_IMPL_HARDWARE{2, …
|
|
|
@7a76c6c4
|
10 years |
vittorio.giovara |
configure: Enable colored output for gcc 4.9+
|
|
|
@bacc92b5
|
10 years |
vittorio.giovara |
rtpdec_vp9: Drop extra sanity check for size of input packet
In this …
|
|
|
@fe99c52f
|
10 years |
vittorio.giovara |
mp3: Properly use AVCodecContext API
Rather than having an …
|
|
|
@9272c965
|
10 years |
vittorio.giovara |
matroskaenc: Fix type used for chapter timestamps
|
|
|
@dc2d0e06
|
10 years |
anton |
mlpdec: support TrueHD streams with an Atmos substream
The fourth …
|
|
|
@f36f6a60
|
10 years |
anton |
mlpdec: support major sync headers with optional extension blocks
…
|
|
|
@448c8cfe
|
10 years |
martin |
movenc: Support setting fragment_index before the moov atom is written …
|
|
|
@0c5e380c
|
10 years |
martin |
movenc: Don't rely on the fragment index for vc1 info gathering
The …
|
|
|
@cf402d6f
|
10 years |
martin |
rtpenc_mpegts: Set chain->rtp_ctx only after avformat_write_header …
|
|
|
@c83dd2d2
|
10 years |
martin |
rtpenc_mpegts: Free the right ->pb in the error path in the init …
|
|
|
@96a06dba
|
10 years |
anton |
FATE: add support for testing hwaccels
|
|
|
@dc7536ca
|
10 years |
anton |
avconv: do not abort immediately if initializing hwaccel fails
…
|
|
|
@93f79481
|
10 years |
vittorio.giovara |
libvpx: Fix mixed use of av_malloc() and av_reallocp()
This buffer is …
|
|
|
@ad94c6ca
|
10 years |
vittorio.giovara |
siff: Use the correct type for packet size variables
The avio …
|
|
|
@9f25a109
|
10 years |
vittorio.giovara |
matroskaenc: Also validate chapter end time
This prevents it to be …
|
|
|
@bfeb83a8
|
10 years |
vittorio.giovara |
rtpdec_hevc: Drop extra sanity check for size of input packet
In this …
|
|
|
@46d4d85
|
10 years |
martin |
movenc: Avoid writing separate flags for the first sample if not …
|
|
|
@00d751d4
|
10 years |
martin |
movenc: Set tfhd default sample flags based on actual samples, if …
|
|
|
@0ce3a0f9
|
10 years |
lu_zero |
utvideodec: Handle slice_height being zero
Fixes out of array …
|
|
|
@7b9cb7b3
|
10 years |
vittorio.giovara |
avprobe: Export coded_{width,height} in -show_streams
|
|
|
@ae5e1f3d
|
10 years |
lu_zero |
tiff: Check that there is no aliasing in pixel format selection
Fixes …
|
|
|
@6448f15
|
10 years |
martin |
mxfdec: Fix the error handling for when strftime fails
The str …
|
|
|
@5f5b78ac
|
10 years |
lu_zero |
xcbgrab: Free the host string after checking the connection
Prevent …
|
|
|
@0025f740
|
10 years |
lu_zero |
vorbis: Check the vlc value in setup_classifs
The valid returned …
|
|
|
@62de77ff
|
10 years |
lu_zero |
vorbis: Use a local codebook variable
Makes the code a little simpler.
|
|
|
@0f9f7969
|
10 years |
vittorio.giovara |
rmdec: Improve message for demux error
Use correct context, reduce …
|
|
|
@b77e335e
|
10 years |
martin |
configure: Move the .object_arch check to the right place
…
|
|
|
@dcae2e32
|
10 years |
martin |
arm: Suppress tags about used cpu arch and extensions
When all the …
|
|
|
@cecf45b2
|
10 years |
lu_zero |
doc: Add -list_formats all example for video4linux2
Signed-off-by: …
|
|
|
@9731cf40
|
10 years |
martin |
movenc: Keep writing zero-entry stts atoms as intended
a876585215 had …
|
|
|
@5aef535a
|
10 years |
martin |
dashenc: Update extradata for mov muxer
The mov muxer already …
|
|
|