Michael Niedermayer
|
c7b9eab2be
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Michael Niedermayer
|
4a6d790a6f
nutenc: use av_assert
|
12 years ago |
Michael Niedermayer
|
53eaca5d6b
mpegtsenc: use av_assert
|
12 years ago |
Samuel Pitoiset
|
8517e9c476
rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time
|
12 years ago |
Samuel Pitoiset
|
9477c035a7
rtmp: Set the client buffer time to 3s instead of 0.26s
|
12 years ago |
Samuel Pitoiset
|
c2d38beab2
rtmp: Handle server bandwidth packets
|
12 years ago |
Samuel Pitoiset
|
9ff930aace
rtmp: Display a verbose message when an unknown packet type is received
|
12 years ago |
Anton Khirnov
|
9cdf74f904
lavfi/audio: use av_samples_copy() instead of custom code.
|
12 years ago |
Anton Khirnov
|
ce03b0881a
configure: add all filters hardcoded into avconv to avconv_deps
|
12 years ago |
Anton Khirnov
|
24b2f4ed21
avfiltergraph: remove a redundant call to avfilter_get_by_name().
|
12 years ago |
Anton Khirnov
|
2f296e39a1
lavfi: allow building without swscale.
|
12 years ago |
Michael Niedermayer
|
5f8f6243ef
swr: fix 10l use of uninitialized data
|
12 years ago |
Diego Biurrun
|
a488028362
build: Do not delete tests/vsynth2 directory, which is no longer created.
|
12 years ago |
James Zern
|
b9e5c5f178
doc/encoders: update libvpxenc mappings
|
12 years ago |
Michael Niedermayer
|
dded4cb20b
lavc: fix support of unofficial pix_fmt extensions of jpeg
|
12 years ago |
Anton Khirnov
|
9baeff9506
lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs
|
12 years ago |
Anton Khirnov
|
9d0bfc5052
lavfi: make AVFilterPad opaque after two major bumps.
|
12 years ago |
Anton Khirnov
|
84b9fbe055
lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().
|
12 years ago |
Anton Khirnov
|
6d58358a3a
lavfi: make avfilter_get_video_buffer() private on next bump.
|
12 years ago |
Sean McGovern
|
8772997d10
jack: update to new latency range API as the old one has been deprecated
|
12 years ago |
Stefano Sabatini
|
465a72b4b4
lavfi: move definition of avfilter_copy_buf_props() from buffer.c to avcodec.c
|
12 years ago |
Stefano Sabatini
|
134815a030
lavfi: change name of tracing functions and of the macro which enables them
|
12 years ago |
Martin Storsjö
|
0533868642
rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r
|
12 years ago |
Paul B Mahol
|
c1d62489e1
libvorbis: split encoder from decoder
|
12 years ago |
Diego Biurrun
|
af10feadc2
ppc: Rename H.264 optimization template file for consistency.
|
12 years ago |
Michael Niedermayer
|
2942431a0f
arm/intmath: disable av_clip_uintp2_arm with config_small
|
12 years ago |
Paul B Mahol
|
f06269dda5
cosmetics: align more codecs declarations
|
12 years ago |
Anton Khirnov
|
d625136877
lavfi: add channelsplit audio filter.
|
12 years ago |
Justin Ruggles
|
4795362660
golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls()
|
12 years ago |
Ronald S. Bultje
|
404410a53a
sws: fix planar RGB input conversions for 9/10/16 bpp.
|
13 years ago |
Alex Converse
|
65a80ee1ec
avfilter: Log an error if avfilter fails to configure a link.
|
12 years ago |
Anton Khirnov
|
47b812e9ce
avconv: support only native pthreads.
|
12 years ago |
Samuel Pitoiset
|
0a9a225733
rtmp: Fix a possible access to invalid memory location when the playpath is too short.
|
12 years ago |
Paul B Mahol
|
a7fbc5d004
libvorbis: cosmetics: remove empty line at EOF
|
12 years ago |
Michael Niedermayer
|
dc1c79be1b
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Michael Niedermayer
|
2a622c2369
lavf: add a "warning" when discarding a oddly backward subtitle or data starttime
|
12 years ago |
Michael Niedermayer
|
47695b1d65
lavf: handle data like subtitles in start time calculation.
|
12 years ago |
Michael Niedermayer
|
728f86edfc
swr: mix_2_1_int16_mmx/sse
|
12 years ago |
Michael Niedermayer
|
d504266cef
swr: mix_1_1_int16_sse
|
12 years ago |
Michael Niedermayer
|
cbeeaf2593
swr: mix_1_1 int16 MMX
|
12 years ago |
Michael Niedermayer
|
52afa43691
swr: mix_2_1_float SSE/AVX
|
12 years ago |
Michael Niedermayer
|
beb0cd6acf
swr: SIMD rematrixing and SSE/AVX mix_1_1 float
|
12 years ago |
Michael Niedermayer
|
48a45f819f
swr: add native matrix for SIMD
|
12 years ago |
Michael Niedermayer
|
9abbbf7530
swr: add function pointers for SIMD rematrixing
|
12 years ago |
Michael Niedermayer
|
634d539c12
swresample.c: update copyleft year
|
12 years ago |
Michael Niedermayer
|
c8553bea9e
swr: use &~15
|
12 years ago |
Michael Niedermayer
|
4289b6690d
swr: replace /16 by >>4
|
12 years ago |
Stefano Sabatini
|
359abb18cf
lavu/error: add av_make_error_string() and av_err2str() convenience utilities
|
12 years ago |
Stefano Sabatini
|
5683de00e9
lavu/error: fix sign error in av_sterror() error code
|
12 years ago |
Stefano Sabatini
|
4299fd23d3
lavu/error: use a table to store error codes and strings, add test
|
13 years ago |