|
|
|
@d1184b81
|
11 years |
diego |
arm: dsputil: Add a bunch of missing #includes
|
|
|
@17608f6e
|
11 years |
diego |
x86: Add some more missing headers
|
|
|
@fd9e2221
|
11 years |
diego |
ppc: Add some missing headers
|
|
|
@ed9625eb
|
11 years |
diego |
dsputil: Move intreadwrite.h #include from header file to .c files
|
|
|
@9103185b
|
11 years |
diego |
dsputil: Drop ff_check_alignment() function
The function is supposed …
|
|
|
@49676eb7
|
11 years |
diego |
dsputil: Remove prototypes for nonexisting optimization functions
|
|
|
@08dba0e1
|
11 years |
diego |
x86: mpegvideoenc: Remove some remnants of the long-gone libmpeg2 IDCT
|
|
|
@b4dd424
|
11 years |
diego |
Remove all SPARC architecture optimizations
SPARC is no longer being …
|
|
|
@d6096a67
|
11 years |
diego |
Remove all SH4 architecture optimizations
SH4 has been end-of-lifed …
|
|
|
@bbb64356
|
11 years |
diego |
build: Record dependency of eatqi decoder on dsputil
|
|
|
@b5f112d8
|
11 years |
diego |
configure: Add explicit dsputil dependency to mpegvideoenc
…
|
|
|
@cd832f03
|
11 years |
diego |
ffv1: Drop bogus dependency on dsputil
ffv1 does not use any part of …
|
|
|
@0e29c5e1
|
11 years |
diego |
build: Drop stray LPC dependency on dsputil
|
|
|
@6cd76e54
|
11 years |
diego |
build: Drop stray MJPEG encoder dependency on dsputil
|
|
|
@9ecf1b62
|
11 years |
diego |
build: Drop stray MLP decoder dependency on dsputil
|
|
|
@7d7be44f
|
11 years |
diego |
build: Drop stray PNG decoder dependency on dsputil
|
|
|
@88b24064
|
11 years |
diego |
build: Drop stray mpc8 decoder dependency on dsputil
|
|
|
@fb9a5bdc
|
11 years |
siretart |
Prepare for 11_alpha1 Release
|
|
|
@81498ce
|
11 years |
lu_zero |
avconv: Match stream id
Quite useful to select by pid in MPEG-TS.
|
|
|
@6998a9f4
|
11 years |
lu_zero |
http: Properly initialize icy headers string
The icy_metadata_headers …
|
|
|
@d15c5361
|
11 years |
martin |
doc: Point to the correct, actually maintained gas-preprocessor repo
…
|
|
|
@5a7f382
|
11 years |
janne-libav |
armv6: vp8: use explicit labels in motion compensation asm
The …
|
|
|
@aa807425
|
11 years |
vittorio.giovara |
configure: Support older version of openjpeg1
It should work best for …
|
|
|
@b4e355c8
|
11 years |
vittorio.giovara |
copy_block: K&R formatting cosmetics
|
|
|
@b3c6ee19
|
11 years |
diego |
configure: Group toolchain options together in help output
|
|
|
@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
…
|
|
|