projects
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
add proper support for subtitles muxing/stream copying
2007-07-25
Aurelien Jacobs
add proper support for subtitles muxing/stream copying
commit
|
commitdiff
|
tree
2007-07-25
Aurelien Jacobs
copy language information from input stream to output
commit
|
commitdiff
|
tree
2007-07-25
Aurelien Jacobs
copy packet duration when doing a stream copy
commit
|
commitdiff
|
tree
2007-07-25
Aurelien Jacobs
remove wrong const qualifier
commit
|
commitdiff
|
tree
2007-07-25
Aurelien Jacobs
use the most appropriate codec id for A_MPEG/L1 and L2
commit
|
commitdiff
|
tree
2007-07-25
Aurelien Jacobs
reorder matroska codec tags so that the encoder picks...
commit
|
commitdiff
|
tree
2007-07-24
Aurelien Jacobs
help some gcc version to optimize out those functions
commit
|
commitdiff
|
tree
2007-07-16
Aurelien Jacobs
add support for S_ASS and S_SSA codec string
commit
|
commitdiff
|
tree
2007-07-14
Mark Cox
Remove redundant assignment of CODEC_ID_BMP.
commit
|
commitdiff
|
tree
2007-07-14
Aurelien Jacobs
Avoid using undefined symbols.
commit
|
commitdiff
|
tree
2007-07-14
Aurelien Jacobs
Allow selecting only the vc1 demuxer.
commit
|
commitdiff
|
tree
2007-07-14
Aurelien Jacobs
Allow selecting only the mpegtsraw demuxer.
commit
|
commitdiff
|
tree
2007-07-14
Aurelien Jacobs
The dxa demuxer depends on riff.o.
commit
|
commitdiff
|
tree
2007-07-14
Aurelien Jacobs
The dv1394 demuxer depends on dv.o.
commit
|
commitdiff
|
tree
2007-07-14
Aurelien Jacobs
All those demuxers don't depend on riff.o anymore.
commit
|
commitdiff
|
tree
2007-07-14
Aurelien Jacobs
All those demuxers use pcm_read_seek() and thus depend...
commit
|
commitdiff
|
tree
2007-07-14
Aurelien Jacobs
The c93 demuxer depends on vocdec.o.
commit
|
commitdiff
|
tree
2007-07-14
Aurelien Jacobs
The mpegaudio parser depends on mpegaudiodata.o.
commit
|
commitdiff
|
tree
2007-07-14
Aurelien Jacobs
Allow selecting only the vp6f decoder.
commit
|
commitdiff
|
tree
2007-07-14
Aurelien Jacobs
The svq3 decoder depends on h264idct.o and also requires...
commit
|
commitdiff
|
tree
2007-07-11
Aurelien Jacobs
add support for ASS like subtitles in Matroska
commit
|
commitdiff
|
tree
2007-07-11
Aurelien Jacobs
comment explaining that text subtitle need to be UTF...
commit
|
commitdiff
|
tree
2007-07-11
Aurelien Jacobs
add support for Matroska subtitle tracks
commit
|
commitdiff
|
tree
2007-07-11
Aurelien Jacobs
Move public API functions av_codec_get_tag() and av_codec_ge...
commit
|
commitdiff
|
tree
2007-07-11
Aurelien Jacobs
conditional compilation of ratecontrol.c
commit
|
commitdiff
|
tree
2007-07-11
Aurelien Jacobs
conditional compilation of motion_est.c
commit
|
commitdiff
|
tree
2007-07-10
Aurelien Jacobs
makes compilation of h263.o and mpegvideo_enc.o conditional
commit
|
commitdiff
|
tree
2007-07-10
Aurelien Jacobs
cosmetics: indentation
commit
|
commitdiff
|
tree
2007-07-10
Aurelien Jacobs
Avoid linking with h263.c functions when the relevant...
commit
|
commitdiff
|
tree
2007-07-10
Aurelien Jacobs
Better place to disable some mpeg4 code and ensure...
commit
|
commitdiff
|
tree
2007-07-10
Aurelien Jacobs
move init_vlc_rl from h263.c to mpegvideo.c
commit
|
commitdiff
|
tree
2007-07-10
Aurelien Jacobs
Split ff_set_mpeg4_time() and move the non mpeg4 specific...
commit
|
commitdiff
|
tree
2007-07-10
Aurelien Jacobs
don't compile some mpeg4 encoder code when encoders...
commit
|
commitdiff
|
tree
2007-07-09
Aurelien Jacobs
move ff_set_qscale from h263.c to mpegvideo.c
commit
|
commitdiff
|
tree
2007-07-09
Aurelien Jacobs
split rawvideo encoder and decoder in their own files
commit
|
commitdiff
|
tree
2007-07-09
Aurelien Jacobs
compile rangecoder.o only when needed
commit
|
commitdiff
|
tree
2007-07-09
Aurelien Jacobs
duration must not be scaled
commit
|
commitdiff
|
tree
2007-07-09
Aurelien Jacobs
properly set AVStream.language according to Matroska...
commit
|
commitdiff
|
tree
2007-07-07
Aurelien Jacobs
simplify ff_copy_bits() when compiled with config-small
commit
|
commitdiff
|
tree
2007-07-06
Aurelien Jacobs
split SVQ1 decoder and encoder in their own files
commit
|
commitdiff
|
tree
2007-07-06
Aurelien Jacobs
simplify ff_copy_bits: merge 2 test branches
commit
|
commitdiff
|
tree
2007-07-06
Aurelien Jacobs
move ff_copy_bits to bitstream.c
commit
|
commitdiff
|
tree
2007-07-05
Aurelien Jacobs
include snow encoder only if it is not disabled
commit
|
commitdiff
|
tree
2007-07-05
Aurelien Jacobs
forgot to svn add mpeg12.h in r9477
commit
|
commitdiff
|
tree
2007-07-05
Aurelien Jacobs
make DCT_common_init() static
commit
|
commitdiff
|
tree
2007-07-05
Aurelien Jacobs
move mpeg encoder specific initialization in the encoder...
commit
|
commitdiff
|
tree
2007-07-05
Aurelien Jacobs
add proper ff_ prefix to new extern symbols
commit
|
commitdiff
|
tree
2007-07-05
Aurelien Jacobs
cosmetics: indentation
commit
|
commitdiff
|
tree
2007-07-05
Aurelien Jacobs
split mpeg12 encoder out of mpeg12.c
commit
|
commitdiff
|
tree
2007-06-24
Aurelien Jacobs
cosmetics: indentation after last commit
commit
|
commitdiff
|
tree
2007-06-24
Aurelien Jacobs
drop blocks which are part of unsupported tracks
commit
|
commitdiff
|
tree
2007-06-23
Aurelien Jacobs
simplify
commit
|
commitdiff
|
tree
2007-06-23
Aurelien Jacobs
remove useless empty function
commit
|
commitdiff
|
tree
2007-06-23
Aurelien Jacobs
cosmetics: too much blank lines
commit
|
commitdiff
|
tree
2007-06-23
Aurelien Jacobs
use intreadwrite functions in matroskadec
commit
|
commitdiff
|
tree
2007-06-23
Aurelien Jacobs
use intreadwrite functions in vocdec
commit
|
commitdiff
|
tree
2007-06-15
Aurelien Jacobs
generate ENABLE_* defines also for ARCH_*
commit
|
commitdiff
|
tree
2007-06-15
Aurelien Jacobs
use if() instead of #ifdef and ensure all possible...
commit
|
commitdiff
|
tree
2007-06-15
Aurelien Jacobs
generate ENABLE_* defines also for all the HAVE_* values
commit
|
commitdiff
|
tree
2007-06-11
Aurelien Jacobs
move codecs declarations from avcodec.h to allcodecs.h
commit
|
commitdiff
|
tree
2007-06-04
Aurelien Jacobs
cosmetics: use one type per field in every structs
commit
|
commitdiff
|
tree
2007-06-04
Aurelien Jacobs
cosmetics: indentation
commit
|
commitdiff
|
tree
2007-06-04
Aurelien Jacobs
add support for real audio in matroska
commit
|
commitdiff
|
tree
2007-06-04
Aurelien Jacobs
fix an infinite loop in case one cluster is not enough...
commit
|
commitdiff
|
tree
2007-06-04
David Conrad
split some common code from the mkv demuxer that will...
commit
|
commitdiff
|
tree
2007-05-30
Aurelien Jacobs
cosmetics: indentation
commit
|
commitdiff
|
tree
2007-05-30
Aurelien Jacobs
use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER
commit
|
commitdiff
|
tree
2007-05-30
Aurelien Jacobs
typo
commit
|
commitdiff
|
tree
2007-05-30
Aurelien Jacobs
use FFSWAP()
commit
|
commitdiff
|
tree
2007-05-30
Aurelien Jacobs
cosmetics: indentation
commit
|
commitdiff
|
tree
2007-05-30
Aurelien Jacobs
split rm muxer and demuxer in their own files
commit
|
commitdiff
|
tree
2007-05-23
Aurelien Jacobs
cosmetics: alignment
commit
|
commitdiff
|
tree
2007-05-23
Aurelien Jacobs
define ENABLE_* for every CONFIG_ item
commit
|
commitdiff
|
tree
2007-05-21
Aurelien Jacobs
vorbis encoder missed rename to libvorbis
commit
|
commitdiff
|
tree
2007-05-20
Aurelien Jacobs
make compilation of mpegaudiodec conditional
commit
|
commitdiff
|
tree
2007-05-20
Aurelien Jacobs
remove dependency of mpeg audio encoder over mpeg audio...
commit
|
commitdiff
|
tree
2007-05-20
Aurelien Jacobs
add a ff_ prefix to some mpegaudio funcs
commit
|
commitdiff
|
tree
2007-05-20
Aurelien Jacobs
loosen dependencies over mpegaudiodec
commit
|
commitdiff
|
tree
2007-05-19
Aurelien Jacobs
move MJpegDecodeContext declaration from mjpeg.h to...
commit
|
commitdiff
|
tree
2007-05-19
Aurelien Jacobs
move mjpeg-b decoder in its own file
commit
|
commitdiff
|
tree
2007-05-19
Aurelien Jacobs
10l: forgot to svn add mjpegdec.h
commit
|
commitdiff
|
tree
2007-05-19
Aurelien Jacobs
move sp5x decoder in its own file
commit
|
commitdiff
|
tree
2007-05-19
Aurelien Jacobs
allows to disable jpegls decoder
commit
|
commitdiff
|
tree
2007-05-19
Aurelien Jacobs
move mjpega_dump_header bitstream filter in its own...
commit
|
commitdiff
|
tree
2007-05-19
Aurelien Jacobs
move imx_dump_header bitstream filter in its own file
commit
|
commitdiff
|
tree
2007-05-19
Aurelien Jacobs
move dump_extradata bitstream filter in its own file
commit
|
commitdiff
|
tree
2007-05-19
Aurelien Jacobs
move remove_extradata bitstream filter in its own file
commit
|
commitdiff
|
tree
2007-05-19
Aurelien Jacobs
move noise bitstream filter in its own file
commit
|
commitdiff
|
tree
2007-05-19
Aurelien Jacobs
move mp3_header_compress bitstream filter in its own...
commit
|
commitdiff
|
tree
2007-05-19
Aurelien Jacobs
move mp3_header_decompress bitstream filter in its...
commit
|
commitdiff
|
tree
2007-05-19
Aurelien Jacobs
add proper prefix to extern mpeg audio data tables
commit
|
commitdiff
|
tree
2007-05-19
Aurelien Jacobs
move some common mpeg audio tables from mpegaudiodectab...
commit
|
commitdiff
|
tree
2007-05-18
Aurelien Jacobs
move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c
commit
|
commitdiff
|
tree
2007-05-18
Aurelien Jacobs
add a proper prefix to all mjpeg encoder exported functions
commit
|
commitdiff
|
tree
2007-05-18
Aurelien Jacobs
split ljpeg encoder out of mjpeg.c
commit
|
commitdiff
|
tree
2007-05-17
Aurelien Jacobs
remove libdts decoder, we have a native dts decoder
commit
|
commitdiff
|
tree
2007-05-17
Aurelien Jacobs
prevent misdetection by using a stricter regexp
commit
|
commitdiff
|
tree
2007-05-17
Aurelien Jacobs
add proper prefix to new mjpeg extern func/var
commit
|
commitdiff
|
tree
2007-05-17
Aurelien Jacobs
split mjpeg.c into an encoder and a decoder file
commit
|
commitdiff
|
tree
2007-05-17
Benjamin Larsson
Only compile fft and mdct when needed.
commit
|
commitdiff
|
tree
next