|
|
|
@e870a7dd
|
12 years |
onemda |
lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONE
…
|
|
|
@f4aaf987
|
12 years |
michaelni |
frame_thread_encoder: fix handling of case where the encoder does not …
|
|
|
@17e67c53
|
12 years |
onemda |
fate: add smjpegenc test
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@a8b31301
|
12 years |
Clément Bœsch |
lavf/srtdec: recognize subtitles starting at event index 0.
|
|
|
@c673ef12
|
12 years |
Carl Eugen Hoyos |
Write tiff tag YCbCrPositioning if chroma_sample_location is top-left.
|
|
|
@b015cd7e
|
12 years |
michaelni |
fate: try to fix mxpeg failures
Signed-off-by: Michael Niedermayer …
|
|
|
@cc5bcaa4
|
12 years |
onemda |
pnm: cosmetics: reindent
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@ae5ecb8e
|
12 years |
onemda |
pnm: remove duplicated check for maxval > 255
Signed-off-by: Paul B …
|
|
|
@e82afa3e
|
12 years |
michaelni |
filmstripenc: fix rounding that caused fate failure
Signed-off-by: …
|
|
|
@a147c1b2
|
12 years |
michaelni |
oggenc: remove unneeded null check.
The code would have segfaulted …
|
|
|
@1ba0d9b5
|
12 years |
michaelni |
oss: warn when non block mode cannot be enabled.
Fixes CID732183 …
|
|
|
@a0348d09
|
12 years |
onemda |
pnm: remove nonsense code
If maxval is more than 255 than each value …
|
|
|
@bf8f4db4
|
12 years |
onemda |
fate: add MxPEG test
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@992a6a53
|
12 years |
onemda |
cdxl: add read_probe function
Signed-off-by: Paul B Mahol …
|
|
|
@6e625d41
|
12 years |
onemda |
fate: add some missing dependencies
Signed-off-by: Paul B Mahol …
|
|
|
@5eaeb423
|
12 years |
michaelni |
ivi_common: dc_transform is needed for intra
Fixes CID90582 CID90536 …
|
|
|
@712287ef
|
12 years |
michaelni |
ff_ac3_apply_rematrixing: set flags to NULL
This makes the code more …
|
|
|
@74a50e7
|
12 years |
stefasab |
lavu: drop disabled FF_API_OLD_TC_ADJUST_FRAMENUM code
|
|
|
@008ace35
|
12 years |
stefasab |
doc/libavcodec: apply misc minor typo fixes
|
|
|
@1ba2459f
|
12 years |
stefasab |
lavfi/scale: declare the filter private class
Allow to show the …
|
|
|
@1b3dbe3f
|
12 years |
onemda |
lcldec: fix decoding of uncompressed rgb24 sample
Sample from ticket …
|
|
|
@c4dd4f1
|
12 years |
onemda |
smush: improve probing
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@a15adabd
|
12 years |
michaelni |
aacsbr: fix integer overflow
Fixes CID603186
Signed-off-by: Michael …
|
|
|
@b5d496f3
|
12 years |
Carl Eugen Hoyos |
Support new transparency colour-spaces with libopenjpeg.
Reviewed-by: …
|
|
|
@b0428741
|
12 years |
onemda |
indeo3: move get_buffer() above decode_plane() calls
This ensure that …
|
|
|
@a04698c
|
12 years |
michaelni |
ffserver: zero dest_addr
Fixes CID733838
Signed-off-by: Michael …
|
|
|
@bbd7b46
|
12 years |
michaelni |
sab_diamond_search: add assert to double check the minima_count
…
|
|
|
@617d0d41
|
12 years |
stefasab |
doc: add libavcodec.texi
The option chapter is based on the …
|
|
|
@1fa47f8d
|
12 years |
nicolas.george |
cmdutils: allow to set the report file name.
The file name can be set …
|
|
|
@3bdf4971
|
12 years |
nicolas.george |
lavu/opt: implement av_opt_get_key_value().
This function does the …
|
|
|
@e021eeb
|
12 years |
nicolas.george |
lavu/opt: parse key into a mallocated buffer.
It removes the …
|
|
|
@4e6fa5be
|
12 years |
nicolas.george |
Revert "cmdutils: allow specifying the file for -report"
This reverts …
|
|
|
@50d3a1a9
|
12 years |
onemda |
vocenc: fix 10l regression
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@1c5b56ee
|
12 years |
onemda |
vocenc: abort if unsupported codec is used
Signed-off-by: Paul B …
|
|
|
@4a2599b0
|
12 years |
michaelni |
transform: give avfilter_transform() a return value for returning an …
|
|
|
@5f53138
|
12 years |
michaelni |
movenc: remove unneeded check
Fixes CID741417
Signed-off-by: Michael …
|
|
|
@c9e4554
|
12 years |
michaelni |
cook: fix use of uninitialized variable
Fixes CID741418 …
|
|
|
@d034847f
|
12 years |
stefasab |
lavfi/earwax: add missing NULL check in filter_samples()
|
|
|
@3af7919b
|
12 years |
stefasab |
add tools/fourcc2pixfmt to .gitignore
|
|
|
@aa48446c
|
12 years |
stefasab |
lavc/xfaceenc: prefer do{}while() over for(){} construct in …
|
|
|
@33d54af4
|
12 years |
michaelni |
fate: add filmstrip test
Signed-off-by: Michael Niedermayer …
|
|
|
@0ecef3a0
|
12 years |
michaelni |
amr_decode_fix_avctx should not return value
Signed-off-by: Michael …
|
|
|
@6450c05b
|
12 years |
stefasab |
lswr/swresample: adopt globally consistent rules for options help …
|
|
|
@0372ecfa
|
12 years |
stefasab |
lavc/options_table: force non-negative bitrate range
It does not make …
|
|
|
@930226cf
|
12 years |
michaelni |
crystalhd: fix missing braces warning
Signed-off-by: Michael …
|
|
|
@ab796ded
|
12 years |
michaelni |
avstring: fix compiler warning about freeing const pointers
…
|
|
|
@73180ecd
|
12 years |
nicolas.george |
doc/faq: make the -sameq question more explicit.
Wording suggested by …
|
|
|
@8cf6377a
|
12 years |
nicolas.george |
doc/faq: explain why -sameq is gone.
|
|
|
@94f22451
|
12 years |
onemda |
westwood_aud: remove stale comment
Signed-off-by: Paul B Mahol …
|
|
|
@2581d9b
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
doc: …
|
|
|
@37e81996
|
12 years |
michaelni |
Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'
* commit …
|
|
|
@1885ffb0
|
12 years |
michaelni |
Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'
* commit …
|
|
|
@b91fa5f
|
12 years |
stefasab |
lavu/opt: set sample format default value, and accept NULL value
Fix …
|
|
|
@1dad4867
|
12 years |
michaelni |
Merge commit '9ce02e14f01de50fcc6f7f459544b140be66d615'
* commit …
|
|
|
@1c755f76
|
12 years |
stefasab |
lavc/options_table: make "request_sample_fmt" an …
|
|
|
@ca11f6b2
|
12 years |
stefasab |
lavu/opt: prefer if(){}else{} over if()else{} construct
Improve …
|
|
|
@481fdeee
|
12 years |
stefasab |
lavu/opt: add AV_OPT_SAMPLE_FMT option
|
|
|
@7be09a91
|
12 years |
stefasab |
lswr/swresample.h: use consistent inclusion guard header name
|
|
|
@a6224267
|
12 years |
stefasab |
ffmpeg: complain loudly and exit in case removed -sameq option is …
|
|
|
@c9eaa98a
|
12 years |
stefasab |
doc/ffmpeg: remove -debug option description
The option belongs to …
|
|
|
@b7280cff
|
12 years |
michaelni |
asfdec: check stream_index for validity
Signed-off-by: Michael …
|
|
|
@e5927910
|
12 years |
michaelni |
asfdec: flip the interpretation of the header aspect back
This …
|
|
|
@343c73e2
|
12 years |
michaelni |
asfdec: parse aspect ratio payload extension
Signed-off-by: Michael …
|
|
|
@8c93269e
|
12 years |
michaelni |
asfdec: correctly parse payload extensions
Signed-off-by: Michael …
|
|
|
@2d8c76eb
|
12 years |
michaelni |
asfdec: parse payload extension list
Signed-off-by: Michael …
|
|
|
@ac2a3a7
|
12 years |
michaelni |
vf_tinterlace: check av_image_get_linesize() return value
Fixes …
|
|
|
@03764f67
|
12 years |
michaelni |
af_earwax: remove unused pointer value
Fixes CID703849
Signed-off-by: …
|
|
|
@d3dfe99
|
12 years |
michaelni |
libgsmdec: fix decoding of non 8khz gsm files
Signed-off-by: Michael …
|
|
|
@6e6033b7
|
12 years |
michaelni |
gsmdec: fix decoding of non 8khz gsm files
Signed-off-by: Michael …
|
|
|
@20ac916e
|
12 years |
onemda |
indeo3: release buffer before calling decode_plane
|
|
|
@b02116cc
|
12 years |
onemda |
Revert "Partly revert f174fba: indeo3 decoder does not support direct …
|
|
|
@4ad6ef00
|
12 years |
michaelni |
libvo-amrwbenc: allow sampling rates other than 16khz
Signed-off-by: …
|
|
|
@b30f4510
|
12 years |
michaelni |
libopencore-amr: allow sampling rates other than 8khz
Signed-off-by: …
|
|
|
@0aaf0a07
|
12 years |
michaelni |
libopencore-amrdec: allow sampling rates other than 8khz
…
|
|
|
@2c1e9383
|
12 years |
michaelni |
amrwbdec: allow sample rates other than 16khz
Signed-off-by: Michael …
|
|
|
@d8aaec3
|
12 years |
michaelni |
amrnbdec: allow sample rates other than 8khz
Signed-off-by: Michael …
|
|
|
@f58f600c
|
12 years |
onemda |
lclenc: make compression level user selectable
Signed-off-by: Paul B …
|
|
|
@25b7aa98
|
12 years |
michaelni |
Fix bit_rate in MPEG1/2 Video
In ISO/IEC 13818-2, bit rate is …
|
|
|
@77d89a5b
|
12 years |
onemda |
apedec: consume packet after it has been fully decoded
Timestamp …
|
|
|
@b3fab1f2
|
12 years |
anton |
doc: add apidoc target for doxygen API documentation
Documentation …
|
|
|
@9221efef
|
12 years |
anton |
lavf: fix av_interleaved_write_frame() doxy.
A sentence was …
|
|
|
@34871be
|
12 years |
anton |
matroskadec: do not use avpacket internals
|
|
|
@717a4509
|
12 years |
anton |
lavf: clarify the lifetime of demuxed packets.
|
|
|
@c8977f6d
|
12 years |
anton |
avconv: do not free muxed packet on streamcopy.
The packet belongs to …
|
|
|
@b4dc6dcc
|
12 years |
anton |
crc: move doxy to the header
|
|
|
@b68aac7e
|
12 years |
anton |
vf_drawtext: do not use deprecated av_tree_node_size
|
|
|
@c39fb308
|
12 years |
onemda |
smjpegdec: set nb_frames for video stream
Signed-off-by: Paul B Mahol …
|
|
|
@0a7a94f2
|
12 years |
diego |
x86: Refactor PSWAPD fallback implementations and port to cpuflags
|
|
|
@9a07c133
|
12 years |
diego |
parser: Move Doxygen documentation to the header files
|
|
|
@85f67c48
|
12 years |
diego |
PGS subtitles: Expose forced flag
Useful for detection of subtitles …
|
|
|
@26f01bd1
|
12 years |
diego |
x86: PMINUB: port to cpuflags
|
|
|
@9ce02e14
|
12 years |
diego |
x86: ac3dsp: port to cpuflags
|
|
|
@61bc2bc7
|
12 years |
diego |
x86util: Add cpuflags_mmxext alias for cpuflags_mmx2
"mmxext" is a …
|
|
|
@805b5700
|
12 years |
nicolas.george |
lavc/pngdec: decode textual data (tEXt and zTXt).
Requested in trac …
|
|
|
@483c1aa5
|
12 years |
nicolas.george |
lavu/bprint: add av_bprint_get_buffer().
It is useful to use bprint …
|
|
|
@8551c6be
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
dv1394: …
|
|
|
@012f73e2
|
12 years |
diego |
x86inc: Only define program_name if the macro is unset
This allows …
|
|
|
@67883502
|
12 years |
michaelni |
Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'
* commit …
|
|
|
@00aa7fa7
|
12 years |
michaelni |
pcm: fix handling of more than 8 channels for planar
Signed-off-by: …
|
|
|
@db9f426c
|
12 years |
michaelni |
Merge commit '8ac0f6767bf63d3e6b308ee6648ff02598b81e03'
* commit …
|
|
|