projects
/
libav.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
lavfi: port boxblur filter from libmpcodecs
2011-10-17
Stefano Sabatini
lavfi: port boxblur filter from libmpcodecs
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-17
Stefano Sabatini
lavfi: add negate filter
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-17
Stefano Sabatini
lavfi: add LUT (LookUp Table) generic filters
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-17
Anton Khirnov
AVOptions: don't segfault on NULL parameter in av_set_option...
commit
|
commitdiff
|
tree
2011-10-17
Anton Khirnov
mpegenc/mpegtsenc: add muxrate private options.
commit
|
commitdiff
|
tree
2011-10-17
Anton Khirnov
lavf: deprecate AVFormatContext.file_size
commit
|
commitdiff
|
tree
2011-10-17
Raivo Hool
mov: add support for TV metadata atoms tves, tvsn and...
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-14
Dustin Brody
lavc: add a flag-based error_recognition field to AVCodecCon...
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-14
Dustin Brody
lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE...
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-12
Jindrich Makovicka
log.h: make AVClass a named struct
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-12
Anton Khirnov
AVOptions: bump minor and add APIchanges entry.
commit
|
commitdiff
|
tree
2011-10-12
Anton Khirnov
cmdutils/avtools: simplify show_help() by using av_opt_child...
commit
|
commitdiff
|
tree
2011-10-12
Anton Khirnov
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
commit
|
commitdiff
|
tree
2011-10-12
Anton Khirnov
Remove all uses of deprecated AVOptions API.
commit
|
commitdiff
|
tree
2011-10-12
Anton Khirnov
AVOptions: add av_opt_next, deprecate av_next_option.
commit
|
commitdiff
|
tree
2011-10-12
Anton Khirnov
AVOptions: add functions for evaluating option strings.
commit
|
commitdiff
|
tree
2011-10-12
Anton Khirnov
AVOptions: split get_number().
commit
|
commitdiff
|
tree
2011-10-12
Anton Khirnov
AVOptions: add av_opt_get*, deprecate av_get*.
commit
|
commitdiff
|
tree
2011-10-12
Anton Khirnov
AVOptions: add av_opt_set*().
commit
|
commitdiff
|
tree
2011-10-12
Anton Khirnov
AVOptions: add new API for enumerating children.
commit
|
commitdiff
|
tree
2011-10-12
Anton Khirnov
libx264: support yuv422/444 output.
commit
|
commitdiff
|
tree
2011-10-12
Anton Khirnov
sws: support yuv444p9/10 output.
commit
|
commitdiff
|
tree
2011-10-11
Anton Khirnov
id3v2: fix NULL pointer dereference
commit
|
commitdiff
|
tree
2011-10-11
Raivo Hool
mov: read album_artist atom
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-11
Raivo Hool
mov: fix disc/track numbers and totals
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-10
Anton Khirnov
AVOptions: refactor set_number/write_number
commit
|
commitdiff
|
tree
2011-10-10
Anton Khirnov
AVOptions: cosmetics, rename static av_set_number2...
commit
|
commitdiff
|
tree
2011-10-10
Anton Khirnov
AVOptions: cosmetics, move and rename static av_set_number().
commit
|
commitdiff
|
tree
2011-10-10
Anton Khirnov
AVOptions: split av_set_string3 into opt type-specific...
commit
|
commitdiff
|
tree
2011-10-10
Mashiat Sarker Shakkhar
lavc: Micro version bump for VC1 interlaced decoding...
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-10
Mashiat Sarker Shakkhar
vc1dec: interlaced stream decoding support 3/3
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-10
Mashiat Sarker Shakkhar
vc1dec: interlaced stream decoding support 2/3
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-10
Mashiat Sarker Shakkhar
vc1dec: interlaced stream decoding support 1/3
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-09
Anton Khirnov
avconv: always print stats with AV_LOG_INFO
commit
|
commitdiff
|
tree
2011-10-09
Anton Khirnov
doc/avconv: add forgotten output/per-stream info to...
commit
|
commitdiff
|
tree
2011-10-09
Anton Khirnov
avconv: add -stats option to enable/disable printing...
commit
|
commitdiff
|
tree
2011-10-09
Anton Khirnov
avconv: in output_packet() don't set decoded_data_size...
commit
|
commitdiff
|
tree
2011-10-09
Anton Khirnov
avconv: remove pointless always true condition
commit
|
commitdiff
|
tree
2011-10-09
Anton Khirnov
avconv: factorize common code in transcode_init()
commit
|
commitdiff
|
tree
2011-10-07
Michael Niedermayer
H264: Only wait before triggering ff_thread_setup_complete...
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-06
Anton Khirnov
libx264: support 9- and 10-bit output.
commit
|
commitdiff
|
tree
2011-10-05
Anton Khirnov
lavc/lavf: use unique private classes.
commit
|
commitdiff
|
tree
2011-10-05
Anton Khirnov
lavc: use designated initializers for av_codec_context_class
commit
|
commitdiff
|
tree
2011-10-03
Anton Khirnov
id3v2: remove pointless casts
commit
|
commitdiff
|
tree
2011-10-03
Anton Khirnov
id3v2: read TXXX frames with two calls to decode_str...
commit
|
commitdiff
|
tree
2011-10-03
Anton Khirnov
id3v2: don't discard the whole tag when encountering...
commit
|
commitdiff
|
tree
2011-10-03
Anton Khirnov
libvpx: fix build with older libvpx versions.
commit
|
commitdiff
|
tree
2011-10-01
Anton Khirnov
lavc: add video/audio/encoding flags to global_quality...
commit
|
commitdiff
|
tree
2011-10-01
Luca Barbato
libvpxenc: use libvpx's own defaults for some parameters
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-10-01
Luca Barbato
vpxenc: add private options
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-30
Nathan Caldwell
avserver: Fix a bug where the socket is IPv4, but IPv6...
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-29
Stefano Sabatini
vf_unsharp: set default chroma size value to 5x5
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-29
Stefano Sabatini
vf_unsharp: fix out-of-buffer read
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-28
Stefano Sabatini
vf_unsharp: store hsub/vsub in the filter context
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-28
Stefano Sabatini
vf_unsharp: adopt a more natural order of params in...
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-28
Stefano Sabatini
vf_unsharp: rename method "unsharpen" to "apply_unsharp"
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-28
Michael Niedermayer
vf_scale: apply the same transform to the aspect during...
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-28
Stefano Sabatini
vf_pad: fix "vsub" variable value computation
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-28
Stefano Sabatini
vf_scale: add a "sar" variable
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-28
Stefano Sabatini
lavfi: fix realloc size computation in avfilter_add_format()
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-28
Stefano Sabatini
vsrc_color: use internal timebase
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-28
Stefano Sabatini
lavfi: fix signature for avfilter_graph_parse() and...
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-28
Stefano Sabatini
graphparser: prefer void * over AVClass * for log contexts
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-28
Stefano Sabatini
avfiltergraph: use meaningful error codes
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-27
Anton Khirnov
avconv: use different variables for decoded and filtered...
commit
|
commitdiff
|
tree
2011-09-27
Anton Khirnov
avconv: add support for copying attachments.
commit
|
commitdiff
|
tree
2011-09-27
Anton Khirnov
matroskaenc: write attachments.
commit
|
commitdiff
|
tree
2011-09-27
Anton Khirnov
matroskadec: export mimetype of attachments as metadata.
commit
|
commitdiff
|
tree
2011-09-27
Anton Khirnov
avconv: factorize common code from new_*_stream()
commit
|
commitdiff
|
tree
2011-09-27
Anton Khirnov
doc/avconv: expand documentation for some options.
commit
|
commitdiff
|
tree
2011-09-27
Anton Khirnov
doc/avconv: document -timelimit.
commit
|
commitdiff
|
tree
2011-09-26
Anton Khirnov
avconv: replace all fprintf() by av_log().
commit
|
commitdiff
|
tree
2011-09-26
Anton Khirnov
avconv: change av_log verbosity from ERROR to FATAL...
commit
|
commitdiff
|
tree
2011-09-26
Anton Khirnov
cmdutils: replace fprintf() by av_log()
commit
|
commitdiff
|
tree
2011-09-26
Anton Khirnov
avtools: parse loglevel before all the other options.
commit
|
commitdiff
|
tree
2011-09-25
Laurent Aimar
h264: check for out of bounds reads in ff_h264_decode_extrad...
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-25
Anton Khirnov
avconv: use correct output stream index when checking...
commit
|
commitdiff
|
tree
2011-09-25
Anton Khirnov
avconv: remove fake coded_frame on streamcopy hack
commit
|
commitdiff
|
tree
2011-09-23
Anton Khirnov
avconv: actually set InputFile.rate_emu
commit
|
commitdiff
|
tree
2011-09-22
Anton Khirnov
eval: test isnan(sqrt(-1)) instead of just sqrt(-1)
commit
|
commitdiff
|
tree
2011-09-21
Anton Khirnov
Revert "ffmpeg: get rid of useless AVInputStream.nb_streams."
commit
|
commitdiff
|
tree
2011-09-21
Anton Khirnov
Remove some forgotten AVCodecContext.palctrl usage.
commit
|
commitdiff
|
tree
2011-09-21
Anton Khirnov
lavc/utils: move avcodec_init() higher in the file.
commit
|
commitdiff
|
tree
2011-09-21
Anton Khirnov
lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*
commit
|
commitdiff
|
tree
2011-09-21
Anton Khirnov
ac3dec: actually use drc_scale private option
commit
|
commitdiff
|
tree
2011-09-21
Anton Khirnov
lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT...
commit
|
commitdiff
|
tree
2011-09-21
Anton Khirnov
alsa: add missing header
commit
|
commitdiff
|
tree
2011-09-21
Stefano Sabatini
vf_yadif: add support to yuva420p
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-21
Stefano Sabatini
vf_yadif: correct documentation on the parity parameter
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-21
Joakim Plate
vf_yadif: copy buffer properties like aspect for second...
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-21
David Goldwich
oma: support for encrypted files
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-21
David Goldwich
id3v2: add support for non-text and GEOB type tag frames
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-21
David Goldwich
des: add possibility to calculate DES-CBC-MAC with...
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-19
Anton Khirnov
movenc: fix NULL reference in mov_write_tkhd_tag
commit
|
commitdiff
|
tree
2011-09-19
Joakim Plate
vf_yadif: add an option to enable/disable deinterlacing...
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-19
Stefano Sabatini
vsrc_color: set output pos values to -1
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-19
Stefano Sabatini
vsrc_color: add @file doxy
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-19
Stefano Sabatini
vsrc_buffer: remove duplicated file description
Signed-off-by:
Anton Khirnov
<anton@khirnov.net>
commit
|
commitdiff
|
tree
2011-09-19
Stefano Sabatini
eval: implement not() expression
commit
|
commitdiff
|
tree
2011-09-19
Stefano Sabatini
eval: add sqrt function for computing the square root
commit
|
commitdiff
|
tree
next