|
|
|
@91bfac7
|
10 years |
martin |
h261enc: Disallow sliced encoding
This avoids trying to do sliced …
|
|
|
@df07c07b
|
10 years |
martin |
rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data …
|
|
|
@4218174
|
10 years |
martin |
rtpenc: Set the AVFMT_TS_NONSTRICT flag
In particular, when …
|
|
|
@01f251c4
|
10 years |
martin |
rtpenc: Set the timestamp properly when sending mpegts data, too
…
|
|
|
@f2c614e8
|
10 years |
martin |
srtpproto: fix option flag type
Signed-off-by: Martin Storsjö …
|
|
|
@456e93b
|
10 years |
martin |
dashenc: Adjust the start time of a segment to the end of the previous …
|
|
|
@2f628d59
|
10 years |
martin |
dashenc: Write segment timelines properly if the timeline has gaps
…
|
|
|
@6f4364a
|
10 years |
martin |
mov: Fix handling of zero-length metadata values
Since 3cec81f4d4, a …
|
|
|
@10d4c5e5
|
10 years |
vittorio.giovara |
tiff: set the correct return value when check_size() fails
Only one …
|
|
|
@3c27275c
|
10 years |
vittorio.giovara |
tiff: Check the check_size() return value and forward it
Also use the …
|
|
|
@4690e01c
|
10 years |
vittorio.giovara |
prores: Evaluate all the quantizers
Prevent an uninitialized data …
|
|
|
@490a3ebf
|
10 years |
vittorio.giovara |
matroskadec: Fix read-after-free in matroska_read_seek()
In …
|
|
|
@d75190aa
|
10 years |
vittorio.giovara |
mpegvideo: move REBASE_PICTURE where it is used
Drop an unused #undef …
|
|
|
@63fcedcf
|
10 years |
vittorio.giovara |
mpegvideo: remove unused function declaration
|
|
|
@b2bece5e
|
10 years |
vittorio.giovara |
hevc: always clip luma_log2_weight_denom
Its value shall be between 0 …
|
|
|
@bab8d73
|
10 years |
lu_zero |
vaapi: wrap codec specific functions in appropiate #ifs
Fix linking …
|
|
|
@5a82ad64
|
10 years |
lu_zero |
svq1dec: Unbreak the scratch buffer allocation
The input packets are …
|
|
|
@bcbdeb31
|
10 years |
lu_zero |
asvenc: Forward the error instead of asserting on it
Bug-Id: CID …
|
|
|
@fd665f7
|
10 years |
anton |
avconv: Use the mpeg12 private option scan_offset
Introduced in …
|
|
|
@559fa0d4
|
10 years |
anton |
vdpau: add mapping for H.264 Constrained Baseline profile and fallback …
|
|
|
@8502c1e9
|
10 years |
anton |
vdpau: add mapping for H.264 Extended profile
Signed-off-by: Anton …
|
|
|
@8b51bcfe
|
10 years |
anton |
vdpau: revector macro to reduce line span
Signed-off-by: Anton …
|
|
|
@e10e6651
|
10 years |
anton |
thread: use "" instead of <> for including the w32pthreads wrapper
…
|
|
|
@e737a4aa
|
10 years |
martin |
dashenc: Change the duration fields to 64 bit
For the last_duration …
|
|
|
@c7921a48
|
10 years |
martin |
libfdk-aacdec: Fix a boundary check
This avoids potential out of …
|
|
|
@2c3f29c4
|
10 years |
lu_zero |
xcbgrab: Support empty filename string correctly
Bug-Id: CID 1254664 …
|
|
|
@fa8934d6
|
10 years |
martin |
dashenc: log file output progress in verbose mode
As the …
|
|
|
@95d880fa
|
10 years |
martin |
rtpproto: Fix the input RTP data format check
Only the upper 2 bits …
|
|
|
@d2f1d42b
|
10 years |
janne-libav |
fate: add dolby true hd tests
The existing meridian audio test does …
|
|
|
@4c81613
|
10 years |
janne-libav |
arm: mlpdsp: handle pic offset calculation in a macro
Makes the code …
|
|
|
@581c7f0e
|
10 years |
janne-libav |
arm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix_channel_arm …
|
|
|
@fccfc22d
|
10 years |
martin |
libavformat: Build hevc.o when building the RTP muxer
The RTP muxer …
|
|
|
@780cd20b
|
10 years |
martin |
aarch64: Use .data.rel.ro for const data with relocations
This …
|
|
|
@f963f803
|
10 years |
martin |
arm: Use .data.rel.ro for const data with relocations
Signed-off-by: …
|
|
|
@3c01039
|
10 years |
vittorio.giovara |
mov: further expand the list of parsed metadata tags
Signed-off-by: …
|
|
|
@e2e07dba
|
10 years |
vittorio.giovara |
mov: expand the list of parsed metadata tags
Based on L-Smash code by …
|
|
|
@b704b648
|
10 years |
vittorio.giovara |
mov: parse XMP metadata on demand
The Extensible Metadata Platform …
|
|
|
@174c5fde
|
10 years |
vittorio.giovara |
mov: parse @PRM and @PRQ metadata tags
These tags describe the …
|
|
|
@35384934
|
10 years |
vittorio.giovara |
mov: cosmetics: reorder the list of tags
Alphabetically order the …
|
|
|
@6fd91fa1
|
10 years |
vittorio.giovara |
h264: increase MAX_SLICES to 32
H264 streams from CounterPath Bria …
|
|
|
@d0b22405
|
10 years |
vittorio.giovara |
vf_frei0r: do not increment string if it reached the end
Bug-Id: 778 …
|
|
|
@90411b33
|
10 years |
vittorio.giovara |
Allow reading of growing avi files (currently being written)
This …
|
|
|
@4843a9c7
|
10 years |
vittorio.giovara |
dpx: always write the image offset
According to the DPX file format …
|
|
|
@250e077e
|
10 years |
vittorio.giovara |
riff: Support decoding png in avi (ImageJ)
|
|
|
@b280c62
|
10 years |
martin |
arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumb …
|
|
|
@ae815764
|
10 years |
martin |
arm: fft_vfp: Add a missing "endconst" when building in thumb mode
…
|
|
|
@29bc7bfb
|
10 years |
martin |
rtpproto: Write a warning if the input data written isn't RTP …
|
|
|
@6a880090
|
10 years |
lu_zero |
doc: Use the correct @subsection tag
makeinfo would otherwise refuse …
|
|
|
@4fd7e63c
|
10 years |
lu_zero |
mp3: Tweak the probe scores
Having more than 10 consecutive frames …
|
|
|
@4f5906a1
|
10 years |
lu_zero |
latm: Do not give a score for a single instance
Bug-Id: 773
CC: …
|
|
|
@71f29410
|
10 years |
lu_zero |
lavfi: Increase drawtext font size limits
Raise the maximum font size …
|
|
|
@9a738c27
|
10 years |
vittorio.giovara |
v210enc: Add SIMD optimised 8-bit and 10-bit encoders
Signed-off-by: …
|
|
|
@33c827f6
|
10 years |
vittorio.giovara |
swscale: Properly scale YUV
Only shift limited range luma, and always …
|
|
|
@8c0a865a
|
10 years |
vittorio.giovara |
mov: skip version and flags attributes in mov_read_chan()
Fixes …
|
|
|
@b72727a5
|
10 years |
vittorio.giovara |
lavc: mention that the parser callback never returns an error
|
|
|
@1c77ead1
|
10 years |
vittorio.giovara |
rm: Use the correct codec_data_size signedness
The function takes a …
|
|
|
@1eec9bfc
|
10 years |
vittorio.giovara |
APIchanges: mark the release 11 branch point
|
|
|
@69c1fe7c
|
10 years |
vittorio.giovara |
mkv: Validate ASS Start and End fields
CC: libav-stable@libav.org
|
|
|
@7834a54c
|
10 years |
vittorio.giovara |
configure: enable vda hwaccel by default
Following the old thread …
|
|
|
@894545cb
|
10 years |
vittorio.giovara |
mpegvideo: exit cleanly when ff_mpv_common_frame_size_change() fails
…
|
|
|
@7a38987f
|
10 years |
vittorio.giovara |
mpegvideo: free_context_frame() cannot fail, make it return void
…
|
|
|
@c45eeb2d
|
10 years |
vittorio.giovara |
mpegvideo: replace assert about interlaced EC with debug av_log()
…
|
|
|
@3a56bcee
|
10 years |
vittorio.giovara |
mpeg12dec: Use more specific error codes
Signed-off-by: Vittorio …
|
|
|
@b56afb48
|
10 years |
vittorio.giovara |
mpeg12dec: Print error/warning messages on issues in …
|
|
|
@e0bb74a1
|
10 years |
vittorio.giovara |
exr: Add a gamma flag to exr loader to avoid banding
This is needed …
|
|
|
@d69d787d
|
10 years |
vittorio.giovara |
h264: proper cleanup in ff_h264_alloc_tables() if DPB alloc fails
CC: …
|
|
|
@56de2897
|
10 years |
vittorio.giovara |
h264: Fix memory leak on ff_h264_decode_init() failure
CC: …
|
|
|
@2e093596
|
10 years |
vittorio.giovara |
Drop the unofficial extension prefix for MPEG and MPEG-TS formats
As …
|
|
|
@7319a47c
|
10 years |
vittorio.giovara |
mpegtsenc: recognize .mts as MPEG Transport Stream
|
|
|
@8f8caca2
|
10 years |
vittorio.giovara |
Add support for BDAV/m2ts-mode muxing
Signed-off-by: Fredrik Axelsson …
|
|
|
@26e20df
|
10 years |
vittorio.giovara |
options_table: fix colorspace minimum option value
The min value for …
|
|
|
@3cec81f4
|
10 years |
vittorio.giovara |
mov: allocate the tag value dynamically
This allows to load metadata …
|
|
|
@e352b293
|
10 years |
vittorio.giovara |
mov: Add an option for exporting all metadata
|
|
|
@5639ed9a
|
10 years |
vittorio.giovara |
mov: do not truncate the language-prefixed tag
|
|
|
@604c9b11
|
10 years |
vittorio.giovara |
rtsp: move the CONFIG_ macros to the beginning of the check
With …
|
|
|
@7464e98f
|
10 years |
vittorio.giovara |
aac: Simplify decode_mid_side_stereo
Might spare few cycles if the …
|
|
|
@e4a77dc2
|
10 years |
siretart |
Make the RELEASE file match with the most recent tag
|
|
|
@8895bf7b
|
10 years |
siretart |
Replace lena.pnm
The new reference.pnm is a freely licensed …
|
|
|
@0f257e29
|
10 years |
siretart |
Treat all '*.pnm' files as non-text file
This convinces the …
|
|
|
@49180563
|
10 years |
martin |
rtmpproto: Fix a typo in a comment
Signed-off-by: Martin Storsjö …
|
|
|
@fcae9f21
|
10 years |
martin |
dashenc: Avoid a VLA-like construct
This fixes the build on compilers …
|
|
|
@a9d8d35
|
10 years |
martin |
dashenc: Add options to make segment names configurable
This allows …
|
|
|
@01eac895
|
10 years |
martin |
rtmpproto: Only prepend @setDataFrame for onMetaData and …
|
|
|
@44127b15
|
10 years |
martin |
rtmppkt: Make pkt->data reallocable
We try to avoid mixing av_malloc …
|
|
|
@3c3b8003
|
10 years |
martin |
rtmpproto: Simplify code for copying data into the output packet
…
|
|
|
@857e6667
|
10 years |
martin |
rtmpproto: Clarify a comment
Signed-off-by: Martin Storsjö …
|
|
|
@19730794
|
10 years |
anton |
opusdec: make sure all substreams have the same number of coded …
|
|
|
@96fda42a
|
10 years |
anton |
vf_interlace: get rid of useless loads
Signed-off-by: Anton Khirnov …
|
|
|
@fbd6c97f
|
10 years |
anton |
lavu: fix memory leaks by using a mutex instead of atomics
The buffer …
|
|
|
@2443e522
|
10 years |
anton |
lavu: add wrappers for the pthreads mutex API
Also add no-op …
|
|
|
@675ac56b
|
10 years |
martin |
Revert "lavf: Don't try to update files atomically with renames on …
|
|
|
@79fd186a
|
10 years |
martin |
lavf: Use MoveFileEx instead of rename/_wrename on windows
This …
|
|
|
@9326d64e
|
10 years |
martin |
Share the utf8 to wchar conversion routine between lavf and lavu
This …
|
|
|
@234fb81e
|
10 years |
martin |
movenc: Expose the fragment index as an avoption
This allows setting …
|
|
|
@ee37620b
|
10 years |
martin |
movenc: Add a flag for indicating a discontinuous fragment
This …
|
|
|
@f20141d7
|
10 years |
martin |
vorbis_parser: Include stdint.h in the header, to make it work …
|
|
|
@ca5c3ff9
|
10 years |
vittorio.giovara |
vf_interlace: x86: improve asm performance
4775 decicycles -> 3688 …
|
|
|
@57ed5a64
|
10 years |
vittorio.giovara |
hnm4: change width/height to int to fix hypothetical integer overflows …
|
|
|
@16158da9
|
10 years |
vittorio.giovara |
hnm4: Use av_image_check_size
As done for all the other codecs not …
|
|
|
@51946d2d
|
10 years |
vittorio.giovara |
vc1: Use the correct shift amount
is_intra is a 6bits bitfield.
…
|
|
|