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
path:
root
/
libavformat
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some forgotten const to function arguments in libavfilter & libavformat.
Michael Niedermayer
2011-05-17
2
-3
/
+3
*
Write channel_layout for multichannel aif files.
Carl Eugen Hoyos
2011-05-17
2
-1
/
+8
*
Fix ff_mov_write_chan() so it can be used by other muxers.
Carl Eugen Hoyos
2011-05-17
3
-12
/
+7
*
Fix some mov files with little endian audio (tickets 201 - 203).
Carl Eugen Hoyos
2011-05-17
1
-1
/
+1
*
iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples cor...
Stefano Sabatini
2011-05-17
1
-36
/
+4
*
iff: compact code setting metadata tags
Stefano Sabatini
2011-05-17
1
-15
/
+4
*
iff: fix bitrate computation for compressed audio stream
Stefano Sabatini
2011-05-17
1
-1
/
+1
*
iff: distinguish fields for audio and video compression
Stefano Sabatini
2011-05-17
1
-10
/
+12
*
Bump minor after adding a caf muxer.
Carl Eugen Hoyos
2011-05-16
1
-2
/
+2
*
Initial caf muxer.
Carl Eugen Hoyos
2011-05-15
5
-1
/
+215
*
Support decoding of amr_nb and gsm in caf.
Carl Eugen Hoyos
2011-05-15
1
-0
/
+2
*
udp: remove resource.h inclusion, it breaks mingw compilation.
Michael Niedermayer
2011-05-15
1
-1
/
+0
*
UDP: dont use thread_t as truth value.
Michael Niedermayer
2011-05-14
1
-1
/
+1
*
udp: switch custom fifo to libavutil fifo.
Michael Niedermayer
2011-05-13
1
-52
/
+17
*
udp: use FFMAX&FFMIN.
Michael Niedermayer
2011-05-13
1
-7
/
+4
*
udp: add a thread into udp.c for receiving data into a circular buffer, this ...
JULIAN GARDNER
2011-05-13
1
-1
/
+155
*
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-13
11
-70
/
+57
|
\
|
*
rtpdec_qdm2: Don't try to parse data packet if no configuration is received
Martin Storsjö
2011-05-13
1
-0
/
+2
|
*
matroskaenc: make sure we don't produce invalid file with no codec ID
Aurelien Jacobs
2011-05-12
1
-0
/
+4
|
*
matroskadec: check that pointers were initialized before accessing them
Aurelien Jacobs
2011-05-12
1
-3
/
+5
|
*
lavf: fix function name in compute_pkt_fields2 av_dlog message
Stefano Sabatini
2011-05-12
1
-1
/
+1
|
*
lavf: fix av_find_best_stream when providing a wanted stream.
Marton Balint
2011-05-12
1
-4
/
+5
|
*
lavf: fix av_find_best_stream when decoder_ret is given and using a related s...
Marton Balint
2011-05-12
1
-1
/
+1
|
*
mov: Support edit list atom version 1.
Yusuke Nakamura
2011-05-12
2
-6
/
+12
|
*
Cosmetics: fix prototypes in oggdec
Clément Bœsch
2011-05-12
1
-33
/
+18
|
*
oggdec: fix memleak with continuous streams.
Clément Bœsch
2011-05-12
1
-6
/
+10
|
*
matroskaenc: add missing new line in av_log() call
Aurelien Jacobs
2011-05-12
1
-1
/
+1
|
*
movenc: fix yuv range in avid atoms used by dnxhd.
Baptiste Coudurier
2011-05-12
1
-1
/
+1
|
*
movenc: fix adpcm mono muxing.
Alex Converse
2011-05-12
1
-0
/
+1
|
*
mpegts: do not output known sized packet if an unbounded packet is already qu...
Baptiste Coudurier
2011-05-12
1
-1
/
+1
|
*
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
Diego Biurrun
2011-05-12
6
-9
/
+2
|
*
nsv: Fix misdetection of MP3 files as NSV.
Thierry Foucu
2011-05-12
1
-3
/
+17
|
*
oggdec: use explicit AVInputFormat struct initializers
Clément Bœsch
2011-05-12
1
-11
/
+11
|
*
oggdec: simplify ogg_probe
Clément Bœsch
2011-05-12
1
-5
/
+2
*
|
Support Digital Voodoo SD 8 Bit in mov (ticket 195).
Carl Eugen Hoyos
2011-05-13
1
-0
/
+1
*
|
Support R10g in mov.
ami_stuff
2011-05-13
1
-0
/
+1
*
|
Add 5.1 plus stereo-downmix to mov_channel_layout array.
Carl Eugen Hoyos
2011-05-13
1
-0
/
+1
*
|
asfdec: fix assert failure on invalid files
Uoti Urpala
2011-05-12
1
-0
/
+4
*
|
Revert "asfdec: fix assert failure on invalid files"
Michael Niedermayer
2011-05-12
1
-4
/
+0
*
|
If a MP3 file contains the string NSVs, the NSV probe will think it is a NSV ...
Thierry Foucu
2011-05-12
1
-3
/
+17
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-12
4
-1
/
+13
|
\
|
|
*
Port SMPTE S302M audio decoder from FFmbc 0.3.
Baptiste Coudurier
2011-05-11
1
-0
/
+1
|
*
rtsp: Only do keepalive using GET_PARAMETER if the server supports it
Martin Storsjö
2011-05-11
3
-1
/
+12
*
|
libavformat/utils: Only consider dvb teletext timestamps for start time when ...
Michael Niedermayer
2011-05-12
1
-1
/
+8
*
|
Add "DAVC" FourCC
ami_stuff
2011-05-11
1
-0
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-11
1
-5
/
+5
|
\
|
|
*
AVOptions: make default_val a union, as proposed in AVOption2.
Anton Khirnov
2011-05-10
5
-28
/
+28
|
*
lavf/utils: fix ff_interleave_compare_dts corner case.
Vitor Sessak
2011-05-10
1
-5
/
+5
*
|
Added oggpagesize option for Ogg encoding. Allows setting a preferred page si...
Andres Gonzalez
2011-05-10
1
-2
/
+23
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-10
3
-10
/
+8
|
\
|
[next]