|
|
|
@e77a2ea9
|
11 years |
martin |
http: Declare more parameters as const where possible
Signed-off-by: …
|
|
|
@2572d07c
|
11 years |
lu_zero |
http: Allow setting a Content-Type for POST requests
Signed-off-by: …
|
|
|
@fe568b3
|
11 years |
lu_zero |
http: Improve options descriptions
Add documentation where missing.
…
|
|
|
@ab76d9f6
|
11 years |
lu_zero |
http: Always allow no-op seek
This also allows checking stream …
|
|
|
@2ec33d27
|
11 years |
lu_zero |
http: Add support for selecting a request range
Comment from Reimar …
|
|
|
@ddfc989
|
11 years |
lu_zero |
http: Support setting custom User-Agent
Contextually make the default …
|
|
|
@e58c85b0
|
11 years |
lu_zero |
http: Export Content-Type information
Bug-Id: …
|
|
|
@8075c3d8
|
11 years |
lu_zero |
http: Add support reading ICY metadata
Export the metadata as a …
|
|
|
@4ff99ab3
|
11 years |
lu_zero |
http: Refactor process_line
|
|
|
@7a2fddb4
|
11 years |
lu_zero |
http: K&R formatting cosmetics
|
|
|
@78b21c1
|
11 years |
lu_zero |
http: Drop doxy comments
|
|
|
@55a215ba
|
11 years |
lu_zero |
http: Return meaningful error codes
|
|
|
@390acbea
|
11 years |
lu_zero |
configure: Provide --pkg-config-flags
Should be used only to pass …
|
|
|
@db9d39b4
|
11 years |
lu_zero |
avformat: Report the duration analysis reached
|
|
|
@908836e2
|
11 years |
diego |
doc: Add section about AviSynth support
Signed-off-by: Diego Biurrun …
|
|
|
@5926603a
|
11 years |
diego |
configure: Document --pkg-config option
|
|
|
@d92024f1
|
11 years |
diego |
lavf: more correct printf format specifiers
|
|
|
@7caf48e0
|
11 years |
diego |
configure: miscellaneous cosmetics
Sort lists of components. Add some …
|
|
|
@77e9123f
|
11 years |
vittorio.giovara |
lavf: always use av_free
Signed-off-by: Tim Walker <tdskywalker@gmail.com>
|
|
|
@34bbc81d
|
11 years |
vittorio.giovara |
lavf: simplify ff_hevc_annexb2mp4_buf
Use ff_hevc_annexb2mp4 instead …
|
|
|
@4a856239
|
11 years |
lu_zero |
configure: Use the right pkgconf file for openjpeg
The current …
|
|
|
@ee17be3f
|
11 years |
lu_zero |
hevc: Use get_se_golomb_long
Do not use inline functions that refer …
|
|
|
@5eacbb53
|
11 years |
lu_zero |
golomb: Add a get_se_golomb_long
Useful in libavformat mostly.
|
|
|
@e854b8f9
|
11 years |
anton |
Work around broken floating point limits on some systems.
The values …
|
|
|
@8cafeb8b
|
11 years |
martin |
mxfdec: Validate parameters to strftime
The MSVCRT version of …
|
|
|
@558b20d7
|
11 years |
vittorio.giovara |
matroskaenc: enable Annex B to MP4 conversion for HEVC tracks.
|
|
|
@a823d094
|
11 years |
vittorio.giovara |
matroskaenc: write private data in hvcC format for HEVC.
|
|
|
@4f3db5d3
|
11 years |
vittorio.giovara |
movenc: allow muxing HEVC in MODE_MP4.
|
|
|
@b6c61fb8
|
11 years |
vittorio.giovara |
movenc: enable Annex B to MP4 conversion for HEVC tracks.
|
|
|
@20b40a59
|
11 years |
vittorio.giovara |
movenc: write hvcC tag for HEVC.
|
|
|
@1d9014f0
|
11 years |
vittorio.giovara |
movenc: use 'hev1' tag for HEVC in MODE_MOV.
'hvc1' requires that …
|
|
|
@3e0175d8
|
11 years |
vittorio.giovara |
riff: add VP9 fourcc
|
|
|
@fb0a988f
|
11 years |
vittorio.giovara |
riff: IPJ2 decodes with JPEG2000 decoder
Samples can be made from …
|
|
|
@9e71cc8
|
11 years |
vittorio.giovara |
movdec: handle 0x7fff langcode as macintosh per the specs
The correct …
|
|
|
@8a0bc405
|
11 years |
vittorio.giovara |
libspeex: support ZygoAudio (quality 10 mode)
|
|
|
@360022bd
|
11 years |
vittorio.giovara |
isom: lpcm in mov default to big endian
It is my understanding that …
|
|
|
@db32f14c
|
11 years |
vittorio.giovara |
isom: add "MNG" FourCC
|
|
|
@073cd30f
|
11 years |
vittorio.giovara |
isom: Support MPEG-2 video mov files from FPC5
|
|
|
@31e558fb
|
11 years |
vittorio.giovara |
isom: add "NO16" FourCC
|
|
|
@65090123
|
11 years |
vittorio.giovara |
isom: add Radius DV YUV FourCCs
|
|
|
@eeae858
|
11 years |
vittorio.giovara |
isom: Support Sony XAVC in mov
Signed-off-by: Vittorio Giovara …
|
|
|
@c0980468
|
11 years |
vittorio.giovara |
isom: add xd51 hdcam
Someone needs to binary search FCP for new isom…
|
|
|
@4d33873c
|
11 years |
vittorio.giovara |
hevc: make pps/sps ids unsigned where necessary
Fixes integer …
|
|
|
@ed06e5d9
|
11 years |
vittorio.giovara |
hevc: Do not turn 32bit timebases into negative numbers
Found-by: …
|
|
|
@6cc94e9
|
11 years |
vittorio.giovara |
hevc: use av_mallocz() for allocating tab_ipm
Fixes use of …
|
|
|
@920c01ad
|
11 years |
vittorio.giovara |
hevc: Use get_bits_long() in decode_vui()
Fix assertion failure. …
|
|
|
@74cc9019
|
11 years |
janne-libav |
float_dsp: fix errors in documentation
|
|
|
@c708b540
|
11 years |
janne-libav |
timer: use mach_absolute_time as high resolution clock on darwin
Not …
|
|
|
@634d9d8b
|
11 years |
janne-libav |
arm: get_cabac inline asm
Based on the aarch64 asm. CPU cycle counts …
|
|
|
@dfe224f
|
11 years |
janne-libav |
aarch64: get_cabac inline asm
Based on the x86 branchless get_cabac …
|
|
|
@4506a854
|
11 years |
janne-libav |
arm: vp3: remove incorrect const in ff_vp3_idct_dc_add_neon …
|
|
|
@0e0cefb
|
11 years |
tdskywalker |
build: Use pkg-config for openjpeg
Bug-Id: 387
CC: libav-stable@libav.org
|
|
|
@565e0c6d
|
11 years |
tdskywalker |
movenc: allow override of "writing application" tag
Signed-off-by: …
|
|
|
@0092c1dd
|
11 years |
tdskywalker |
matroskaenc: allow override of "writing application" tag
…
|
|
|
@61985ad7
|
11 years |
janne-libav |
arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6
The overread …
|
|
|
@8c09532
|
11 years |
diego |
rv10: K&R formatting cosmetics
Also sort #includes into canonical …
|
|
|
@b4d372e0
|
11 years |
diego |
rv10: Forward error from rv10_decode_packet
Signed-off-by: Diego …
|
|
|
@a8014534
|
11 years |
diego |
g2meet: K&R formatting cosmetics
|
|
|
@f87a6e50
|
11 years |
derek.buitenhuis |
fic: Properly handle skip frames
Signed-off-by: Derek Buitenhuis …
|
|
|
@f69befe5
|
11 years |
diego |
matroskadec: cosmetics: Fix "attachement" vs. "attachment" typo
|
|
|
@84cfce9f
|
11 years |
diego |
matroskadec: K&R formatting cosmetics
Also sort #includes into …
|
|
|
@77eed91f
|
11 years |
martin |
rtmppkt: Rename the ts_delta field to ts_field
Based on a suggestion …
|
|
|
@8bbb02ae
|
11 years |
martin |
rtmppkt: Properly handle extended timestamps when writing
…
|
|
|
@48cfb5f4
|
11 years |
martin |
rtmppkt: Add a descriptive comment
Signed-off-by: Martin Storsjö …
|
|
|
@5b2ad78f
|
11 years |
martin |
rtmppkt: Handle extended timestamp field even for one-byte header
…
|
|
|
@93d216d3
|
11 years |
diego |
dict: K&R formatting cosmetics
|
|
|
@d67dbfa7
|
11 years |
derek.buitenhuis |
libx265: Support API version 9
Signed-off-by: Derek Buitenhuis …
|
|
|
@b6638210
|
11 years |
lu_zero |
dxva2: Increase maximum number of slices for mpeg2
Some content …
|
|
|
@5b977c1d
|
11 years |
lu_zero |
mxf: Return meaningful errors
|
|
|
@f06f6daa
|
11 years |
lu_zero |
mxf: Parse random index pack
Get the last partition offset and use it …
|
|
|
@570af382
|
11 years |
lu_zero |
mxf: Handle identification metadata
Signed-off-by: Luca Barbato …
|
|
|
@5b930092
|
11 years |
lu_zero |
mxf: Set audio packets pts
Extrapolate audio timestamps based on the …
|
|
|
@e118bb1a
|
11 years |
lu_zero |
mxf: Introduce ff_mxf_get_samples_per_frame
Signed-off-by: Luca …
|
|
|
@d48430c3
|
11 years |
diego |
build: Let the SVQ3 decoder depend on the H.264 decoder
The SVQ3 …
|
|
|
@84bf8817
|
11 years |
diego |
configure: Split x86 SIMD architecture extensions into separate list
…
|
|
|
@713d3f98
|
11 years |
anton |
vf_shuffleplanes: fix the type of the mapping indices
They are …
|
|
|
@3bfdee00
|
11 years |
diego |
x86: dcadsp: Fix linking with yasm and optimizations disabled
Some …
|
|
|
@e1f2987b
|
11 years |
anton |
FATE: add tests for the shuffleplanes filter
|
|
|
@599b81ca
|
11 years |
anton |
lavfi: add shuffleplanes filter
|
|
|
@bba2a7cc
|
11 years |
anton |
lavfi: use the correct filter context for logging an error.
|
|
|
@cbddee1c
|
11 years |
janne-libav |
arm: hpeldsp: prevent overreads in armv6 asm
Based on a patch by …
|
|
|
@3741aa37
|
11 years |
diego |
x86: cabac: Use correct #includes to make header compile standalone
|
|
|
@e995cf1b
|
11 years |
lu_zero |
avfilter: Add missing emms_c when needed
Arch specific calls should …
|
|
|
@5ddc9f50
|
11 years |
siretart |
configure: enable PIC on s390(x)
The s390 architecture requires …
|
|
|
@eeaf4f3b
|
11 years |
janne-libav |
av_vdpau_get_profile: mask out H.264 intra profile flag
…
|
|
|
@3407172b
|
11 years |
diego |
avienc: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@4c41a7a1
|
11 years |
vittorio.giovara |
vf_frei0r: fix missing end of line character
Error introduced in …
|
|
|
@a18ef7a7
|
11 years |
vittorio.giovara |
doc: fix a couple of typos in frame.h
|
|
|
@973dc4e8
|
11 years |
vittorio.giovara |
put_bits: Remove unused includes
This requires adding includes to …
|
|
|
@5397386e
|
11 years |
vittorio.giovara |
mathops: move macro to the only place it is used
This helps in …
|
|
|
@61b323ce
|
11 years |
vittorio.giovara |
vf_frei0r: refactor library loading from env variable
strtok_r is not …
|
|
|
@4e0be9c8
|
11 years |
vittorio.giovara |
vf_frei0r: prevent a segfault when filter parameters are not set
|
|
|
@8accddeb
|
11 years |
vittorio.giovara |
vf_frei0r: adjust error messages
|
|
|
@5c9c305d
|
11 years |
diego |
ass: K&R formatting cosmetics
|
|
|
@95144403
|
11 years |
vittorio.giovara |
ituh263: reject b-frame with pp_time = 0
Avoid a division by 0 in …
|
|
|
@700687e
|
11 years |
martin |
qt-faststart: Add a note about the -movflags +faststart feature
…
|
|
|
@ea7f79f9
|
11 years |
martin |
qt-faststart: Avoid unintentionally sign extending BE_32
Without this …
|
|
|
@bb95334c
|
11 years |
martin |
qt-faststart: Check offset_count before reading from the moov_atom …
|
|
|
@63848854
|
11 years |
martin |
qt-faststart: Check the ftello() return codes
This silences a warning …
|
|
|
@03c2a66f
|
11 years |
martin |
qt-faststart: Fix the signedness of variables keeping the ftello …
|
|
|