index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
Commit message (
Expand
)
Author
Age
Files
Lines
*
'code' is used to index a table so make it unsigned
Aurelien Jacobs
2009-01-21
3
-3
/
+3
*
yet another attempt on fixing synchronization in VMD
Kostya Shishkov
2009-01-21
1
-6
/
+6
*
Empty audio chunks in VMD are silent, not skipped
Kostya Shishkov
2009-01-21
1
-1
/
+1
*
cosmetics: reindent after last commit
Kostya Shishkov
2009-01-21
1
-7
/
+7
*
VMD first chunk of audio is not coded as many separate chunks of block_align
Kostya Shishkov
2009-01-21
1
-29
/
+0
*
change sample aspect ratio test to be more clear, print old one
Baptiste Coudurier
2009-01-20
1
-3
/
+4
*
another mpeg4 fourcc
Ben Littler
2009-01-20
1
-0
/
+1
*
Do not use avctx->frame_number which might not be set,
Baptiste Coudurier
2009-01-20
1
-4
/
+5
*
set correct value for starting line
Baptiste Coudurier
2009-01-20
1
-3
/
+10
*
fix gxf time code mark out value
Baptiste Coudurier
2009-01-20
1
-1
/
+10
*
Enable building r3d demuxer when its config is set.
Benoit Fouet
2009-01-20
1
-0
/
+1
*
Fix a read past end of buffer crash in the mp3 probe
Alex Converse
2009-01-20
1
-1
/
+1
*
R3D REDCODE demuxer
Baptiste Coudurier
2009-01-20
3
-2
/
+387
*
matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes
Aurelien Jacobs
2009-01-20
1
-9
/
+11
*
Use "" instead of <> when #including non-system headers.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Fix probing of files with ID3v2 tags. Discussed at
Alex Converse
2009-01-19
6
-12
/
+43
*
Restore mistakenly removed period after "DivX, Inc".
Diego Biurrun
2009-01-19
1
-1
/
+1
*
add T263. works on samples/V-codecs/T263/
Ben Littler
2009-01-19
1
-0
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
70
-75
/
+75
*
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
Aurelien Jacobs
2009-01-18
4
-8
/
+7
*
matroskadec: merge ByteIOContext declarations at upper level
Aurelien Jacobs
2009-01-18
1
-4
/
+1
*
matroskadec: parse the WAVEFORMATEX header and discard it from extradata
Aurelien Jacobs
2009-01-18
1
-2
/
+7
*
add jp2 formater in image2 muxer
Baptiste Coudurier
2009-01-18
1
-1
/
+24
*
jpeg2k is intra only codec
Baptiste Coudurier
2009-01-18
1
-0
/
+1
*
match format in names list separated by commas
Baptiste Coudurier
2009-01-17
1
-1
/
+19
*
added demuxer for FunCom ISS audio files,
Stefan Gehrer
2009-01-17
4
-1
/
+133
*
remove ff_get_fourcc() and use AV_RL32() instead
Aurelien Jacobs
2009-01-17
3
-4
/
+5
*
export gcd function as av_gcd()
Aurelien Jacobs
2009-01-17
4
-6
/
+6
*
Cosmetics: indent
David Conrad
2009-01-17
1
-1
/
+1
*
Treat disposition==0 as undefined and don't write the default flag
David Conrad
2009-01-17
1
-0
/
+1
*
Flush the buffer after writing the header and when done with writing the files
David Conrad
2009-01-17
1
-0
/
+2
*
add LM20 mimic in avi fourcc
Ben Littler
2009-01-16
1
-0
/
+1
*
WavPack hybrid mode support
Kostya Shishkov
2009-01-16
1
-4
/
+0
*
Merge declaration and initialization of io_buffer_size
Reimar Döffinger
2009-01-16
1
-6
/
+1
*
Make io_buffer_size unsigned to avoid a warning about comparing
Reimar Döffinger
2009-01-16
1
-1
/
+2
*
Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_in...
Reimar Döffinger
2009-01-16
1
-1
/
+1
*
Use AV_WB32 instead of reimplementing it.
Reimar Döffinger
2009-01-16
1
-4
/
+2
*
Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.
Reimar Döffinger
2009-01-16
1
-5
/
+1
*
Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)
Reimar Döffinger
2009-01-16
1
-1
/
+1
*
Make unsigned int a variable that does not need to be explicitely 32 bits.
Marc Mason
2009-01-16
1
-1
/
+1
*
support h264 extradata with 0x000001 startcode
Baptiste Coudurier
2009-01-16
1
-1
/
+2
*
use ff_avc_parse_nal_units_buf because output size might differ from input size
Baptiste Coudurier
2009-01-16
1
-7
/
+12
*
10l, fix prototype
Baptiste Coudurier
2009-01-16
1
-1
/
+1
*
export ff_avc_parse_nal_units_buf
Baptiste Coudurier
2009-01-16
2
-2
/
+3
*
move actual writing before so new size can be taken into account
Baptiste Coudurier
2009-01-16
1
-9
/
+9
*
return size written in ff_avc_parse_nal_units
Baptiste Coudurier
2009-01-16
2
-2
/
+5
*
Reindent after last commit
Luca Abeni
2009-01-15
3
-3
/
+3
*
Do not reallocate AVPacket's data when muxing a packet
Luca Abeni
2009-01-15
5
-34
/
+36
*
Factorise id3v2 header parsing from mp3.c to be shared
Alex Converse
2009-01-15
4
-18
/
+74
*
use delay for subs and dirac too
Baptiste Coudurier
2009-01-15
1
-4
/
+10
[next]