|
|
|
@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
|
|
|
@1e142d5b
|
11 years |
martin |
movenc: Add a fallback fragmentation method for plain mp4 as well
…
|
|
|
@543156d7
|
11 years |
martin |
arm: Mark the stack as non-executable
If linking in an object file …
|
|
|
@fea6db06
|
11 years |
vittorio.giovara |
h264: informative error reporting in decode_slice_header()
…
|
|
|
@96f9fbe1
|
11 years |
vittorio.giovara |
h264: fix slice_type value reported in decode_slice_header()
…
|
|
|
@2f2b2efd
|
11 years |
diego |
doxygen: Replace @parblock syntax with manual linebreaks
@parblock is …
|
|
|
@4d7ab5cf
|
11 years |
diego |
doxygen: Add a number of missing function parameter descriptions
|
|
|
@614b9e4
|
11 years |
vittorio.giovara |
h264: use avpriv_request_sample for chroma_format_idc
|
|
|
@f53e274f
|
11 years |
diego |
doc: Fix project name typo
|
|
|
@b339182e
|
11 years |
diego |
Move all example programs to doc/examples
Also drop support for …
|
|
|
@77fbc032
|
11 years |
kostya.shishkov |
g2meet: validate bpp and bitmasks in the display info
Signed-off-by: …
|
|
|
@f58dcfb3
|
11 years |
siretart |
Prepare for 10_beta1 Release
|
|
|
@9cd4bc41
|
11 years |
tdskywalker |
ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.
|
|
|
@c98f3169
|
11 years |
tdskywalker |
lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.
|
|
|
@9c0e4b33
|
11 years |
tdskywalker |
ac3: update AC3PreferredStereoDownmixMode.
'11b' is reserved in the …
|
|
|
@dc971acf
|
11 years |
vittorio.giovara |
h264_parser: use enum values in h264_find_frame_end()
|
|
|
@ba7dfe5c
|
11 years |
anton |
lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy group
|
|
|
@f758ea6e
|
11 years |
anton |
buffersink: document special error codes returned from …
|
|
|
@98fdfa99
|
11 years |
janne-libav |
ppc: reduce overreads when loading 8 pixels in altivec dsp functions
…
|
|
|
@3fbad007
|
11 years |
derek.buitenhuis |
utvideoenc: Enable support for multiple slices and use them
The …
|
|
|
@4127e6ae
|
11 years |
derek.buitenhuis |
libx265: Remove redundant default param call
Signed-off-by: Derek …
|
|
|
@41836c4e
|
11 years |
derek.buitenhuis |
libx265: Fix use of uninitialized input picture
Signed-off-by: Derek …
|
|
|
@0b9716c4
|
11 years |
diego |
doc/examples: misc Doxygen markup improvements
Add properly formatted …
|
|
|
@3a26ccb
|
11 years |
diego |
build: doxy: Include code examples in Doxygen documentation
|
|
|
@19d31278
|
11 years |
diego |
doxygen: Set EXAMPLE_PATH from within doxy-wrapper.sh
This allows …
|
|
|
@f1f42cfc
|
11 years |
diego |
build: Do not pass HTML snippets and stylesheet as input to Doxygen
…
|
|
|
@e6c175df
|
11 years |
diego |
Doxyfile: Only set HTML_{HEADER|FOOTER|STYLESHEET} from doxy_wrapper.sh
|
|
|
@066ad249
|
11 years |
vittorio.giovara |
h264_sei: reorder headers
Also drop unused assert.h.
|
|
|
@304e916a
|
11 years |
vittorio.giovara |
h264_sei: name buffering period type consistently
|
|
|
@15210354
|
11 years |
vittorio.giovara |
h264: drop outdated comments
|
|
|
@3a057670
|
11 years |
vittorio.giovara |
h264: store current_sps_id inside the current sps
In preparation for …
|
|
|
@73e8fab3
|
11 years |
vittorio.giovara |
h264: print values in case of error
Also make error style consistent …
|
|
|
@f8c507f4
|
11 years |
lu_zero |
h264: Refactor ff_h264_decode_ref_pic_list_reordering
In preparation …
|
|
|
@73eca73
|
11 years |
janne-libav |
mpeg12dec: do not add stereo3D side data to a non-existing frame
User …
|
|
|
@d2617193
|
11 years |
janne-libav |
configure: do not link libraries against program-specific dependencies …
|
|
|
@60e6cecf
|
11 years |
janne-libav |
configure: avserver does not need $ldl
Loadable plugins were removed …
|
|
|
@8a22503
|
11 years |
janne-libav |
jv: detect partial packets in the demuxer
Fixes fate-jv under …
|
|
|