|
|
|
@c4f3b55f
|
11 years |
michaelni |
Merge commit '06e7301a2efa8dededecbe6836ee5b59bf7e5e76'
* commit …
|
|
|
@f5b27b6d
|
11 years |
stefasab |
ffprobe: print stream channel_layout when available
Fix trac ticket #3006.
|
|
|
@b5f219c9
|
11 years |
Carl Eugen Hoyos |
Print pix_fmt name on h264 context reinitialisation.
|
|
|
@64327aab
|
11 years |
michaelni |
ffmpeg: add support to force specific AVCodecs
previously only …
|
|
|
@5082fcc0
|
11 years |
michaelni |
avformat: add support to force specific AVCodecs
previously only …
|
|
|
@f4aec348
|
11 years |
michaelni |
avformat/utils: pass AVFormatContext to find_decoder()
Signed-off-by: …
|
|
|
@af6e232c
|
11 years |
Reimar.Doeffinger |
VC1 VDPAU: Mark missing reference frames as such.
Currently the code …
|
|
|
@ebb8dd43
|
11 years |
michaelni |
mov: fix trun / pseudo_stream_id handling
This fixes simple …
|
|
|
@95666b22
|
11 years |
michaelni |
avcodec/imgconvert/get_color_type: fix type for PAL8
Fixes Ticket3008 …
|
|
|
@2490996f
|
11 years |
onemda |
avcodec: use designated initializers for bitstream filters
…
|
|
|
@06e7301a
|
11 years |
anton |
vf_interlace: do not process an already interlaced frame
…
|
|
|
@5e253fdf
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rtmp: …
|
|
|
@c28bca2b
|
11 years |
michaelni |
Merge commit 'ad0560fe7491a85c3e71d5a3d6a0443f10b33ab1'
* commit …
|
|
|
@8aa6ffd8
|
11 years |
michaelni |
Merge commit 'cc41167aede4c101ad17eeffa8f39bb6c23d3dad'
* commit …
|
|
|
@3841e451
|
11 years |
onemda |
avfilter/avf_showspectrum: use the name 's' for the pointer to the …
|
|
|
@848a1e67
|
11 years |
onemda |
avfilter/af_afade: use the name 's' for the pointer to the private …
|
|
|
@0425fd7e
|
11 years |
michaelni |
ffmpeg: dont return reserved values
Found-by: Daemon404 …
|
|
|
@e31a239f
|
11 years |
onemda |
avfilter/vf_removelogo: use the name 's' for the pointer to the …
|
|
|
@7d0ce1e5
|
11 years |
onemda |
avfilter/af_silencedetect: use the name 's' for the pointer to the …
|
|
|
@d49f3fa5
|
11 years |
michaelni |
atrac3: Generalize gain compensation code
Move it to the ATRAC common …
|
|
|
@4fa24840
|
11 years |
michaelni |
atrac3/decode_gain_control: cosmetics
Signed-off-by: Michael …
|
|
|
@4978be2b
|
11 years |
michaelni |
atrac3: rename num_gain_data to num_points
Signed-off-by: Michael …
|
|
|
@dc80e250
|
11 years |
michaelni |
atrac3: Rename GainInfo to AtracGainInfo
Signed-off-by: Michael …
|
|
|
@746cb9bc
|
11 years |
michaelni |
atrac: limit line length to 80 chars
Signed-off-by: Michael …
|
|
|
@3d80ab01
|
11 years |
michaelni |
atrac: Move doxygen comments to the header
Signed-off-by: Michael …
|
|
|
@cc2330fe
|
11 years |
michaelni |
atrac: Update copyright info and file description.
Signed-off-by: …
|
|
|
@85224156
|
11 years |
michaelni |
atrac: Add missing av_cold.
Signed-off-by: Michael Niedermayer …
|
|
|
@286beebd
|
11 years |
michaelni |
avcodec/wmalosslessdec: check block_align
Code copied from wmaprodec
…
|
|
|
@ad8fbddb
|
11 years |
michaelni |
Revert "Merge commit '61c31e4ee7ea79a9e74c0476b81244febf17e6d7'" …
|
|
|
@edadda96
|
11 years |
onemda |
avfilter/vf_histogram: change order of histograms for planar rgb
…
|
|
|
@cac9af68
|
11 years |
onemda |
avfilter/vf_histogram: add support for subsampled planar yuv modes in …
|
|
|
@31a8461
|
11 years |
onemda |
avfilter/vf_histogram: improve waveform speed
Signed-off-by: Marton …
|
|
|
@795eaf8d
|
11 years |
michaelni |
avcodec/fraps: increase vlc nb_bits
This should fix decoding the file …
|
|
|
@d3a03d9
|
11 years |
michaelni |
configure: fix logic for threads in case of OpenCL is enabled. Fixes …
|