|
|
|
@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 …
|
|
|
@56122443
|
11 years |
martin |
qt-faststart: Check fseeko() return codes
Signed-off-by: Martin …
|
|
|
@ea15a9a5
|
11 years |
martin |
qt-faststart: Simplify code by using a MIN() macro
qt-faststart …
|
|
|
@3cbc7ef3
|
11 years |
martin |
qt-faststart: Increase the copy buffer size to 64 KB
Copying data in …
|
|
|
@d1f9563d
|
11 years |
anton |
pthread_frame: flush all threads on flush, not just the first one
…
|
|
|
@bc6461c2
|
11 years |
anton |
af_compand: replace strtok_r() with av_get_token()
|
|
|
@fb3b2f5d
|
11 years |
martin |
configure: Set the thread type after resolving dependencies
A …
|
|
|
@2f02bbc
|
11 years |
diego |
build: Let the ffvhuff decoder/encoder depend on the huffyuv …
|
|
|
@34150be5
|
11 years |
diego |
build: Let the iac decoder depend on the imc decoder
Almost all of …
|
|
|
@8e0cf39
|
11 years |
diego |
build: Let all MJPEG-related decoders depend on the MJPEG decoder
…
|
|
|
@0a36988e
|
11 years |
diego |
build: Let AMV decoder depend on the SP5X decoder
This codec compiles …
|
|
|
@f4bd9fe3
|
11 years |
vittorio.giovara |
h264: fix clang warning about uninitialized variable
|
|
|
@17a63ff0
|
11 years |
vittorio.giovara |
h264: update flag name in ff_h264_decode_ref_pic_list_reordering()
…
|
|
|
@ee6280ca
|
11 years |
vittorio.giovara |
h264: parse two additional constraint flags
|
|
|
@e70ab7c
|
11 years |
vittorio.giovara |
h264: add MVCD to the list of High profiles in SPS
Also comment all …
|
|
|
@3aca10bf
|
11 years |
lu_zero |
latm: Always reconfigure if no extradata was set previously
AAC LOAS …
|
|
|
@6e4009d4
|
11 years |
janne-libav |
arm: dcadsp: implement decode_hf as external NEON asm
|
|
|
@4cb69642
|
11 years |
janne-libav |
dcadec: simplify decoding of VQ high frequencies
The vector …
|
|
|
@7686afd0
|
11 years |
janne-libav |
dca: factorize scaling in inverse ADPCM
Based on a patch from …
|
|
|
@08e3ea6
|
11 years |
janne-libav |
x86: synth filter float: implement SSE2 version
Timings for …
|
|
|
@57b1eb9f
|
11 years |
janne-libav |
dcadsp: scan coefficients linearly in dca_lfe_fir
This change is …
|
|
|
@ad507d79
|
11 years |
janne-libav |
x86: dcadsp: implement SSE lfe_dir
Results for Arrandale/Windows:
32: …
|
|
|
@87ec849f
|
11 years |
janne-libav |
dcadec: remove scaling in lfe_interpolation_fir
The scaling factor is …
|
|
|
@a55546f
|
11 years |
diego |
proresenc: Reuse proper dsputil infrastructure for FDCT
|
|
|
@92e598a5
|
11 years |
diego |
prores: Drop DSP infrastructure for prores encoder bits
None of the …
|
|
|
@d6acefe0
|
11 years |
diego |
proresenc: Drop unnecessary DCT permutation bits
No permutation is …
|
|
|
@b2365049
|
11 years |
diego |
prores: Use consistent names for DSP arch initialization functions
|
|
|
@f2408ec9
|
11 years |
diego |
Give IDCT matrix transpose macro a more descriptive name
This also …
|
|
|
@291e49d4
|
11 years |
anton |
af_compand: add a dependency on strtok_r
|
|
|
@a63ac110
|
11 years |
diego |
build: Do not redundantly specifiy H.263-related object files for …
|
|
|
@738f8358
|
11 years |
anton |
lavfi: add compand audio filter
Signed-off-by: Anton Khirnov …
|
|
|
@4ec3364
|
11 years |
diego |
parser: cosmetics: Drop some unnecessary parentheses
|
|
|
@e7dfaf1
|
11 years |
diego |
libavfilter: example audio filtering program
Based on a patch by …
|
|
|
@a1c69965
|
11 years |
diego |
parser: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@ed61f3ca
|
11 years |
diego |
parser: Remove commented-out cruft
|
|
|
@5ea14d4
|
11 years |
janne-libav |
texi2pod: always declare the pod file as UTF-8 encoded
|
|
|
@c91488ab
|
11 years |
vittorio.giovara |
doc: fix one accented word
|
|
|
@48d1ed9c
|
11 years |
vittorio.giovara |
doc: name correct header
|
|
|
@39c2880e
|
11 years |
anton |
af_volume: preserve frame properties
|
|
|
@dcc7e4bf
|
11 years |
anton |
af_resample: preserve frame properties
|
|
|
@67f2a68
|
11 years |
anton |
avconv: remove a write-only variable
|
|
|
@8aca00cc
|
11 years |
derek.buitenhuis |
libx265: Properly handled dynamic linking with MSVC
Signed-off-by: …
|
|
|
@0f7fa48c
|
11 years |
derek.buitenhuis |
libx265: Support SAR
Signed-off-by: Derek Buitenhuis …
|
|
|
@2142b2ef
|
11 years |
derek.buitenhuis |
libx265: Support 4:4:4
Signed-off-by: Derek Buitenhuis …
|
|
|
@d00a504b
|
11 years |
derek.buitenhuis |
libx265: Update API usage
Framerate is now a sane rational instead of …
|
|
|
@30517a9f
|
11 years |
anton |
Use av_frame_copy() to simplify code where appropriate.
|
|
|
@8feac29c
|
11 years |
anton |
lavc: use AVFrame API properly in ff_reget_buffer()
|
|
|
@1155fd02
|
11 years |
anton |
frame: add a convenience function for copying AVFrame data
|
|
|
@746dca48
|
11 years |
anton |
avconv: support forcing codec tags for input streams
|
|
|
@d59fcdaf
|
11 years |
janne-libav |
x86: add detection for Bit Manipulation Instruction sets
Based on …
|
|
|
@1b932eb1
|
11 years |
janne-libav |
x86: add detection for FMA3 instruction set
Based on x264 code
…
|
|
|
@10b0161
|
11 years |
janne-libav |
x86: add missing XOP checks and macros
Signed-off-by: James Almer …
|
|
|
@5800ba0d
|
11 years |
janne-libav |
configure: disable cpunop if the check fails
Moving cpunop from the …
|
|
|
@8eeacf31
|
11 years |
lu_zero |
hevc: Do not left shift a negative value in hevc_loop_filter_chroma
|
|
|
@ff486c0f
|
11 years |
lu_zero |
hevc: Do not right shift a negative value in get_pcm
|
|
|
@50c988aa
|
11 years |
lu_zero |
hevc: Drop unnecessary shifts in deblocking_filter_CTB
beta_offset is …
|
|
|
@1db03a68
|
11 years |
anton |
lavr: return an error if a avresample_open() is called on an open context
|
|
|
@7e86c27
|
11 years |
anton |
lavr: add a function for checking whether AVAudioResampleContext is open
|
|
|
@d922c5a5
|
11 years |
lu_zero |
h264: Fix a typo from the previous commit
…
|
|
|
@c416b5c
|
11 years |
lu_zero |
mxf: Add DNxHD UL
Note that the old DNxHD UL is actually JPEG 2000 …
|
|
|
@a9099e04
|
11 years |
lu_zero |
mxf: Add uncompressed 422 8-bit rawvideo UL
Signed-off-by: Luca …
|
|
|
@dc9e05e2
|
11 years |
diego |
libvorbis: Give consistent names to all functions, structs, and defines
|
|
|
@f777504f
|
11 years |
lu_zero |
h264: Lower bound check for slice offsets
And use the value from the …
|
|
|
@5c79d2e1
|
11 years |
lu_zero |
avconv: Do not divide by zero
|
|
|
@d6a27f8
|
11 years |
lu_zero |
configure: Add usan to the toolchain presets
clang-3.4 and gcc-4.9 …
|
|
|
@2b0bb699
|
11 years |
diego |
configure: Move cpunop into ARCH_EXT_LIST_X86
It is a processor …
|
|
|
@6adf4290
|
11 years |
diego |
configure: Move inet_aton check into network function check block
|
|
|
@9c029f67
|
11 years |
janne-libav |
aarch64: use EXTERN_ASM consistently for exported symbols
Based on …
|
|
|
@996697e2
|
11 years |
janne-libav |
x86: float dsp: unroll SSE versions
vector_fmul and …
|
|
|
@ef010f08
|
11 years |
janne-libav |
dca: replace some memcpy by AV_COPY128
Signed-off-by: Janne Grunau …
|
|
|
@982b596
|
11 years |
janne-libav |
h264: avoid undefined behavior in chroma motion compensation
Makes …
|
|
|
@4bcca361
|
11 years |
diego |
mpeg4video_parser: Drop pointless av_-prefix from static function
|
|
|
@984e3398
|
11 years |
diego |
avcodec: Consistently name encoder init functions foo_encode_init
|
|
|
@017a06a9
|
11 years |
diego |
x86: dsputil: Use correct file name as multiple inclusion guard
|
|
|
@ba42c852
|
11 years |
diego |
bit_depth_template: Use file name as multiple inclusion guard
|
|
|
@61e7c7f2
|
11 years |
diego |
svq3: Adjust #endif comment
|
|
|
@192ccc50
|
11 years |
diego |
build: The MPEG-4 video parser depends on h263dsp
The dependency is …
|
|
|
@8370a6fa
|
11 years |
anton |
libavformat/mpegts: expose raw packet size
We cannot easily determine …
|
|
|
@c3ecd968
|
11 years |
anton |
AVOptions: add flags for read/read-only options
|
|
|
@6bb8720
|
11 years |
anton |
AVOptions: deprecate unused AV_OPT_FLAG_METADATA
It was never used …
|
|
|
@521726ff
|
11 years |
lu_zero |
hevc: Always consider VLC NALU type mismatch fatal
Sample-Id: …
|
|
|
@175e5063
|
11 years |
lu_zero |
hevc: Mention the missing SPS in the error message
|
|
|
@93632a70
|
11 years |
lu_zero |
doc: Name the MOV muxer as it should be called
The section name is …
|
|
|
@a7b3216c
|
11 years |
lu_zero |
doc: Sort the muxer documentation
Keep the sections alphabetically sorted.
|
|
|
@874c751c
|
11 years |
diego |
threads: Check w32threads dependencies at the configure stage
Also …
|
|
|
@35b05c51
|
11 years |
vittorio.giovara |
vf_interlace: deprecate lowpass option
|
|
|
@b23bc95
|
11 years |
diego |
x86: dca: Add missing multiple inclusion guards
|
|
|
@294a51e1
|
11 years |
diego |
gitignore: Add all examples below doc/examples
|
|
|