projects
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Bump lavu minor and add an APIChanges entry for audioconvert functions.
2012-06-10
Anton Khirnov
Bump lavu minor and add an APIChanges entry for audioconvert...
commit
|
commitdiff
|
tree
2012-06-10
Anton Khirnov
audioconvert: add a function for extracting the channel...
commit
|
commitdiff
|
tree
2012-06-10
Anton Khirnov
audioconvert: add a function for getting the name of...
commit
|
commitdiff
|
tree
2012-06-10
Anton Khirnov
audioconvert: add a function for getting channel's...
commit
|
commitdiff
|
tree
2012-06-10
Anton Khirnov
audioconvert: use av_popcount64 in av_get_channel_layout_nb_...
commit
|
commitdiff
|
tree
2012-06-10
Anton Khirnov
vf_libopencv: add missing headers.
commit
|
commitdiff
|
tree
2012-06-05
Anton Khirnov
lavfi: remove request/poll and drawing functions from...
commit
|
commitdiff
|
tree
2012-06-05
Anton Khirnov
lavfi: make avfilter_insert_pad and pals private on...
commit
|
commitdiff
|
tree
2012-06-05
Anton Khirnov
lavfi: make formats API private on next bump.
commit
|
commitdiff
|
tree
2012-06-05
Anton Khirnov
avplay: use buffersrc instead of custom input filter.
commit
|
commitdiff
|
tree
2012-06-05
Anton Khirnov
avtools: move buffer management code from avconv to...
commit
|
commitdiff
|
tree
2012-06-05
Anton Khirnov
avconv: don't use InputStream in the buffer management...
commit
|
commitdiff
|
tree
2012-06-05
Anton Khirnov
avconv: fix exiting when max frames is reached.
commit
|
commitdiff
|
tree
2012-06-04
Anton Khirnov
doc/avconv: add some details about the transcoding...
commit
|
commitdiff
|
tree
2012-06-04
Anton Khirnov
avidec: make scale and rate unsigned.
commit
|
commitdiff
|
tree
2012-06-04
Anton Khirnov
avconv: check output stream recording time before each...
commit
|
commitdiff
|
tree
2012-06-04
Anton Khirnov
avconv: split selecting input file out of transcode().
commit
|
commitdiff
|
tree
2012-06-04
Anton Khirnov
avconv: split checking for active outputs out of transcode().
commit
|
commitdiff
|
tree
2012-06-04
Anton Khirnov
avfiltergraph: make some functions static.
commit
|
commitdiff
|
tree
2012-06-03
Anton Khirnov
librtmp: return AVERROR_UNKNOWN instead of -1.
commit
|
commitdiff
|
tree
2012-06-03
Anton Khirnov
librtmp: don't abuse a variable for two unrelated things.
commit
|
commitdiff
|
tree
2012-06-03
Anton Khirnov
librtmp: add rtmp_app and rtmp_playpath private options.
commit
|
commitdiff
|
tree
2012-06-03
Anton Khirnov
avpacket: fix duplicating side data.
commit
|
commitdiff
|
tree
2012-05-29
Anton Khirnov
avconv: extend -r to work on any input stream.
commit
|
commitdiff
|
tree
2012-05-29
Anton Khirnov
doc/avconv: expand documentation for the -s option.
commit
|
commitdiff
|
tree
2012-05-29
Anton Khirnov
avconv: don't print filters inserted by avconv in stream...
commit
|
commitdiff
|
tree
2012-05-29
Anton Khirnov
avconv: merge configuration code for complex and simple...
commit
|
commitdiff
|
tree
2012-05-29
Anton Khirnov
avconv: split configuring input filters out of configure_com...
commit
|
commitdiff
|
tree
2012-05-28
Anton Khirnov
AVOptions: fix the value printed in out of range error...
commit
|
commitdiff
|
tree
2012-05-26
Anton Khirnov
avprobe: restore pseudo-INI old style format for compatibility.
commit
|
commitdiff
|
tree
2012-05-26
Anton Khirnov
avprobe: fix formatting.
commit
|
commitdiff
|
tree
2012-05-26
Anton Khirnov
log: make colored output more colorful.
commit
|
commitdiff
|
tree
2012-05-22
Anton Khirnov
lavfi: fix comment, audio is supported now.
commit
|
commitdiff
|
tree
2012-05-22
Anton Khirnov
lavfi: fix incorrect comment.
commit
|
commitdiff
|
tree
2012-05-22
Anton Khirnov
lavfi: remove avfilter_null_* from public API on next...
commit
|
commitdiff
|
tree
2012-05-22
Anton Khirnov
lavfi: remove avfilter_default_* from public API on...
commit
|
commitdiff
|
tree
2012-05-22
Anton Khirnov
avfiltergraph: smarter sample format selection.
commit
|
commitdiff
|
tree
2012-05-22
Anton Khirnov
avconv: rename transcode_audio/video to decode_audio...
commit
|
commitdiff
|
tree
2012-05-22
Anton Khirnov
asyncts: reset delta to 0 when it's not used.
commit
|
commitdiff
|
tree
2012-05-18
Anton Khirnov
avconv: reindent
commit
|
commitdiff
|
tree
2012-05-18
Anton Khirnov
avconv: replace -vsync cfr code with the fps filter.
commit
|
commitdiff
|
tree
2012-05-18
Anton Khirnov
mov: enable parsing for VC-1.
commit
|
commitdiff
|
tree
2012-05-18
Anton Khirnov
lavfi: Add fps filter.
commit
|
commitdiff
|
tree
2012-05-18
Anton Khirnov
lavfi: initialize pts to AV_NOPTS_VALUE when creating...
commit
|
commitdiff
|
tree
2012-05-18
Anton Khirnov
avconv: add support for audio in complex filtergraphs.
commit
|
commitdiff
|
tree
2012-05-17
Anton Khirnov
avconv: fix behavior with -ss as an output option.
commit
|
commitdiff
|
tree
2012-05-16
Anton Khirnov
avprobe: don't print format entry name when only one...
commit
|
commitdiff
|
tree
2012-05-15
Anton Khirnov
Add missing version bumps and APIchanges/Changelog...
commit
|
commitdiff
|
tree
2012-05-15
Anton Khirnov
lavfi: move buffer management function to a separate...
commit
|
commitdiff
|
tree
2012-05-15
Anton Khirnov
lavfi: move formats-related functions from default...
commit
|
commitdiff
|
tree
2012-05-15
Anton Khirnov
lavfi: move video-related functions to a separate file.
commit
|
commitdiff
|
tree
2012-05-14
Anton Khirnov
libmp3lame: set supported channel layouts.
commit
|
commitdiff
|
tree
2012-05-14
Anton Khirnov
avconv: automatically insert asyncts when -async is...
commit
|
commitdiff
|
tree
2012-05-14
Anton Khirnov
avconv: add support for audio filters.
commit
|
commitdiff
|
tree
2012-05-14
Anton Khirnov
lavfi: add asyncts filter.
commit
|
commitdiff
|
tree
2012-05-14
Anton Khirnov
lavfi: add aformat filter
commit
|
commitdiff
|
tree
2012-05-14
Anton Khirnov
lavfi: add an audio buffer sink.
commit
|
commitdiff
|
tree
2012-05-14
Anton Khirnov
lavfi: add an audio buffer source.
commit
|
commitdiff
|
tree
2012-05-14
Anton Khirnov
buffersrc: add av_buffersrc_write_frame().
commit
|
commitdiff
|
tree
2012-05-14
Anton Khirnov
buffersrc: fix invalid read in uninit if the fifo hasn...
commit
|
commitdiff
|
tree
2012-05-14
Anton Khirnov
lavfi: rename vsrc_buffer.c to buffersrc.c
commit
|
commitdiff
|
tree
2012-05-14
Anton Khirnov
avfiltergraph: reindent
commit
|
commitdiff
|
tree
2012-05-14
Anton Khirnov
lavfi: add channel layout/sample rate negotiation.
commit
|
commitdiff
|
tree
2012-05-14
Anton Khirnov
lavfi: add types and functions for channel layout/samplerate...
commit
|
commitdiff
|
tree
2012-05-12
Anton Khirnov
lavfi: autoinsert resample filter when necessary.
commit
|
commitdiff
|
tree
2012-05-12
Anton Khirnov
lavfi: add lavr-based audio resampling filter.
commit
|
commitdiff
|
tree
2012-05-09
Anton Khirnov
lavfi: move audio-related functions to a separate file.
commit
|
commitdiff
|
tree
2012-05-09
Anton Khirnov
lavfi: remove some audio-related function from public...
commit
|
commitdiff
|
tree
2012-05-09
Anton Khirnov
lavfi: change AVFilterLink.sample_rate from int64_t...
commit
|
commitdiff
|
tree
2012-05-09
Anton Khirnov
lavfi: change AVFilterBufferRefAudioProps.sample_rate...
commit
|
commitdiff
|
tree
2012-05-09
Anton Khirnov
lavfi: add extended_data to AVFilterBuffer.
commit
|
commitdiff
|
tree
2012-05-09
Anton Khirnov
lavc: check that extended_data is properly set in avcodec_en...
commit
|
commitdiff
|
tree
2012-05-09
Anton Khirnov
lavc: pad last audio frame with silence when needed.
commit
|
commitdiff
|
tree
2012-05-09
Anton Khirnov
samplefmt: add a function for filling a buffer with...
commit
|
commitdiff
|
tree
2012-05-09
Anton Khirnov
samplefmt: add a function for copying audio samples.
commit
|
commitdiff
|
tree
2012-05-09
Anton Khirnov
lavr: do not try to copy to uninitialized output audio...
commit
|
commitdiff
|
tree
2012-05-09
Anton Khirnov
lavr: make avresample_read() with NULL output discard...
commit
|
commitdiff
|
tree
2012-05-09
Anton Khirnov
lavfi: add video buffer sink, and use it in avtools
commit
|
commitdiff
|
tree
2012-05-09
Anton Khirnov
lavfi: add a function for copying properties from AVFilterBu...
commit
|
commitdiff
|
tree
2012-05-07
Anton Khirnov
flvenc: use AVFormatContext, not AVCodecContext for...
commit
|
commitdiff
|
tree
2012-05-07
Anton Khirnov
lavfi: uninline avfilter_copy_buffer_ref_props().
commit
|
commitdiff
|
tree
2012-05-07
Anton Khirnov
lavf: add missing '*' in a doxy.
commit
|
commitdiff
|
tree
2012-05-07
Anton Khirnov
lavfi: support audio in avfilter_copy_frame_props().
commit
|
commitdiff
|
tree
2012-05-07
Anton Khirnov
lavc: add sample rate and channel layout to AVFrame.
commit
|
commitdiff
|
tree
2012-05-06
Anton Khirnov
lavfi/formats: use sizeof(var) instead of sizeof(type).
commit
|
commitdiff
|
tree
2012-05-06
Anton Khirnov
lavfi: always enable the scale filter and depend on...
commit
|
commitdiff
|
tree
2012-05-06
Anton Khirnov
vf_split: support user-specifiable number of outputs.
commit
|
commitdiff
|
tree
2012-05-06
Anton Khirnov
avconv: remove stray useless comment.
commit
|
commitdiff
|
tree
2012-04-24
Anton Khirnov
avconv: fix a segfault on -c copy with -filter_complex.
commit
|
commitdiff
|
tree
2012-04-21
Anton Khirnov
avconv: fix a segfault when default encoder for a format...
commit
|
commitdiff
|
tree
2012-04-16
Anton Khirnov
graphparser: set next to NULL on an entry extracted...
commit
|
commitdiff
|
tree
2012-04-15
Anton Khirnov
doc/filters: update documentation.
commit
|
commitdiff
|
tree
2012-04-15
Anton Khirnov
avconv: flush decoders immediately after an EOF.
commit
|
commitdiff
|
tree
2012-04-15
Anton Khirnov
avconv: send EOF to vsrc_buffer.
commit
|
commitdiff
|
tree
2012-04-15
Anton Khirnov
avconv: reindent.
commit
|
commitdiff
|
tree
2012-04-15
Anton Khirnov
avconv: add support for complex filtergraphs.
commit
|
commitdiff
|
tree
2012-04-15
Anton Khirnov
avconv: make filtergraphs global.
commit
|
commitdiff
|
tree
2012-04-15
Anton Khirnov
avconv: move filtered_frame from InputStream to OutputStream.
commit
|
commitdiff
|
tree
2012-04-15
Anton Khirnov
avconv: don't set output width/height directly from...
commit
|
commitdiff
|
tree
2012-04-15
Anton Khirnov
avconv: move resample_{width,height,pix_fmt} to InputStream.
commit
|
commitdiff
|
tree
next