index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ratecontrol: K&R cosmetic formatting
Luca Barbato
2013-01-12
1
-486
/
+591
*
rtpdec: Remove a useless todo comment
Martin Storsjö
2013-01-12
1
-1
/
+1
*
rtsp: Remove an outdated comment
Martin Storsjö
2013-01-12
1
-4
/
+0
*
rtsp: Remove references to weirdly named variables in other files
Martin Storsjö
2013-01-12
1
-3
/
+1
*
rtp: Rename a static variable to normal naming conventions
Martin Storsjö
2013-01-12
1
-24
/
+24
*
rtp: Cosmetic cleanup
Martin Storsjö
2013-01-12
1
-10
/
+4
*
configure: enable pic for shared libs on AArch64
Marcin Juszkiewicz
2013-01-11
1
-1
/
+1
*
zmbv: Reset the decoder on keyframe errors
Luca Barbato
2013-01-11
1
-0
/
+2
*
vc1dec: prevent a crash due missing pred_flag parameter
Vladimir Pantelic
2013-01-11
1
-3
/
+7
*
matroska: Fix use after free
Dale Curtis
2013-01-11
1
-1
/
+1
*
vp3: Fix double free in vp3_decode_end()
Ronald Bultje
2013-01-10
1
-9
/
+9
*
fate: Split fate-siff test into demuxer and VB video decoder test
Diego Biurrun
2013-01-10
4
-6
/
+117
*
rtpdec_vp8: Don't trim too much data from broken frames
Martin Storsjö
2013-01-10
1
-4
/
+2
*
rtpdec_vp8: Simplify code by using an existing helper function
Martin Storsjö
2013-01-10
1
-5
/
+2
*
rtpdec: Add a terminating null byte at the end of the SDES/CNAME
Martin Storsjö
2013-01-10
1
-2
/
+3
*
yuv4mpeg: do not use deprecated functions
Luca Barbato
2013-01-09
1
-2
/
+4
*
oggdec: fix faulty cleanup prototype
Luca Barbato
2013-01-09
1
-1
/
+1
*
idcin: return 0 from idcin_read_packet() on success.
Justin Ruggles
2013-01-09
1
-1
/
+1
*
idcin: better error handling
Justin Ruggles
2013-01-09
2
-5
/
+27
*
idcin: check for integer overflow when calling av_get_packet()
Justin Ruggles
2013-01-09
1
-0
/
+4
*
idcin: allow seeking back to the first packet
Justin Ruggles
2013-01-09
1
-0
/
+21
*
idcin: set AV_PKT_FLAG_KEY for video packets with a palette
Justin Ruggles
2013-01-09
1
-0
/
+1
*
idcin: set start_time and packet duration instead of manually tracking pts.
Justin Ruggles
2013-01-09
1
-8
/
+7
*
idcin: set channel_layout
Justin Ruggles
2013-01-09
1
-0
/
+3
*
idcin: fix check for presence of an audio stream
Justin Ruggles
2013-01-09
1
-4
/
+6
*
idcin: validate header parameters
Justin Ruggles
2013-01-09
1
-0
/
+19
*
idcinvideo: correctly set AVFrame defaults
Justin Ruggles
2013-01-09
1
-1
/
+1
*
yadif: Port inline assembly to yasm
Daniel Kang
2013-01-09
4
-302
/
+264
*
au: remove unnecessary casts
Justin Ruggles
2013-01-09
1
-2
/
+2
*
au: return AVERROR codes instead of -1
Justin Ruggles
2013-01-09
1
-5
/
+6
*
au: cosmetics: pretty-print and remove pointless comments
Justin Ruggles
2013-01-09
1
-50
/
+46
*
au: use ff_raw_write_packet()
Justin Ruggles
2013-01-09
2
-9
/
+4
*
au: set stream start time and packet durations
Justin Ruggles
2013-01-09
1
-0
/
+3
*
au: use %u when printing id and channels since they are unsigned
Justin Ruggles
2013-01-09
1
-2
/
+2
*
au: validate sample rate
Justin Ruggles
2013-01-09
1
-0
/
+5
*
au: move skipping of unused data to before parameter validation
Justin Ruggles
2013-01-09
1
-5
/
+5
*
au: do not arbitrarily limit channel count
Justin Ruggles
2013-01-09
1
-3
/
+3
*
au: do not set pkt->size directly
Justin Ruggles
2013-01-09
1
-3
/
+0
*
au: set block_align and use it in au_read_packet()
Justin Ruggles
2013-01-09
1
-3
/
+3
*
au: set bit rate
Justin Ruggles
2013-01-09
1
-0
/
+1
*
au: validate bits-per-sample separately from codec tag
Justin Ruggles
2013-01-09
1
-1
/
+8
*
rtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPT
Martin Storsjö
2013-01-09
1
-0
/
+5
*
xan: Convert to bytestream2
Alexandra Khirnova
2013-01-09
1
-27
/
+31
*
oggenc: add a page_duration option and deprecate the pagesize option
Justin Ruggles
2013-01-08
2
-7
/
+57
*
x86: lavr: add SSE2/AVX dither_int_to_float()
Justin Ruggles
2013-01-08
2
-0
/
+86
*
x86: lavr: add SSE2 quantize() for dithering
Justin Ruggles
2013-01-08
5
-0
/
+102
*
doc/APIchanges: fill in missing dates and hashes.
Justin Ruggles
2013-01-08
1
-9
/
+9
*
rtpdec_vp8: Request a keyframe if RTP packets are lost
Martin Storsjö
2013-01-08
1
-1
/
+27
*
rtpdec: Support sending RTCP feedback packets
Martin Storsjö
2013-01-08
5
-1
/
+113
*
rtpdec: Store the dynamic payload handler in the rtpdec context
Martin Storsjö
2013-01-08
2
-9
/
+10
[next]