|
|
|
@7419b348
|
10 years |
vittorio.giovara |
fate: Add test for tscc2 in mov
Rename the existing tscc2 test.
|
|
|
@e4fe535d
|
10 years |
vittorio.giovara |
mov: Write the display matrix in order
This will allow to copy the …
|
|
|
@e0046bc9
|
10 years |
martin |
movenc: Write the make and model metadata keys for mov style files
…
|
|
|
@cfe64613
|
10 years |
lu_zero |
avfilter: Document avfilter_graph_alloc return value
Signed-off-by: …
|
|
|
@27aa1ff3
|
10 years |
lu_zero |
oggdec: Check memory allocation
Bug-Id: CID 1257798 / CID 1257805
…
|
|
|
@93c1b04a
|
10 years |
lu_zero |
mms: Check memory allocation
Bug-Id: CID 1258462
Signed-off-by: Luca …
|
|
|
@d450cb07
|
10 years |
lu_zero |
avplay: Check memory allocation
Bug-Id: CID 1288294
Signed-off-by: …
|
|
|
@d3aa307d
|
10 years |
lu_zero |
rmenc: Check memory allocation
Bug-Id: CID 1257832
Signed-off-by: …
|
|
|
@7ebb302
|
10 years |
lu_zero |
swscale: Check memory allocation
Bug-Id: CID 1267890
CC: …
|
|
|
@c28ed1d7
|
10 years |
anton |
h264: move [uv]linesize to the per-slice context
While it is a …
|
|
|
@b53569e0
|
10 years |
anton |
h264_cabac: remove now unnecessary H264Context function parameters
|
|
|
@a12d3188
|
10 years |
anton |
h264: use a smaller struct for the ref lists
There is no need to …
|
|
|
@94295106
|
10 years |
anton |
h264_mb: remove an unused function parameter
|
|
|
@2b4c38d3
|
10 years |
anton |
h264: drop some mpegvideo remnants from draw_horiz_band()
This code …
|
|
|
@5bf3c0fa
|
10 years |
anton |
h264: drop the now unused per-slice H264Contexts
|
|
|
@51d8725a
|
10 years |
anton |
h264: use the main H264Context as the parent for all slice contexts
…
|
|
|
@92e0b734
|
10 years |
anton |
h264_slice: constify all the uses of H264Context during slice decoding …
|
|
|
@3178f4d3
|
10 years |
anton |
h264: move rbsp_buffer into the per-slice context
|
|
|
@582683b
|
10 years |
anton |
h264: move remaining ER stuff into the per-slice context
|
|
|
@5bc69f38
|
10 years |
anton |
error_resilience: do not require mbintra/skip tables
h264dec does not …
|
|
|
@c377e04d
|
10 years |
anton |
h264: move top_borders into the per-slice context
Also change the …
|
|
|
@36d04801
|
10 years |
anton |
h264: move the scratch buffers into the per-slice context
Also change …
|
|
|
@34d4c605
|
10 years |
anton |
h264_loopfilter: constify all uses of H264Context
All the variables …
|
|
|
@7505c8df
|
10 years |
anton |
h264_cavlc: constify all uses of H264Context
All the variables …
|
|
|
@ba7e165b
|
10 years |
anton |
h264_cabac: constify all uses of H264Context
All the variables …
|
|
|
@5c4b98de
|
10 years |
anton |
h264.c: constify all uses of H264Context in slice and lower-level …
|
|
|
@e9b2383
|
10 years |
anton |
h264: move mb_mbaff into the per-slice context
|
|
|
@bc98e8c0
|
10 years |
anton |
h264: move mb_field_decoding_flag into the per-slice context
|
|
|
@6490a0c0
|
10 years |
anton |
h264_mb: constify all uses of H264Context
All the variables modified …
|
|
|
@51822879
|
10 years |
anton |
h264_mb: constify block_offset
It is read-only in this code.
|
|
|
@3bea6409
|
10 years |
anton |
h264_mvpred: constify all uses of H264Context
All the variables …
|
|
|
@460176aa
|
10 years |
anton |
h264.h: constify all uses of H264Context
All the variables modified …
|
|
|
@d27b8248
|
10 years |
anton |
h264_direct: constify all uses of H264Context
All the variables …
|
|
|
@f42485d
|
10 years |
anton |
h264: use a separate GetBitContext for slice data
|
|
|
@2ea00e35
|
10 years |
anton |
h264: do not abuse the context as a temporary storage in …
|
|
|
@404a416d
|
10 years |
anton |
h264: remove some remnants of data partitioning
|
|
|
@7bbc254d
|
10 years |
anton |
h264: move resync_mb_{x,y} into the per-slice context
|
|
|
@d4d9068c
|
10 years |
anton |
h264: move mb_{x,y} into the per-slice context
|
|
|
@0edbe6fa
|
10 years |
anton |
h264: move mb_xy into the per-slice context
|
|
|
@07c5ca55
|
10 years |
anton |
h264: move is_complex into the per-slice context
|
|
|
@47a0d393
|
10 years |
anton |
h264: move mb_skip_run into the per-slice context
|
|
|
@9951907
|
10 years |
anton |
h264: move redundant_pic_count into the per-slice context
|
|
|
@a9b201ca
|
10 years |
anton |
h264: move cabac_init_idc into the per-slice context
|
|
|
@e6c90ce9
|
10 years |
anton |
h264: move loopfilter parameters into the per-slice context
|
|
|
@bd3e460b
|
10 years |
anton |
h264: move direct_cache into the per-slice context
|
|
|
@6479c79f
|
10 years |
anton |
h264: move mvd_cache into the per-slice context
|
|
|
@a67f8ae
|
10 years |
anton |
h264: move mvd_table into the per-slice context
|
|
|
@5c8280c3
|
10 years |
anton |
h264: move last_qscale_diff into the per-slice context
|
|
|
@e7226984
|
10 years |
anton |
h264: move [{top,left}_]cbp into the per-slice context
|
|
|
@30da98a
|
10 years |
anton |
h264: move cabac[_state] into the per-slice context
|
|
|
@bf03a878
|
10 years |
anton |
h264: move mb[_{padding,luma_dc}] into the per-slice context
|
|
|
@b063582e
|
10 years |
anton |
h264: move intra_pcm_ptr into the per-slice context
|
|
|
@95eb35f3
|
10 years |
anton |
h264: move the ref lists variables into the per-slice context
|
|
|
@77477266
|
10 years |
anton |
h264: move map_col_to_list0[_field] into the per-slice context
|
|
|
@ee0d774d
|
10 years |
anton |
h264: move dist_scale_factor[_field] into the per-slice context
|
|
|
@be69f0a8
|
10 years |
anton |
h264: move col_{parity,fieldoff} into the per-slice context
|
|
|
@066aafce
|
10 years |
anton |
h264: move direct_spatial_mv_pred into the per-slice context
|
|
|
@ed451a08
|
10 years |
anton |
h264: move sub_mb_type into the per-slice context
|
|
|
@56febc99
|
10 years |
anton |
h264: move the slice type variables into the per-slice context
|
|
|
@5f390eef
|
10 years |
anton |
h264: move mb_[uv]linesize into the per-slice context
|
|
|
@99a35d1c
|
10 years |
anton |
h264: move neighbor_transform_size into the per-slice context
|
|
|
@e6287f07
|
10 years |
anton |
h264: move {mv,ref}_cache into the per-slice context
|
|
|
@f69574cf
|
10 years |
anton |
h264: move non_zero_count_cache into the per-slice context
|
|
|
@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 …
|
|
|