|
|
|
@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 …
|
|
|
@249796e2
|
10 years |
anton |
svq3: initialize some required H264Context fields.
They are no longer …
|
|
|
@5637ff0
|
10 years |
martin |
libavcodec: Clarify the documentation of the internal codec capability …
|
|
|
@31048d48
|
10 years |
derek.buitenhuis |
avcodec/libx265: export chosen picture types
Signed-off-by: Michael …
|
|
|
@bd737b51
|
10 years |
anton |
h264: reset the private data in init_thread_copy()
The generic code …
|
|
|
@a939e5b2
|
10 years |
anton |
h264: remove a commented out nonsense line
|
|
|
@65afa65e
|
10 years |
anton |
h264: drop redundant initialization of the scaling matrices
It will …
|
|
|
@e1f90771
|
10 years |
anton |
h264: factor out common code from init() and init_thread_copy()
|
|
|
@43fd3dd8
|
10 years |
anton |
h264: drop redundant initialization in init()
There is no real …
|
|
|
@050324d0
|
10 years |
anton |
h264: initialize cur_chroma_format_idc
This makes sure the various …
|
|
|
@84f226a3
|
10 years |
anton |
h264: use the correct SPS during PPS parsing
There is in general no …
|
|
|
@aa1a1b24
|
10 years |
lu_zero |
avconv: Avoid theoretical NULL dereferences
Bug-Id: CID 1292519
…
|
|
|
@a4d34e21
|
10 years |
anton |
h264: disable ER by default
The way it is currently designed is …
|
|
|
@3892bdab
|
10 years |
anton |
avconv: do not overwrite the stream codec context for streamcopy
…
|
|
|
@b2965ec
|
10 years |
anton |
FATE: add a test for parameter changes in HEVC
|
|
|
@df528b11
|
10 years |
anton |
hevc: make sure no dangling pointers remain around on VPS/SPS change
|
|
|
@ce0bc09e
|
10 years |
anton |
hevc: do not change the VPS if its contents are the same
This is the …
|
|
|
@7693ba0a
|
10 years |
anton |
hevc: export stream parameters from extradata
This allows the callers …
|
|
|
@1ae7afd2
|
10 years |
anton |
hevc: split out setting AVCodecContext parameters
Additionally always …
|
|
|
@7d097a0f
|
10 years |
martin |
mpegtsenc: Take max_delay into account when buffering multiple audio …
|
|
|
@e3ec6fe7
|
10 years |
lu_zero |
rtsp: Add a buffer_size option
And forward it to rtp and udp.
…
|
|
|
@8c9c5479
|
10 years |
lu_zero |
rtp: Add an option to set the send/receive buffer size
It gets …
|
|
|
@3c47e7c4
|
10 years |
lu_zero |
rtp: Map the urloptions to AVOptions
Signed-off-by: Luca Barbato …
|
|
|
@4978850c
|
10 years |
diego |
build: Split JPEG-related tables off into a separate component
|
|
|
@87f87ccf
|
10 years |
diego |
mjpeg: Use a more precise type for put_marker()
|
|
|
@e6e3dcba
|
10 years |
diego |
mjpeg: Move code only used in the encoder(s) to the appropriate header
|
|
|
@6ed38b1f
|
10 years |
diego |
tiff: Return more meaningful error codes
Signed-off-by: Diego Biurrun …
|
|
|
@23944d29
|
10 years |
diego |
indeo: Give Indeo4/5 shared code a more consistent name
|
|
|
@7d3183d3
|
10 years |
diego |
qsv: Skip header compilation depending on what parts of qsv are enabled
|
|
|
@ff7adead
|
10 years |
lu_zero |
udp: Fix pkt_size management
The default value for unset is -1, not …
|
|
|
@72025ac
|
10 years |
anton |
lavc: add libdcadec decoder
Signed-off-by: Anton Khirnov …
|
|
|
@6fe2641d
|
10 years |
anton |
lavc: add profile define for DTS Express
Signed-off-by: Anton Khirnov …
|
|
|
@c4845616
|
10 years |
anton |
lavc: add MMAL hardware decoder wrapper
Based on a patch by Rodger …
|
|
|
@72b7441
|
10 years |
anton |
lavc: add Intel libmfx-based H.264 encoder
|
|
|
@9ba27c23
|
10 years |
anton |
qsvdec: add 'decode' to the non-static function names
|
|
|
@d0a63d8b
|
10 years |
anton |
qsvdec: split off some code that will be shared with the encoder
|
|
|
@b04d009b
|
10 years |
anton |
qsv: rename to qsvdec
This is to avoid conflicts with the upcoming …
|
|
|
@1188119
|
10 years |
lu_zero |
avisynth: update documentation about the avisynth_c.h header
…
|
|
|
@a8c99205
|
10 years |
lu_zero |
avisynth: Fix compilation against current 2.6 header(s).
AviSynth 2.6 …
|
|
|
@1ddd3e23
|
10 years |
vittorio.giovara |
vaapi_h264: fix slice data offset
|
|
|
@ae4f5d94
|
10 years |
vittorio.giovara |
dxva2_h264: fix slice offset in long slice structs
|
|
|
@b21af32
|
10 years |
vittorio.giovara |
lavc: Prefer x264 over openh264 if both libraries are available
|
|
|
@312a9ef
|
10 years |
vittorio.giovara |
pixfmt: Update documentation with prefixed pixel formats
|
|
|
@592a0405
|
10 years |
vittorio.giovara |
pixdesc: Replace a few leftover instances of non AV-prefixed flags
|
|
|
@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
|
|
|