index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ffmpeg: Use av_pkt_dump_log2
Martin Storsjö
2011-03-03
1
-1
/
+2
*
libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter
Martin Storsjö
2011-03-03
2
-11
/
+31
*
aviobuf: Write new data at s->buf_end in fill_buffer
Martin Storsjö
2011-03-03
1
-1
/
+1
*
movenc: use correct tag for dvcpro hd
Baptiste Coudurier
2011-03-03
1
-6
/
+17
*
dnxhd: allow encoding with Avid Nitris compatibility.
Baptiste Coudurier
2011-03-03
2
-1
/
+18
*
movenc: fix tkhd height for imx
Baptiste Coudurier
2011-03-03
1
-1
/
+1
*
avio: deprecate url_fskip
Anton Khirnov
2011-03-03
2
-7
/
+3
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-03
62
-299
/
+299
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-03
90
-347
/
+352
*
huffyuv: Add multithreading support
Alexander Strange
2011-03-03
1
-4
/
+29
*
pthreads: Fix bug introduced with thread_safe_callbacks
Alexander Strange
2011-03-03
1
-2
/
+7
*
Fix duplicate & droped frame in Californication.S02E01.HDTV.XviD-NoTV.avi
Michael Niedermayer
2011-03-03
1
-0
/
+10
*
Attribute used is correctly supported by the Intel C compiler since version 1...
Carl Eugen Hoyos
2011-03-03
1
-1
/
+1
*
Use macro __INTEL_COMPILER instead of __ICC.
Carl Eugen Hoyos
2011-03-02
3
-7
/
+7
*
Use --sysroot flag for clang
Mans Rullgard
2011-03-01
1
-5
/
+1
*
In mov muxer, fix adpcm mono muxing, patch by Alex Converse
Baptiste Coudurier
2011-02-27
1
-0
/
+1
*
In mpegts demuxer, do not output known sized packet if an unbounded packet
Baptiste Coudurier
2011-02-27
1
-1
/
+1
*
ARM: VP8: fix build on systems with global symbol prefix
Mans Rullgard
2011-02-28
1
-1
/
+1
*
ARM: fix vp8 neon with pic enabled
Mans Rullgard
2011-02-28
1
-0
/
+2
*
configure: document FATE_SAMPLES env var in --help text
Reimar Döffinger
2011-02-28
1
-1
/
+2
*
fate: get samples location from env var if not explicitly set
Mans Rullgard
2011-02-28
1
-1
/
+1
*
movenc: remove uses of deprecated API.
Ronald S. Bultje
2011-02-26
1
-4
/
+4
*
store pasp atom for all types of quicktime movie
Maksym Veremeyenko
2011-02-26
1
-2
/
+1
*
reindent after tapt patch
Maksym Veremeyenko
2011-02-26
1
-5
/
+5
*
use tapt atom for sample aspect ratio
Maksym Veremeyenko
2011-02-26
1
-0
/
+35
*
bink: prevent overflows within binkidct by using int-sized intermediate array
Peter Ross
2011-02-26
2
-7
/
+7
*
bink: decode audio track identifiers into AVStream.id
Peter Ross
2011-02-26
1
-1
/
+2
*
Bink version 'b' audio decoder
Peter Ross
2011-02-26
3
-7
/
+19
*
binkaudio: simplify frame_len_bits and frame_len calculation
Peter Ross
2011-02-26
1
-4
/
+2
*
binkaudio: remove unnecessary loop
Peter Ross
2011-02-26
1
-5
/
+2
*
binkaudio: perform band table scaling in decode_init
Peter Ross
2011-02-26
1
-5
/
+5
*
bink: set audio stream codec_tag such that binkaudio decoder can identify bit...
Peter Ross
2011-02-26
1
-1
/
+1
*
bink: use LOCAL_ALIGNED for aligned stack data
Mans Rullgard
2011-02-26
1
-1
/
+1
*
dxva2: define required feature selection macros
Kyle
2011-02-26
1
-0
/
+2
*
OS/2: lxlite should use stdout
Dave Yeo
2011-02-26
1
-1
/
+1
*
avio: deprecate put_tag
Anton Khirnov
2011-02-26
2
-1
/
+3
*
lavf: replace remaining uses of put_tag with avio_write
Anton Khirnov
2011-02-26
8
-17
/
+20
*
avienc: replace &tag[0] with tag.
Anton Khirnov
2011-02-26
1
-7
/
+7
*
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
Anton Khirnov
2011-02-26
12
-152
/
+166
*
dca: use EXT_AUDIO_ID field to determine core extensions
Anssi Hannula
2011-02-26
1
-20
/
+49
*
vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.
Justin Ruggles
2011-02-26
2
-194
/
+193
*
vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...
Justin Ruggles
2011-02-26
1
-12
/
+8
*
vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...
Justin Ruggles
2011-02-26
1
-3
/
+5
*
vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...
Justin Ruggles
2011-02-26
1
-12
/
+12
*
cosmetics: reindent after previous commit
Justin Ruggles
2011-02-26
1
-8
/
+8
*
vmdaudio: move all silence chunk handling to vmdaudio_loadsound().
Justin Ruggles
2011-02-26
1
-14
/
+9
*
cosmetics: remove debugging cruft
Justin Ruggles
2011-02-26
1
-3
/
+0
*
cosmetics: reindent after previous commit
Justin Ruggles
2011-02-26
1
-11
/
+11
*
vmdaudio: simplify buffer pointer and header size handling.
Justin Ruggles
2011-02-26
1
-9
/
+10
*
vmdaudio: set *data_size to zero when skipping small packets and add a warnin...
Justin Ruggles
2011-02-26
1
-1
/
+4
[next]