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
...
*
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...
Reimar Döffinger
2008-08-24
13
-24
/
+24
*
Remove check for @ in tcp.c which removes the authorization data from the
Ronald S. Bultje
2008-08-24
1
-2
/
+1
*
voc: add ff_ prefix to some global const data
Aurelien Jacobs
2008-08-24
4
-10
/
+10
*
Remove useless empty close functions in mmf and mm demuxers.
Reimar Döffinger
2008-08-24
2
-12
/
+1
*
matroskadec: make aac_profiles array const
Aurelien Jacobs
2008-08-24
1
-1
/
+1
*
Make the id3v1_genre_str array const, not just the strings it points to.
Reimar Döffinger
2008-08-24
1
-1
/
+1
*
Import more ok'ed chunks of the mxf muxer from the soc tree
Vitor Sessak
2008-08-24
2
-0
/
+206
*
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
Aurelien Jacobs
2008-08-23
16
-46
/
+44
*
export sample_aspect_ratio read by the demuxer in a separate field
Aurelien Jacobs
2008-08-23
2
-1
/
+10
*
Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.
Peter Ross
2008-08-23
2
-0
/
+47
*
Cosmetics after previous patches.
Ronald S. Bultje
2008-08-23
1
-7
/
+3
*
On failure, return directly because the fail: case does nothing. This also
Ronald S. Bultje
2008-08-23
1
-4
/
+5
*
Move malloc() down until after all initializations, so that the resource is
Ronald S. Bultje
2008-08-23
1
-7
/
+5
*
Fix memleak on some OSes in case network initialization fails. See
Ronald S. Bultje
2008-08-23
2
-6
/
+6
*
Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.
Ronald S. Bultje
2008-08-23
1
-4
/
+4
*
enable fl32/64 le/be in mov with stsd audio v2
Baptiste Coudurier
2008-08-23
1
-3
/
+3
*
Do not set timestamp information for a non existing AVStream
Luca Abeni
2008-08-22
1
-1
/
+1
*
Apply parts of MXF muxer ok'ed by Michael
Vitor Sessak
2008-08-22
2
-39
/
+269
*
matroskadec: fail cleanly when the required compression lib is not compiled in
Aurelien Jacobs
2008-08-20
1
-0
/
+2
*
matroskadec: stop parsing when skipping en element crossing over the end of file
Aurelien Jacobs
2008-08-20
1
-1
/
+1
*
matroska: add support for most variants of PCM
Aurelien Jacobs
2008-08-20
2
-3
/
+23
*
matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way
Aurelien Jacobs
2008-08-20
1
-40
/
+1
*
Implement url_open_protocol(), which is basiclly the former url_open()
Ronald S. Bultje
2008-08-19
2
-32
/
+39
*
Ok-ed parts from patch by zhentan feng.
Zhentan Feng
2008-08-19
2
-0
/
+153
*
Remove useless #ifdef DEBUG (patch by Zhentan Feng).
Zhentan Feng
2008-08-19
1
-10
/
+0
*
Replace invocations of av_fifo_realloc(), which is going to be
Stefano Sabatini
2008-08-19
1
-1
/
+2
*
Ok-ed parts from patch by zhentan feng.
Zhentan Feng
2008-08-19
1
-2
/
+71
*
Make AIFF demuxer handle F32BE and F64BE PCM audio.
Peter Ross
2008-08-19
1
-0
/
+2
*
Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.
Peter Ross
2008-08-19
2
-0
/
+8
*
Make RIFF-based demuxers handle F32LE and F64LE PCM audio.
Peter Ross
2008-08-19
1
-1
/
+9
*
Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.
Peter Ross
2008-08-19
1
-0
/
+3
*
Ok-ed parts from patch by zhentan feng.
Zhentan Feng
2008-08-18
1
-9
/
+74
*
Factorize common code out of the mxf demuxer.
Zhentan Feng
2008-08-18
4
-84
/
+138
*
Support Electronic Arts files containing MP3 audio.
Peter Ross
2008-08-18
1
-2
/
+10
*
struct timeval requires #include <sys/time.h>
Dave Yeo
2008-08-16
1
-0
/
+1
*
Fix rc_eq mem leak.
Michael Niedermayer
2008-08-16
1
-1
/
+1
*
Surround format-specific functions with matching preprocessor conditionals.
Diego Biurrun
2008-08-15
1
-0
/
+26
*
Surround AVInputFormat declarations with format-specific #ifdefs.
Diego Biurrun
2008-08-15
1
-0
/
+32
*
Replace generic CONFIG_MUXERS preprocessor condition around format-specific
Diego Biurrun
2008-08-15
1
-2
/
+7
*
Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat
Diego Biurrun
2008-08-15
1
-13
/
+13
*
cosmetics: Remove redundant #endif comments that are very close to the #ifdef
Diego Biurrun
2008-08-15
1
-13
/
+13
*
cosmetics: misc spelling fixes
Diego Biurrun
2008-08-15
1
-9
/
+9
*
Add flag to mark demuxers that can output discontinuous timestamps.
Michael Niedermayer
2008-08-15
3
-3
/
+4
*
use h_addr_list[0] instead of h_addr as this is the posix hostent field name
Aurelien Jacobs
2008-08-14
1
-1
/
+1
*
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
Aurelien Jacobs
2008-08-14
3
-0
/
+10
*
import ok'd hunks for mxf muxer
Baptiste Coudurier
2008-08-14
1
-0
/
+101
*
Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.
Kurtnoise
2008-08-14
1
-0
/
+2
*
Change Dirac in MPEG-TS encapsulation to conform with spec changes.
Anuradha Suraparaju
2008-08-14
1
-0
/
+5
*
Do not fill the pts reordering buffer with guessed dts.
Michael Niedermayer
2008-08-14
1
-2
/
+0
*
matroskadec: list some more ebml IDs found in the wild and that we ignore
Aurelien Jacobs
2008-08-13
2
-0
/
+49
[prev]
[next]