|
|
|
@fba89461
|
10 years |
michaelni |
swscale: support internal scaler cascades
Fixes Ticket3170
…
|
|
|
@b8a55994
|
10 years |
michaelni |
avcodec/mpeg12dec: print aspect_ratio_info in debug output
…
|
|
|
@ae17a0c2
|
10 years |
michaelni |
Merge commit '1d4579e38ecad578c86516fad2837a273d11b320'
* commit …
|
|
|
@937aac4f
|
10 years |
u |
avformat/assenc: make sure we crawl extradata only if it's non-null
|
|
|
@d2463971
|
10 years |
michaelni |
Merge commit 'cd9d6399fd00f5aeacaa90cdc0b74c3570024119'
* commit …
|
|
|
@76d1ffff
|
10 years |
michaelni |
Merge commit '3df8d52fcdc9036b4074fdc612d487ece8bb5b7f'
* commit …
|
|
|
@7028475f
|
10 years |
michaelni |
Merge commit 'c839b0439f0b01c72a6d253920d2e342b30f8bcb'
* commit …
|
|
|
@c9791925
|
10 years |
michaelni |
Merge commit '8b2e9636c57b22582143467a8a06b509b47b92f9'
* commit …
|
|
|
@544f8114
|
10 years |
michaelni |
Merge commit 'c27328e749ff3be648411765cd17362fee017341'
* commit …
|
|
|
@cec7afd
|
10 years |
michaelni |
Merge commit '09e1ccc8cddc946da5e10841f10dc5ebdd187d9d'
* commit …
|
|
|
@fc6aa304
|
10 years |
michaelni |
Merge commit 'eb4f9069002e73648f6640cd054fc814cfda75b8'
* commit …
|
|
|
@cb530dda
|
10 years |
michaelni |
utvideoenc: properly set slice height/last line
Mimic decoder and …
|
|
|
@171d971d
|
10 years |
michaelni |
avutil/softfloat: Fix undefined shift in av_add_sf()
Signed-off-by: …
|
|
|
@5e6fd13
|
10 years |
michaelni |
avformat/movenc: add EAC3 muxing support.
Support only one …
|
|
|
@5402d1bc
|
10 years |
James |
float_dsp-test: allow forcing cpuflags
Reviewed-by: Michael …
|
|
|
@ea77d3b8
|
10 years |
michaelni |
avcodec/atrac3: use av_freep(), do not leave stale pointers in memory
…
|
|
|
@3537ddb7
|
10 years |
michaelni |
avcodec/cavs: use av_freep(), do not leave stale pointers in memory
…
|
|
|
@1d4579e
|
10 years |
lu_zero |
tcp: Add AVOption support
|
|
|
@cd9d6399
|
10 years |
lu_zero |
tls: Support passing old-style tcp options
Make tcp and tls urls …
|
|
|
@3df8d52f
|
10 years |
lu_zero |
rtsp: Add rtsps to the probe
|
|
|
@c839b043
|
10 years |
lu_zero |
rtsp: Support tls when in listen mode
|
|
|
@8b2e9636
|
10 years |
lu_zero |
rtsp: Support tls-encapsulated RTSP
|
|
|
@c27328e
|
10 years |
lu_zero |
rtsp: Check for command strings without spaces
Prevent a NULL-pointer …
|
|
|
@09e1ccc8
|
10 years |
lu_zero |
sctp: Use AVERROR_BUG instead of abort()
Trying to write to a stream …
|
|
|
@eb4f9069
|
10 years |
lu_zero |
lavf: More informative error message
Print the timestamp values and …
|
|
|
@0d71bd5a
|
10 years |
michaelni |
libavcodec/ppc/hpeldsp_altivec.c : fix ff_put_pixels16_altivec() for …
|
|
|
@c1fa5d1b
|
10 years |
michaelni |
libavcodec/ppc/me_cmp.c : fix sad16_altivec() sse16_altivec() …
|
|
|
@162b5211
|
10 years |
Reynaldo H. Verdejo Pinochet |
vp9: enable multi-thread decoding when refreshctx is equal to 0
In …
|
|
|
@c5ca76ad
|
10 years |
michaelni |
libavcodec/ppc/mpegvideoencdsp.c : fix pix_norm1_altivec() and …
|
|
|
@31dea051
|
10 years |
michaelni |
libavcodec/ppc/pixblockdsp.c : fix get_pixels_altivec() and …
|
|
|
@54df78af
|
10 years |
michaelni |
Merge commit 'b7c3bfd5eb3153f7de8039f96e7911b2a1d46cae'
* commit …
|
|
|
@09c538b6
|
10 years |
michaelni |
Merge commit '73ea3ffcd55b0b1d23ba4769d65996a8d58ffa11'
* commit …
|
|
|
@b7c3bfd5
|
10 years |
martin |
w32pthreads: use the condition variable API directly when targeting …
|
|
|
@73ea3ffc
|
10 years |
martin |
w32pthreads: use the CONDITION_VARIABLE typedef if available
This …
|
|
|
@19b4c0cc
|
10 years |
michaelni |
ffprobe: Simplify by using av_color_range_name()
Idea from: …
|
|
|
@e96fb980
|
10 years |
michaelni |
avformat/format: move mime_type_opt declaration to where its used
…
|
|
|
@27123a77
|
10 years |
michaelni |
avformat/os_support: include unistd.h before defining lseek to lseek64 …
|
|
|
@9665a0fd
|
10 years |
michaelni |
avutil/error: Add AVERROR_INPUT_CHANGED & AVERROR_OUTPUT_CHANGED to …
|
|
|
@233f3ad8
|
10 years |
michaelni |
lavf/webm_dash: Allow filenames without directories
Fix basename …
|
|
|
@ce928d7d
|
10 years |
Marton Balint |
ffplay: dont leave swresampler in half initialized state
On init …
|
|
|
@8c6992bf
|
10 years |
James |
compat/w32pthreads: use the condition variable API directly when …
|
|
|
@241b306b
|
10 years |
michaelni |
Fix writing first audio Cues in dash mode.
In dahsmode Matroska is …
|
|
|
@0c069493
|
10 years |
James |
compat/w32pthreads: use the CONDITION_VARIABLE typedef if available
…
|
|
|
@99afec08
|
10 years |
michaelni |
avutil/softfloat: add some asserts
Signed-off-by: Michael Niedermayer …
|
|
|
@44198a72
|
10 years |
michaelni |
avutil/softfloat: Fix dependence on signed overflow in …
|
|
|
@f3b54ee9
|
10 years |
michaelni |
avutil/Makefile: add softfloat to TESTPROGS
Signed-off-by: Michael …
|
|
|
@7cda31cb
|
10 years |
michaelni |
avformat/mov: E-AC-3 streams need parsing too.
syncframes in E-AC-3 …
|
|
|
@d5a6f112
|
10 years |
michaelni |
lavf: fix 2GB file seek limit on Android
Signed-off-by: Michael …
|
|
|
@7b973e73
|
10 years |
michaelni |
Merge commit '2bc220958c7570020d87ee353db65460b518998a'
* commit …
|
|
|
@d3834f29
|
10 years |
michaelni |
ismindex: handle discontinuous streams better
Reads the fragment …
|
|
|
@2bc2209
|
10 years |
martin |
ismindex: handle discontinuous streams better
Read the fragment …
|
|
|
@5d36e85
|
10 years |
michaelni |
avformat/mov: Fix 'warning: format specifies type unsigned short but …
|
|
|
@8cfb9ccf
|
10 years |
michaelni |
avcodec/utils: Fix "warning: pointer type mismatch in conditional …
|
|
|
@0578623
|
10 years |
michaelni |
avformat/dump: use format dump_separator if the codec one is not set
…
|
|
|
@f9a13174
|
10 years |
michaelni |
avcodec/utils: Add missing AV_PIX_FMT_YUVJ411P to color_range override …
|
|
|
@cf7b90de
|
10 years |
michaelni |
fix seperator typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@f6777ce6
|
10 years |
michaelni |
Merge commit '1a02e78653a5c7674e6c43b6e6f2748dbd2091d7'
* commit …
|
|
|
@5b134a05
|
10 years |
michaelni |
Merge commit 'eddf95283fbba1b469b76e7518bc3941f671b193'
* commit …
|
|
|
@3bc86462
|
10 years |
michaelni |
Merge commit '65875a8b3b079752da25a61ec188d2e3d90a569f'
* commit …
|
|
|
@349a32c4
|
10 years |
michaelni |
Merge commit '0d8a3656ba4c0ae8e4e0c91ff6b07d72a317f9f6'
* commit …
|
|
|
@6414c3ec
|
10 years |
michaelni |
Merge commit '586ea0379c207a942c1f2d61e0b3a63c458cc598'
* commit …
|
|
|
@923a2422
|
10 years |
michaelni |
Merge commit '91eef402037ae5a51d89ade6cb71cdd70b291c8b'
* commit …
|
|
|
@7652b176
|
10 years |
michaelni |
Merge commit '9d5fed6dc4cccb0689f694112f5026988bebc472'
* commit …
|
|
|
@04d8f616
|
10 years |
michaelni |
Merge commit '167e6f1489368a4693145da61cb022c113a285bc'
* commit …
|
|
|
@5f43a795
|
10 years |
michaelni |
Merge commit '9f3a70c44224ed92d91df65bb9470a2649e7d019'
* commit …
|
|
|
@af289604
|
10 years |
michaelni |
Merge commit '41e86146e7240f9d42e8cdb86a94bb3eb2bbe15f'
* commit …
|
|
|
@f0a6874d
|
10 years |
michaelni |
avformat: Allow choosing the dump format field separator.
The default …
|
|
|
@e051d09c
|
10 years |
michaelni |
avcodec: Allow choosing the dump format field separator.
The default …
|
|
|
@f22f873e
|
10 years |
michaelni |
Merge commit '20a5956b8daeee4cb59d6fa00ec809b02c04d7f8'
* commit …
|
|
|
@bb44f7d
|
10 years |
michaelni |
Merge commit '5a419b2dd1881889d436f55741fd3ff3f9f436c4'
* commit …
|
|
|
@7eb959bf
|
10 years |
michaelni |
Merge commit '04ccd584a70fad4ebb29ca340d704970ff313cbc'
* commit …
|
|
|
@1b6172d
|
10 years |
michaelni |
Merge commit 'c732c62cee43f651775af5547cff99d418248542'
* commit …
|
|
|
@dc5560ef
|
10 years |
michaelni |
Merge commit 'a2c00d22e71d13b72828147be86aa9e961c6cae6'
* commit …
|
|
|
@10dd6273
|
10 years |
michaelni |
Merge commit '147f2e91eece6b9021ff5b7f8a3b5ce053566659'
* commit …
|
|
|
@d5a3caef
|
10 years |
michaelni |
Merge commit '04d14c9b68b03e8dbc6e3003c1ee06892dd32576'
* commit …
|
|
|
@9da679e7
|
10 years |
michaelni |
Merge commit '7ae9791b641d1183910b6e7faca23f7ae08f8579'
* commit …
|
|
|
@911ba8fb
|
10 years |
michaelni |
Merge commit 'b15b06ebf582ae81e47d236524c9ad6e10c8a0a7'
* commit …
|
|
|
@be695ee3
|
10 years |
michaelni |
avformat/matroskadec: do not trust the default duration to be the real …
|
|
|
@1a02e786
|
10 years |
vittorio.giovara |
vc1: initialize color properties
|
|
|
@eddf9528
|
10 years |
vittorio.giovara |
vp9: initialize color space and range properties
|
|
|
@65875a8b
|
10 years |
vittorio.giovara |
vp8: initialize color space and range properties
|
|
|
@0d8a3656
|
10 years |
vittorio.giovara |
mov: support the Color Parameter Atoms 'colr'
|
|
|
@586ea037
|
10 years |
vittorio.giovara |
avcodec: fix colorspace option description
|
|
|
@91eef402
|
10 years |
vittorio.giovara |
avcodec: add enum values on chroma sample location
|
|
|
@9d5fed6d
|
10 years |
vittorio.giovara |
avcodec: fix descriptions on color transfer options
Signed-off-by: …
|
|
|
@167e6f14
|
10 years |
vittorio.giovara |
dump: Update streams and chapters printout format
This matches the …
|
|
|
@9f3a70c4
|
10 years |
vittorio.giovara |
dump: print the original coded dimensions when available
|
|
|
@41e86146
|
10 years |
vittorio.giovara |
dump: print detailed color space information
|
|
|
@20a5956
|
10 years |
vittorio.giovara |
dump: split audio and video probing on multiple lines
Also always …
|
|
|
@5a419b2d
|
10 years |
vittorio.giovara |
pixdesc: return color properties names
|
|
|
@04ccd584
|
10 years |
vittorio.giovara |
pixfmt: mark further reserved values
|
|
|
@c732c62c
|
10 years |
vittorio.giovara |
doc: expand description for some color properties
|
|
|
@a2c00d22
|
10 years |
vittorio.giovara |
avprobe: print color properties for show_streams
|
|
|
@147f2e91
|
10 years |
vittorio.giovara |
avcodec: make sure color_range is properly initialized
|
|
|
@04d14c9
|
10 years |
lu_zero |
vc1: Split the decoder in components
Speed up the overall compilation …
|
|
|
@7ae9791b
|
10 years |
vittorio.giovara |
avformat: bump version after mime_type change
|
|
|
@33db9954
|
10 years |
michaelni |
Changelog: add "ffprobe -show_pixel_formats option"
Signed-off-by: …
|
|
|
@1d4480d3
|
10 years |
michaelni |
tests/Makefile: Fix fate-ffprobe with --target-path
Signed-off-by: …
|
|
|
@b15b06e
|
10 years |
vittorio.giovara |
avformat: use const char* instead of uint8_t* for …
|
|
|
@f703c8cc
|
10 years |
michaelni |
avcodec/avpicture: use av_freep(), do not leave stale pointers in …
|
|
|