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
*
msmpeg4: Replace forward declaration by proper #include.
Diego Biurrun
2012-02-28
1
-3
/
+1
*
segment: implement wrap around
Luca Barbato
2012-02-28
2
-2
/
+8
*
avf: reorder AVStream and AVFormatContext
Luca Barbato
2012-02-28
1
-34
/
+38
*
aacdec: Remove erroneous reference to global gain from the out of bounds scal...
Alex Converse
2012-02-27
1
-2
/
+1
*
avcodec_default_reget_buffer(): fix compilation in DEBUG mode
Diego Biurrun
2012-02-27
1
-1
/
+1
*
fate: Overhaul WavPack coverage
Derek Buitenhuis
2012-02-27
30
-4
/
+114
*
h264: fix mmxext chroma deblock to use correct TC values.
Ronald S. Bultje
2012-02-27
1
-1
/
+1
*
flvdec: Remove the now redundant check for known broken metadata creator
Michael Niedermayer
2012-02-27
1
-12
/
+0
*
flvdec: Validate index entries added from metadata while reading
Martin Storsjö
2012-02-27
1
-3
/
+52
*
rtsp: Handle requests from server to client
Tommy Winther
2012-02-27
1
-5
/
+53
*
movenc: use timestamps instead of frame_size for samples-per-packet
Justin Ruggles
2012-02-27
1
-5
/
+20
*
movenc: use the first cluster duration as the tfhd default duration
Justin Ruggles
2012-02-27
1
-1
/
+1
*
movenc: factorize calculation of cluster duration into a separate function
Justin Ruggles
2012-02-27
1
-11
/
+18
*
doc/APIchanges: fill in missing dates and hashes.
Anton Khirnov
2012-02-27
1
-5
/
+5
*
lavc: reorder AVCodecContext fields.
Anton Khirnov
2012-02-27
2
-800
/
+801
*
lavc: reorder AVFrame fields.
Anton Khirnov
2012-02-27
1
-90
/
+91
*
lavf: don't guess r_frame_rate from either stream or codec timebase.
Anton Khirnov
2012-02-26
2
-12
/
+1
*
avconv: set discard on input streams automatically.
Anton Khirnov
2012-02-26
1
-12
/
+4
*
Fix parser not to clobber has_b_frames when extradata is set.
Reinhard Tartler
2012-02-26
1
-0
/
+7
*
lavf: don't set codec timebase in avformat_find_stream_info().
Anton Khirnov
2012-02-26
1
-7
/
+0
*
avconv: saner output video timebase.
Anton Khirnov
2012-02-26
53
-3782
/
+3803
*
rawdec: set timebase to 1/fps.
Anton Khirnov
2012-02-26
11
-126
/
+126
*
avconv: refactor vsync code.
Anton Khirnov
2012-02-26
1
-20
/
+26
*
FATE: remove a bunch of useless -vsync 0
Anton Khirnov
2012-02-26
7
-191
/
+191
*
cdxl: bit line plane arrangement support
Paul B Mahol
2012-02-26
1
-11
/
+48
*
cdxl: remove early check for bpp
Paul B Mahol
2012-02-26
1
-4
/
+0
*
cdxl: set pix_fmt PAL8 only if palette is available
Paul B Mahol
2012-02-26
1
-1
/
+1
*
mlp_parser: fix the channel mask value used for the top surround channel
Tim Walker
2012-02-25
1
-1
/
+1
*
vorbisenc: check all allocations for failure
Justin Ruggles
2012-02-25
1
-35
/
+92
*
roqaudioenc: return AVERROR codes instead of -1
Justin Ruggles
2012-02-25
1
-2
/
+2
*
roqaudioenc: set correct bit rate
Justin Ruggles
2012-02-25
1
-0
/
+2
*
roqaudioenc: use AVCodecContext.frame_size correctly.
Justin Ruggles
2012-02-25
1
-26
/
+65
*
roqaudioenc: remove unneeded sample_fmt check
Justin Ruggles
2012-02-25
1
-4
/
+0
*
ra144enc: use int16_t* for input samples rather than void*
Justin Ruggles
2012-02-25
1
-1
/
+2
*
ra144enc: set AVCodecContext.coded_frame
Justin Ruggles
2012-02-25
1
-6
/
+19
*
ra144enc: remove unneeded sample_fmt check
Justin Ruggles
2012-02-25
1
-4
/
+0
*
nellymoserenc: set AVCodecContext.coded_frame
Justin Ruggles
2012-02-25
1
-0
/
+7
*
nellymoserenc: improve error checking in encode_init()
Justin Ruggles
2012-02-25
1
-16
/
+24
*
nellymoserenc: return AVERROR codes instead of -1
Justin Ruggles
2012-02-25
1
-2
/
+2
*
libvorbis: improve error checking in oggvorbis_encode_init()
Justin Ruggles
2012-02-25
1
-37
/
+76
*
mpegaudioenc: return AVERROR codes instead of -1
Justin Ruggles
2012-02-25
1
-3
/
+3
*
libfaac: improve error checking and handling in Faac_encode_init()
Justin Ruggles
2012-02-25
1
-17
/
+38
*
avutil: add AVERROR_UNKNOWN
Justin Ruggles
2012-02-25
4
-2
/
+7
*
check for coded_frame allocation failure in several audio encoders
Justin Ruggles
2012-02-25
7
-0
/
+17
*
audio encoders: do not set coded_frame->key_frame.
Justin Ruggles
2012-02-25
6
-6
/
+0
*
g722enc: check for trellis data allocation error
Justin Ruggles
2012-02-25
1
-12
/
+20
*
libspeexenc: export encoder delay through AVCodecContext.delay
Justin Ruggles
2012-02-25
1
-4
/
+3
*
avcodec: document the use of AVCodecContext.delay for audio encoders
Justin Ruggles
2012-02-25
1
-2
/
+14
*
kgv1: release reference picture on size change.
Ronald S. Bultje
2012-02-25
1
-1
/
+4
*
matroska: don't overwrite string values until read/alloc was succesful.
Ronald S. Bultje
2012-02-25
1
-5
/
+8
[next]