|
|
|
@8a66fd40
|
10 years |
anton |
h264: drop the reinit parameter from init_slice_header()
It is only …
|
|
|
@c9ccbc73
|
10 years |
anton |
h264: update the current bit depth/chroma type in init_slice_header()
…
|
|
|
@29dcde2
|
10 years |
anton |
h264: copy nal_length_size in update_thread_context
It does not make …
|
|
|
@440e8dd3
|
10 years |
anton |
h264: drop a comment that carries no useful information
|
|
|
@11f024ef
|
10 years |
anton |
h264: move freeing the escaped RBSP buffer to free_context()
It does …
|
|
|
@ee62b364
|
10 years |
anton |
h264: eliminate ff_h264_set_parameter_from_sps()
That function …
|
|
|
@54986d6d
|
10 years |
anton |
h264: move context reinit lower down in update_thread_context()
It …
|
|
|
@a6cd1544
|
10 years |
anton |
h264: move the DPB init/uninit to init_context()/free_context()
…
|
|
|
@9d33bab5
|
10 years |
anton |
h264: drop H264Context.ouputed_poc
It is only set, but never used for …
|
|
|
@27b0e6eb
|
10 years |
anton |
h264: drop needs_realloc
It is not needed anymore since switching to …
|
|
|
@0ac8ff61
|
10 years |
lu_zero |
avresample: Reallocate the internal buffer to the correct size
Fixes …
|
|
|
@82de8d71
|
10 years |
lu_zero |
mpegts: Update the PSI/SI table only if the version change
If a PAT …
|
|
|
@0c69164f
|
10 years |
vittorio.giovara |
h263: Convert function to macro
|
|
|
@59dfc2b0
|
10 years |
vittorio.giovara |
h263: Drop commented-out code and a related otherwise unused function
|
|
|
@c3418201
|
10 years |
vittorio.giovara |
jpeglsenc: Mark codec as init-thread-safe and init-cleanup
Fixes a …
|
|
|
@3919a457
|
10 years |
vittorio.giovara |
jpeglsenc: Check memory allocations
Convert exisiting free functions …
|
|
|
@f5ba67ee
|
10 years |
vittorio.giovara |
flacenc: Move a scratch buffer to struct used by the function
This …
|
|
|
@5aed1d42
|
10 years |
lu_zero |
vaapi: Fix -Wimplicit-function-declaration for ff_dlog() usage
…
|
|
|
@cfdaa4de
|
10 years |
vittorio.giovara |
dss_sp: use lowercase codec name without whitespace
Signed-off-by: …
|
|
|
@18db1286
|
10 years |
vittorio.giovara |
libxvid: Make codec use the init-cleanup flag and mark it as …
|
|
|
@eae7338e
|
10 years |
vittorio.giovara |
libx264: Make codec use the init-cleanup flag and mark it as …
|
|
|
@74a1cad
|
10 years |
vittorio.giovara |
lclenc: Mark codec as init-thread-safe and init-cleanup
|
|
|
@bb428e00
|
10 years |
vittorio.giovara |
hqx: Mark codec as init-thread-safe and init-cleanup
|
|
|
@43171886
|
10 years |
vittorio.giovara |
huffyuvenc: Mark codec as init-thread-safe and init-cleanup
|
|
|
@d90133b7
|
10 years |
vittorio.giovara |
asvenc: Mark codec as init-thread-safe and init-cleanup
|
|
|
@a4edaeb5
|
10 years |
vittorio.giovara |
hq_hqa: Fix table data for profile 17
The table had a wrong table …
|
|
|
@b17cbb0b
|
10 years |
vittorio.giovara |
riff: Add GMP4 fourcc for mpeg4
|
|
|
@3c04ec04
|
10 years |
vittorio.giovara |
riff: Add GLV4 fourcc for mpeg4
|
|
|
@5bba3ab0
|
10 years |
vittorio.giovara |
internal: Make dlog/tlog a no-op when disabled
Improves Coverity …
|
|
|
@b90adb0a
|
10 years |
martin |
rtsp: Make sure we don't write too many transport entries into a …
|
|
|
@1bd2646a
|
10 years |
martin |
rtpenc_jpeg: Handle case of picture dimensions not dividing by 8
This …
|
|
|
@eb7ddb50
|
10 years |
martin |
rtsp: Don't warn about unparsed time ranges
This removes the error …
|
|
|
@358b7ec3
|
10 years |
lu_zero |
fate: Fix test name for pixfmts tests
The last pixel format gets …
|
|
|
@0a51c7d4
|
10 years |
lu_zero |
prores: Set the bits_per_coded_sample for alpha pix_fmt
Improve the …
|
|
|
@28eddef6
|
10 years |
lu_zero |
hq_hqa: Validate get_vlc2 return value
The hq_ac_vlc.table is …
|
|
|
@a78f5548
|
10 years |
lu_zero |
avcodec: Free the default avoptions on init failure
|
|
|
@aef0be08
|
10 years |
lu_zero |
avcodec: Unref the dummy buffer on the fail path
|
|
|
@8eb57dc9
|
10 years |
lu_zero |
buffersrc: Use the correct deallocation function
This correction was …
|
|
|
@9b2c57be
|
10 years |
lu_zero |
drawtext: Add an alpha option
And document both draw and alpha .
…
|
|
|
@eaa2d123
|
10 years |
vittorio.giovara |
log: Print a full backtrace along with error messages under Valgrind
…
|
|
|
@bd5ad8b2
|
10 years |
vittorio.giovara |
hq_hqa: Fix reading hqa quantization matrix index
Value is stored as …
|
|
|
@1746dc38
|
10 years |
vittorio.giovara |
hqxdsp.h: #include "stddef.h"
It is required by ptrdiff_t, fixes make …
|
|
|
@98cab397
|
10 years |
vittorio.giovara |
lavf: Fix variables constness in ff_iso8601_to_unix_time()
warning: …
|
|
|
@86e1a358
|
10 years |
vittorio.giovara |
h264_ps: Return meaningful error codes and address a memory leak
…
|
|
|
@338ed3ed
|
10 years |
vittorio.giovara |
ffv1: Pass correct pointers to av_free()
Bug-Id: CID 1295124
|
|
|
@3b1e35d4
|
10 years |
lu_zero |
fate: Omit the results if the test passed
The FATE server does not …
|
|
|
@d34039b1
|
10 years |
lu_zero |
rmenc: Drop the temporary buffer for ac3 byteswap
Use direcly …
|
|
|
@656e31ed
|
10 years |
lu_zero |
ogg: Forward errors further
Signed-off-by: Luca Barbato …
|
|
|
@b1834681
|
10 years |
lu_zero |
flac: fix realloc loop with invalid flac files
Signed-off-by: Luca …
|
|
|
@2cc39365
|
10 years |
martin |
dashenc: Add a publishTime field in dynamic manifests
This field is …
|
|
|
@386e2755
|
10 years |
vittorio.giovara |
jack: Check memory allocation
Bug-Id: CID 1265785
Signed-off-by: …
|
|
|
@617814b
|
10 years |
vittorio.giovara |
buffersrc: Fix resource leak on error
Bug-Id: CID 1267902
CC: …
|
|
|
@336d2f09
|
10 years |
vittorio.giovara |
avplay: Free frame and graph when memory allocation fails
Bug-Id: CID …
|
|
|
@eb31256f
|
10 years |
vittorio.giovara |
g2meet: Support G2M5 codec variant
Signed-off-by: Vittorio Giovara …
|
|
|
@88d1fb4e
|
10 years |
vittorio.giovara |
filtfmts: Avoid null pointer dereference
|
|
|
@a1d58e3
|
10 years |
vittorio.giovara |
avutil: remove pointless bmi1 define
Signed-off-by: James Almer …
|
|
|
@09bd7ddf
|
10 years |
vittorio.giovara |
aacdec: consistently use avctx for logging in …
|
|
|
@3d71b1f8
|
10 years |
vittorio.giovara |
mpegvideo_enc: Simplify picture allocation
|
|
|
@0251c9be
|
10 years |
vittorio.giovara |
motion_est: Fix warning from zero_cmp() assignment
warning: …
|
|
|
@4d593896
|
10 years |
vittorio.giovara |
vc1_pred: Always initialize px and py in ff_vc1_pred_mv_intfr()
Fix a …
|
|
|
@9286de04
|
10 years |
vittorio.giovara |
mov: Double-check that alias path is not an absolute path
nlvl_to and …
|
|
|
@376589e5
|
10 years |
vittorio.giovara |
mov: Read alternate absolute path in dref alis
Absolute paths can be …
|
|
|
@22526c1f
|
10 years |
vittorio.giovara |
Canopus HQ/HQA decoder
Based on work by Kostya Shishkov …
|
|
|
@e6fb844f
|
10 years |
vittorio.giovara |
Implement shared parsing of INFO tag in Canopus family
Add some …
|
|
|
@fcda30f
|
10 years |
vittorio.giovara |
fate: Prefix cllc tests with canopus
They belong to the same family …
|
|
|
@5b5338f6
|
10 years |
vittorio.giovara |
hqx: Implement slice-threaded decoding
Inspired by a patch from …
|
|
|
@453642f8
|
10 years |
vittorio.giovara |
hqx: Store shareable data in main decoder context
In preparation for …
|
|
|
@ea031b75
|
10 years |
vittorio.giovara |
hqx: Move DSP related code to a separate file
|
|
|
@17aa81d9
|
10 years |
vittorio.giovara |
hqx: Merge invalid format check within switch block
|
|
|
@6a85dfc8
|
10 years |
vittorio.giovara |
lavc: Replace av_dlog and tprintf with internal macros
|
|
|
@1a3eb042
|
10 years |
vittorio.giovara |
Replace av_dlog with normal av_log at trace level
This applies to …
|
|
|
@c253340a
|
10 years |
vittorio.giovara |
log: Introduce a more verbose debug level
And deprecate av_dlog macro.
|
|
|
@b8d7f318
|
10 years |
anton |
matroskadec: fix crash when parsing invalid mkv
CC: …
|
|
|
@1336bb06
|
10 years |
diego |
configure: Simplify avisynth check
|
|
|
@247aa7af
|
10 years |
diego |
avisynth: Simplify shared library name construction
|
|
|
@ec89f35e
|
10 years |
lu_zero |
x265: Map color parameters
|
|
|
@0cbb1473
|
10 years |
lu_zero |
x264: Map color parameters
|
|
|
@7a5f4447
|
10 years |
diego |
avisynth: Bump minimum required version to interface version 6
The …
|
|
|
@a6a45e5a
|
10 years |
diego |
avisynth: Fix detection of AviSynth 2.5
In order to safely exit when …
|
|
|
@13e4f2c7
|
10 years |
diego |
mpeg4videodec: Remove useless messages
They seem to sometimes trigger …
|
|
|
@49e531ff
|
10 years |
diego |
mmal: Reference MMAL VC lib explicitly
This is optional, but ensures …
|
|
|
@2de76504
|
10 years |
diego |
mmal: Move system headers before local headers
Signed-off-by: Diego …
|
|
|
@73dacabf
|
10 years |
diego |
ffv1: Check memory allocations
Signed-off-by: Diego Biurrun …
|
|
|
@4e544321
|
10 years |
martin |
rtsp: Fix unchecked return value
Signed-off-by: Martin Storsjö …
|
|
|
@0b72a47f
|
10 years |
martin |
rtsp: Check a malloc return value
Signed-off-by: Martin Storsjö …
|
|
|
@bbdb50d7
|
10 years |
derek.buitenhuis |
libx265: print supported presets and tunes on error
Based on code …
|
|
|
@7a9b764c
|
10 years |
diego |
libdc1394: Unbreak build after c201069fa
|
|
|
@4f373a5
|
10 years |
martin |
vfwcap: Unbreak building after c201069fa
These headers can't be …
|
|
|
@8d26c193
|
10 years |
diego |
avdevice: Apply a more consistent file naming scheme
|
|
|
@c201069
|
10 years |
diego |
avdevice: Add missing header for NULL_IF_CONFIG_SMALL
Also reshuffle …
|
|
|
@27852f2f
|
10 years |
lu_zero |
libavformat: Handle error return from ff_listen_bind
Handle error …
|
|
|
@0266988c
|
10 years |
vittorio.giovara |
hqx: Fix clipping error in idct put function
Signed-off-by: Vittorio …
|
|
|
@783df7d5
|
10 years |
vittorio.giovara |
riff: Add 'M705' FourCC for mpeg2video
|
|
|
@5980c924
|
10 years |
vittorio.giovara |
dnxhd: Log the selected profile id
|
|
|
@be089af3
|
10 years |
vittorio.giovara |
mov: Rely on box type rather than file type for colr atom
Although …
|
|
|
@f8fd0c29
|
10 years |
vittorio.giovara |
v210: Fix typo in header guards
|
|
|
@bb815dfc
|
10 years |
diego |
g2meet: K&R formatting cosmetics
|
|
|
@c4d37cd9
|
10 years |
anton |
matroskadec: export cover art correctly
Generally, libavformat …
|
|
|
@27f27462
|
10 years |
lu_zero |
parseutils: Make av_small_strptime public
And use it in libavformat.
…
|
|
|
@108f2f38
|
10 years |
lu_zero |
parseutils: Extend small_strptime to be used in avformat
The strptime …
|
|
|