|
|
|
@c1ae524
|
13 years |
Clément Bœsch |
avfilter: fix AVFilterPad video only comment.
|
|
|
@1b84e062
|
13 years |
michaelni |
lavfi-showfiltfmts.c: fix handling of null names
Signed-off-by: …
|
|
|
@61c2cec9
|
13 years |
michaelni |
pthreads: fix segfault due to the thread beimg killed before it has …
|
|
|
@cb8db642
|
13 years |
michaelni |
aacdec: Fix Sound fragments after seeking
Fixes Ticket420
…
|
|
|
@8f37c8f0
|
13 years |
michaelni |
opt_pix_fmts: try to fix segfault on open solaris
Signed-off-by: …
|
|
|
@28338bc2
|
13 years |
stefasab |
lavfi: add libass based subtitles renderer
|
|
|
@31a1342e
|
13 years |
michaelni |
swscale: remove duplicate code from yesterdays merge.
Signed-off-by: …
|
|
|
@022f8d27
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@a11eeb92
|
13 years |
stefasab |
configure: sort entries
|
|
|
@fc75e6f
|
13 years |
michaelni |
vc1dec: fix scantable for advanced P frames
Fixes: vc1 file from …
|
|
|
@a3b3562b
|
13 years |
michaelni |
vc1dec: fix 10l typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@9e794d10
|
13 years |
michaelni |
vc1dec: drop damaged B frames
Fixes: vc1_error_spilt.avi of Ticket606
…
|
|
|
@7d52f46d
|
13 years |
michaelni |
vc1dec: fix used ER flags in vc1_decode_b_blocks()
Signed-off-by: …
|
|
|
@f32dfad9
|
13 years |
martin |
swscale: Readd #define _SVID_SOURCE
This was removed erroneously in …
|
|
|
@1afe49b0
|
13 years |
michaelni |
indeo3: out of array read checks for decode_plane()
Fixes: …
|
|
|
@e9e642cb
|
13 years |
michaelni |
indeo3: Check remaining bits in parse_bintree()
Signed-off-by: …
|
|
|
@a7cfef2
|
13 years |
michaelni |
H264: Check if more RBSP data in PPS provided by current profile due …
|
|
|
@019dd236
|
13 years |
mans |
Fix av_get_channel_layout_string() for positions >31
A value shifted …
|
|
|
@e1d48786
|
13 years |
michaelni |
ffmpeg: Warn if output file is empty
Signed-off-by: Michael …
|
|
|
@be1e8725
|
13 years |
martin |
configure: Store vda lib flags in extralibs instead of ldflags
This …
|
|
|
@12d27653
|
13 years |
michaelni |
RELEASE: We're now at 0.8.7.git
Signed-off-by: Michael Niedermayer …
|
|
|
@cc276c85
|
13 years |
mans |
Make channel layout masks unsigned
It makes more sense for a bit mask …
|
|
|
@00a856e3
|
13 years |
mans |
dca: ARMv6 optimised decode_blockcode()
This is a hand-tuned version …
|
|
|
@65f24858
|
13 years |
stefasab |
ffprobe: always print int values with print_val()
In particular, make …
|
|
|
@035af998
|
13 years |
lu_zero |
nullenc: drop AVFMT_RAWPICTURE from the flags
This makes the two pass …
|
|
|
@117e2a30
|
13 years |
janne-libav |
frame-mt: return consumed packet size in ff_thread_decode_frame
This …
|
|
|
@d14d4d98
|
13 years |
janne-libav |
aacdec: add more fate tests covering SBR and PS
Add all seven test …
|
|
|
@6d16a96a
|
13 years |
michaelni |
vf_boxblur: fix memleak
As the filter uses the default start frame, …
|
|
|
@92afb43
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
snow: …
|
|
|
@6b34fbba
|
13 years |
mans |
MK(BE)TAG: avoid undefined shifts
Casting the left-most byte to …
|
|
|
@3880b454
|
13 years |
Carl Eugen Hoyos |
Do not claim that every unknown rm stream is a video stream.
Also …
|
|
|
@e421b79d
|
13 years |
michaelni |
indeo3: fix null pointer dereference in vulnerable.mov
Signed-off-by: …
|
|
|
@eb511ef
|
13 years |
michaelni |
yuv pixel formats support in openjpeg decoder + 10bit support
…
|
|
|
@0a4f0211
|
13 years |
Carl Eugen Hoyos |
Add option -n to exit if output file exists.
|
|
|
@7f1b4270
|
13 years |
lu_zero |
snow: split snow in snowdec and snowenc
The common non inlined code …
|
|
|
@8b7412fe
|
13 years |
anton |
tiffenc: deprecate using compression_level
|
|
|
@f7f18352
|
13 years |
rsbultje |
swscale: fix failing fate tests.
isGray() is left as a FIXME for later.
|
|
|
@185655c6
|
13 years |
rsbultje |
swscale: add support for planar RGB input.
|
|
|
@db431f7e
|
13 years |
rsbultje |
h264: add support for decoding planar RGB images.
|
|
|
@6b0768e2
|
13 years |
rsbultje |
Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].
|
|
|
@bd97b2e1
|
13 years |
rsbultje |
pixfmt: add planar RGB formats.
|
|
|
@0232f788
|
13 years |
Clément Bœsch |
swr: fix invalid sample format message.
If the sample format is …
|
|
|
@58205edc
|
13 years |
Clément Bœsch |
swr: use native planar sample formats.
|
|
|
@573ffbb3
|
13 years |
Clément Bœsch |
lavu: add av_get_alt_sample_fmt().
|
|
|
@afb0470a
|
13 years |
Clément Bœsch |
swr: fix test program.
The number of used channels need to be reset …
|
|
|
@2bf0982
|
13 years |
michaelni |
loco: Fix error handling.
Fixes null pointer dereference / …
|
|
|
@58030fc6
|
13 years |
michaelni |
avio: Fix handling of filenames that contain :
Signed-off-by: Michael …
|
|
|
@32ed7da
|
13 years |
michaelni |
Fix adts format creation in aac+ encoder modified: …
|
|
|
@957867ab
|
13 years |
michaelni |
ffmpeg: rewrite vsync / notimestamps handling
The qatar implementation …
|
|
|
@8e576d58
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@bbb46f3e
|
13 years |
justin.ruggles |
libavutil: add utility functions to simplify allocation of audio …
|
|
|
@8889cc4f
|
13 years |
justin.ruggles |
libavutil: add planar sample formats and av_sample_fmt_is_planar()
|
|
|
@7ffa9ea0
|
13 years |
michaelni |
doc: rewrite FATE documentation to be self-contained
Signed-off-by: …
|
|
|
@e77b4b4a
|
13 years |
michaelni |
tests: add a FATE configuration template
Signed-off-by: Michael …
|
|
|
@aa38cff2
|
13 years |
janne-libav |
avconv: fix segfault at EOF with delayed pictures
At EOF it makes no …
|
|
|
@656911d8
|
13 years |
michaelni |
vsrc_mandelbrot: Fix vsrc_mandelbrot.c:358:85: warning: ‘epsilon’ may …
|
|
|
@b329fc34
|
13 years |
michaelni |
ffmpeg: fix indention
Signed-off-by: Michael Niedermayer …
|
|
|
@fec20259
|
13 years |
michaelni |
ffmpeg: Fix ffmpeg.c:1874:21: warning: unused variable ‘of’ …
|
|
|
@183e832c
|
13 years |
michaelni |
githowto: git is generally available as package in most distros.
…
|
|
|
@c1848c4b
|
13 years |
justin.ruggles |
pcmdec: remove unneeded resetting of samples pointer
|
|
|
@06d4e2fa
|
13 years |
anton |
avconv: remove a now unused parameter from output_packet().
|
|
|
@8b0268a8
|
13 years |
anton |
avconv: formatting fixes in output_packet()
|
|
|
@ffa0674e
|
13 years |
anton |
avconv: declare some variables in blocks where they are used
|
|
|
@af8ad892
|
13 years |
anton |
avconv: use the same behavior when decoding audio/video/subs
I.e. if …
|
|
|
@3eedd29b
|
13 years |
anton |
bethsoftvideo: return proper consumed size for palette packets.
Also …
|
|
|
@5872c781
|
13 years |
anton |
cdg: skip packets that don't contain a cdg command.
Signed-off-by: …
|
|
|
@98d1e9f9
|
13 years |
michaelni |
lavf: give more weight to the extension during probing if there is a …
|
|
|
@6a3a54f5
|
13 years |
michaelni |
lavf: minor cleanup of av_probe_input_format3()
Signed-off-by: …
|
|
|
@0844b57c
|
13 years |
anton |
crcenc: add flags
AVFMT_NOTIMESTAMPS for crc, as it ignores the …
|
|
|
@e1edfbcb
|
13 years |
anton |
avconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats.
Prevent avconv …
|
|
|
@a94c769d
|
13 years |
anton |
tiffenc: add a private option for selecting compression algorithm
|
|
|
@50efd3ca
|
13 years |
anton |
md5enc: add flags
AVFMT_NOTIMESTAMPS for md5, as it ignores the …
|
|
|
@3a0b72de
|
13 years |
mans |
ARM: remove needless .text/.align directives
The 'function' macro …
|
|
|
@248bb81e
|
13 years |
michaelni |
avfilter: Error out from avfilter_merge_formats() when there are …
|
|
|
@4d874fc2
|
13 years |
michaelni |
vf_mp: rewrite vf_mp filter warning message
Warning text by: Clément …
|
|
|
@8cda755c
|
13 years |
michaelni |
avfilter: dont write out of array for duplicate formats in …
|
|
|
@0b9a69f2
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (22 …
|
|
|
@a8e6d4d4
|
13 years |
michaelni |
patcheck: spelling and grammar nits
Signed-off-by: Michael …
|
|
|
@963f6855
|
13 years |
alex.converse |
aacdec: Fix PS in ADTS.
Fixes File1.aac and Bug 80.
|
|
|
@105ab61c
|
13 years |
alex.converse |
avconv: Consistently use PIX_FMT_NONE.
Use PIX_FMT_NONE instead of -1 …
|
|
|
@530a540c
|
13 years |
Clément Bœsch |
doc: add a -map_channel example for splitting channels into streams.
|
|
|
@0e8fdd4
|
13 years |
justin.ruggles |
dsputil: use cpuflags in x86 emu_edge_core
avoids passing around the …
|
|
|
@395f2e7
|
13 years |
justin.ruggles |
dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()
This …
|
|
|
@b429440d
|
13 years |
michaelni |
Merge remote-tracking branch 'shariman/wmall'
* shariman/wmall:
…
|
|
|
@6161c418
|
13 years |
michaelni |
avio: Support private options in URLProtocols
Signed-off-by: Michael …
|
|
|
@05d1e45d
|
13 years |
justin.ruggles |
wma: initialize prev_block_len_bits, next_block_len_bits, and …
|
|
|
@c12e1bd1
|
13 years |
michaelni |
avio: allow any chars in protocols
Signed-off-by: Michael Niedermayer …
|
|
|
@2bb1c713
|
13 years |
michaelni |
http: add user_agent option.
Signed-off-by: Michael Niedermayer …
|
|
|
@9f8c190b
|
13 years |
alex.converse |
mov: Remove some redundant and obsolete comments.
|
|
|
@85770d6e
|
13 years |
mans |
Add libavutil/mathematics.h #includes for INFINITY
This fixes build …
|
|
|
@e361b508
|
13 years |
lu_zero |
doxy: structure libavformat groups
|
|
|
@e97e5a2e
|
13 years |
lu_zero |
doxy: introduce an empty structure in libavcodec
|
|
|
@757cd8d8
|
13 years |
lu_zero |
doxy: provide a start page and document libavutil
Introduce a basic …
|
|
|
@384bdace
|
13 years |
lu_zero |
doxy: cleanup pixfmt.h
Remove the dubious warning about the header …
|
|
|
@78317881
|
13 years |
michaelni |
graphparser: Fix doxy on avfilter_graph_parse() return value.
…
|
|
|
@3fe5fc93
|
13 years |
mans |
regtest: split video encode/decode tests into individual targets
…
|
|
|
@8ee2b467
|
13 years |
mans |
ARM: add explicit .arch and .fpu directives to asm.S
This prevents …
|
|
|
@0945edde
|
13 years |
janne-libav |
pthread: do not touch has_b_frames
Adding the thread count in frame …
|
|
|
@7876f14f
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@2a0e1801
|
13 years |
michaelni |
Document a critical gotcha in FATE
FATE samples paths can not be …
|
|
|