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
*
avformat_open_input(): Add braces to shut up gcc warning.
Diego Biurrun
2011-07-14
1
-1
/
+1
*
Add an APIChanges entry and bump minor versions for recent changes.
Anton Khirnov
2011-07-14
1
-1
/
+1
*
doxygen: Make sure parameter names match between .c and .h files.
Diego Biurrun
2011-07-14
3
-12
/
+12
*
lavf: fix invalid reads in avformat_find_stream_info()
Anton Khirnov
2011-07-14
1
-1
/
+1
*
lavf: fix segfault in av_open_input_stream()
Anton Khirnov
2011-07-13
1
-1
/
+2
*
mpegtsenc: set Random Access indicator on keyframe start packets
Jindrich Makovicka
2011-07-13
1
-11
/
+56
*
lavf: Cleanup try_decode_frame() logic.
Alex Converse
2011-07-13
1
-6
/
+3
*
build: move tests/seek_test.c to libavformat and reuse generic build rules
Diego Biurrun
2011-07-13
2
-1
/
+134
*
mxfenc: include needed header for ff_iso8601_to_unix_time() prototype
Kostya Shishkov
2011-07-13
1
-0
/
+1
*
Add a check for strptime().
Anton Khirnov
2011-07-13
1
-0
/
+6
*
lavf: factor out conversion of ISO8601 string to unix time
Anton Khirnov
2011-07-13
6
-21
/
+20
*
wav: parse 'bext' metadata
Tomas Härdin
2011-07-13
1
-0
/
+101
*
wav: keep parsing until EOF if the input is seekable and we know the size of ...
Tomas Härdin
2011-07-13
1
-15
/
+32
*
wav: Refactor the tag checking into a switch statement
Tomas Härdin
2011-07-13
1
-4
/
+9
*
wav: make sure neither data_size nor sample_count is negative.
Tomas Härdin
2011-07-13
1
-0
/
+6
*
wav: refactor the 'fmt ' tag search and parsing.
Tomas Härdin
2011-07-13
1
-18
/
+39
*
wav: add an option for writing BEXT chunk
Benjamin Larsson
2011-07-13
1
-0
/
+78
*
Musepack SV7: try to read files without number of frames provided
Kostya Shishkov
2011-07-13
1
-4
/
+12
*
lavf: deprecate AVFormatContext.timestamp
Anton Khirnov
2011-07-12
6
-7
/
+63
*
matroskaenc: make SSA default subtitle codec.
Anton Khirnov
2011-07-12
1
-1
/
+1
*
oggdec: prevent heap corruption.
Chris Evans
2011-07-11
1
-2
/
+3
*
mpegts: fix Continuity Counter error detection
Jindrich Makovicka
2011-07-11
1
-2
/
+3
*
matroskadec: fix stupid typo (!= -> ==)
Anton Khirnov
2011-07-10
1
-1
/
+1
*
build: rework rules for things in the tools dir
Mans Rullgard
2011-07-10
1
-0
/
+1
*
matroskadec: reindent
Anton Khirnov
2011-07-10
1
-15
/
+15
*
matroskadec: defer parsing of cues element until we seek.
Aaron Colwell
2011-07-10
1
-45
/
+86
*
lavc: make avcodec_alloc_context3 officially public.
Anton Khirnov
2011-07-10
3
-3
/
+3
*
lavf: add avformat_find_stream_info()
Anton Khirnov
2011-07-10
2
-5
/
+40
*
segafilm: add support for videos with cri adx adpcm
Matthew Hoops
2011-07-09
1
-7
/
+21
*
gxf: Fix 25 fps DV material in GXF being misdetected as 50 fps
Tomas Härdin
2011-07-09
1
-9
/
+16
*
mp3enc: write a xing frame containing number of frames in the file
Anton Khirnov
2011-07-08
1
-5
/
+70
*
lavf: update AVStream.nb_frames when muxing.
Anton Khirnov
2011-07-08
2
-1
/
+8
*
gif: add loop private option.
Anton Khirnov
2011-07-08
3
-4
/
+34
*
img2: add loop private option.
Anton Khirnov
2011-07-08
3
-2
/
+17
*
adts: Fix PCE copying.
Alex Converse
2011-07-06
1
-0
/
+4
*
lavf: deprecate AVStream.quality.
Anton Khirnov
2011-07-06
4
-3
/
+6
*
bink: pass Bink version to audio decoder through extradata instead of codec_tag.
Kostya
2011-07-06
1
-1
/
+6
*
Add some missing mathematics.h #includes for av_rescale().
Diego Biurrun
2011-07-05
3
-0
/
+3
*
mxfenc: fix ignored drop flag in binary timecode representation.
Clément Bœsch
2011-07-05
1
-1
/
+1
*
ogg: propagate return values and return more meaningful error values
Nicolas George
2011-07-04
1
-25
/
+34
*
oggdec: Abort Ogg header parsing when encountering a data packet.
Reimar Döffinger
2011-07-04
1
-4
/
+1
*
mxfenc: small typo fix
Clément Bœsch
2011-07-04
1
-1
/
+1
*
Do not include log.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
34
-0
/
+36
*
Do not include intfloat_readwrite.h in avutil.h
Mans Rullgard
2011-07-03
17
-0
/
+18
*
Remove return statements following infinite loops without break
Mans Rullgard
2011-07-03
7
-10
/
+0
*
RTSP: Doxygen comment cleanup
Diego Biurrun
2011-07-03
2
-15
/
+9
*
doxygen: Escape '\' in Doxygen documentation.
Diego Biurrun
2011-07-03
1
-2
/
+2
*
doxygen: Fix parameter names to match the function prototypes.
Diego Biurrun
2011-07-03
1
-1
/
+1
*
Move some conditionally used code below the appropriate #ifdef.
Diego Biurrun
2011-07-03
1
-3
/
+1
[next]