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
*
avformat/img2dec: enable generic seeking for image pipes
Michael Niedermayer
2014-10-04
1
-0
/
+1
*
avformat/img2dec: initialize pkt->pos for image pipes
Michael Niedermayer
2014-10-04
1
-0
/
+3
*
avformat/img2dec: pass error code and signal EOF
Michael Niedermayer
2014-10-04
1
-1
/
+7
*
avformat/img2dec: fix error code at EOF for pipes
Michael Niedermayer
2014-10-04
1
-1
/
+1
*
avformat/riffenc: Filter out "BottomUp" in ff_put_bmp_header()
Benoit Fouet
2014-10-04
1
-4
/
+8
*
Merge commit 'b45ab61b24a8f2aeafdd4451491b1b30b7875ee5' into release/2.4
Michael Niedermayer
2014-09-18
1
-2
/
+4
|
\
|
*
apetag: Fix APE tag size check
Katerina Barone-Adesi
2014-09-17
1
-2
/
+4
|
*
matroskaenc: convert avstream stereo3d side data during encoding
Vittorio Giovara
2014-08-28
1
-18
/
+76
|
*
matroskadec: parse stereo mode on decoding
Vittorio Giovara
2014-08-28
3
-2
/
+77
|
*
avcodec: add stream-level stereo3d side data
Vittorio Giovara
2014-08-28
1
-0
/
+50
|
*
matroska: list supported extensions
Vittorio Giovara
2014-08-28
1
-0
/
+1
|
*
mpegenc: limit the maximum muxrate
Anton Khirnov
2014-08-27
1
-1
/
+1
|
*
electronicarts: do not fail on zero-sized chunks
Anton Khirnov
2014-08-22
1
-1
/
+10
|
*
Revert "lavf: eliminate ff_get_audio_frame_size()"
Andrew Stone
2014-08-22
2
-1
/
+24
*
|
avformat/utils: free s->pb for image2 as it can be used with and without a file
Michael Niedermayer
2014-09-13
1
-1
/
+1
*
|
avformat/assenc: honor ReadOrder
Clément Bœsch
2014-09-13
1
-4
/
+103
*
|
avformat/mpegts: Improve probe heuristic by considering the overall frequency...
Michael Niedermayer
2014-09-13
1
-4
/
+3
*
|
avformat/vobsub: fix NULL dereference
Clément Bœsch
2014-09-13
1
-1
/
+1
*
|
lavf/format.c: use AVPROBE_SCORE_MIME instead of AVPROBE_SCORE_EXTENSION for ...
Andreas Cadhalpun
2014-09-13
1
-1
/
+1
*
|
avformat/img2dec: Fail probing when no data is yet available and the filename...
Michael Niedermayer
2014-09-12
1
-0
/
+2
*
|
avformat/format: Run image2 probe again when file content data is available
Michael Niedermayer
2014-09-12
1
-1
/
+1
*
|
avformat/img2dec: reduce bmppipe probe score
Michael Niedermayer
2014-09-12
1
-1
/
+1
*
|
avformat/img2_alias_pix: Add AVClass and image2 AVOptions
Michael Niedermayer
2014-09-11
1
-0
/
+8
*
|
avformat/img2_alias & brender_pix: fix function names
Michael Niedermayer
2014-09-11
2
-4
/
+4
*
|
avformat/img2_brender_pix: Add AVClass and image2 AVOptions
Michael Niedermayer
2014-09-11
1
-0
/
+8
*
|
avformat/img2: Make AVOptions available to img* demuxers defined in other files
Michael Niedermayer
2014-09-11
2
-5
/
+7
*
|
avformat/rmdec: very basic MLTI support
Michael Niedermayer
2014-09-11
1
-0
/
+15
*
|
avformat/concatdec: fix "warning: explicitly assigning a variable of type int...
Michael Niedermayer
2014-09-10
1
-4
/
+4
*
|
avformat/mp3dec: Improve seeking frame sync code
Michael Niedermayer
2014-09-10
1
-8
/
+19
*
|
avformat: remove FF_API_ASS_SSA dead code
Clément Bœsch
2014-09-09
4
-168
/
+0
*
|
avformat/mpeg: update comment on probe score
Michael Niedermayer
2014-09-09
1
-1
/
+1
*
|
avformat/mpeg: increase score for short mpeg-ps by 1
Michael Niedermayer
2014-09-09
1
-1
/
+1
*
|
avformat/rtpdec_qt: Fix 'warning: passing argument 2 of ffio_init_context dis...
Michael Niedermayer
2014-09-08
1
-1
/
+1
*
|
lavf/segment: abort in case of invalid segment format options
Stefano Sabatini
2014-09-08
1
-1
/
+4
*
|
avformat/utils: Exclude the header size when computing duration from bit_rate
Hendrik Leppkes
2014-09-08
1
-1
/
+2
*
|
Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b'
Michael Niedermayer
2014-09-08
2
-9
/
+6
|
\
\
|
*
|
libavformat: Check mkdir return error codes
Martin Storsjö
2014-09-07
2
-3
/
+12
*
|
|
avformat/m4vdec: Check for non startcode 00 00 00 sequences in probe
Michael Niedermayer
2014-09-07
1
-3
/
+5
*
|
|
lavf/segment: add segment_format_options option
Stefano Sabatini
2014-09-07
2
-3
/
+24
*
|
|
avformat/swfdec: Do not change the pixel format
Michael Niedermayer
2014-09-07
1
-3
/
+10
*
|
|
avformat/mpegts: fix spelling error
Andreas Cadhalpun
2014-09-06
1
-1
/
+1
*
|
|
avformat/srtdec: speed up probing
wm4
2014-09-05
1
-0
/
+1
*
|
|
avformat/realtextdec: UTF-16 support
wm4
2014-09-05
3
-21
/
+10
*
|
|
avformat/samidec: UTF-16 support
wm4
2014-09-05
3
-10
/
+27
*
|
|
avformat/srtdec: UTF-16 support
wm4
2014-09-05
3
-16
/
+96
*
|
|
avformat/assdec: UTF-16 support
wm4
2014-09-05
3
-7
/
+131
*
|
|
lavf/ffmdec: return proper error code in ffm2_read_header()
Stefano Sabatini
2014-09-05
1
-3
/
+11
*
|
|
Merge commit '4d55e9de27894ddfb337b28cd7aa6d14a12666d2'
Michael Niedermayer
2014-09-04
1
-1
/
+2
|
\
|
|
|
*
|
vc1: Split bits used in libavformat into a separate header
Diego Biurrun
2014-09-04
1
-1
/
+1
*
|
|
avformat/flvdec: read the correct bits into the tag type
Steven Liu
2014-09-04
1
-1
/
+1
[next]