source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @42590780   13 years Joakim Plate [r3d] Check return value of avio_seek and avoid modifying state if it fails
(edit) @e22155ef   13 years Joakim Plate [nsv] Check return value of avio_seek and avoid modifying state if it fails
(edit) @a3f4fc81   13 years Joakim Plate [mxfdec] Check return value of avio_seek and avoid modifying state if …
(edit) @88ad7941   13 years Joakim Plate [mpc8] Check return value of avio_seek and avoid modifying state if it …
(edit) @83335817   13 years Joakim Plate [jvd] Check return value of avio_seek and avoid modifying state if it fails
(edit) @58540d7   13 years Joakim Plate [filmstrip] Check return value of avio_seek and avoid modifying state …
(edit) @928cfc7e   13 years Joakim Plate [ffmdec] Check return value of avio_seek and avoid modifying state if …
(edit) @1df00ac8   13 years Joakim Plate [dv] Check return value of avio_seek and avoid modifying state if it fails
(edit) @75f41806   13 years Joakim Plate [cafdec] Check return value of avio_seek and avoid modifying state if …
(edit) @598cc84f   13 years Joakim Plate [bink] Check return value of avio_seek and avoid modifying state if it …
(edit) @d2a847c   13 years michaelni Merge remote-tracking branch 'hexene/scratchpad' * hexene/scratchpad: …
(edit) @e7f9aa6f   13 years naufal22 libstagefright: Explicitly free smart pointer objects
(edit) @1a2d8c8b   13 years naufal22 Changelog: Explain why C++ support is added, and that its optional …
(edit) @9fa47cb7   13 years michaelni make mpegts_get_pcr resync if it's not on a valid mpegts packet
(edit) @62142663   13 years michaelni cosmetic reindent of mpegts_get_pcr
(edit) @0a90b6a4   13 years michaelni check return value of url_fseek in mpegts_get_pcr
(edit) @880e8382   13 years michaelni respect the maximum position mpegts_get_pcr is allowed to seek to
(edit) @2130d2f5   13 years michaelni remove unused code in mpegts_get_pcr
(edit) @b5824233   13 years naufal22 tools/build_libstagefright: rename build/libav to something neutral …
(edit) @a30ef633   13 years michaelni ffplay: dont drop all frames if realtime decoding is impossible …
(edit) @872655fe   13 years michaelni dvdsubdec: fix bad free in dvdsub_init Signed-off-by: Michael …
(edit) @15240feb   13 years michaelni Merge remote-tracking branch 'hexene/scratchpad' * hexene/scratchpad: …
(edit) @f27f68eb   13 years Carl Eugen Hoyos Muxing WTV is supported.
(edit) @6a507ccf   13 years michaelni wtvenc: add some asserts because iam paranoid Signed-off-by: Michael …
(edit) @438debd   13 years michaelni WTV muxer (2_wtvenc.patch, 3_add_wtv_muxer.patch)
(edit) @d06c5b44   13 years michaelni swscale: drop redundant code. Signed-off-by: Michael Niedermayer …
(edit) @1eb8014b   13 years michaelni swscale: add 14bit support to the "MMX/SSE2/SSSE3/SSE4 versions for …
(edit) @7700846c   13 years michaelni swscale: remove unused and forgotten file. Signed-off-by: Michael …
(edit) @1294ae6f   13 years michaelni Revert "Check if dxva2api.h is recent enough to compile …
(edit) @b62e42da   13 years michaelni doc/ffmpeg: s/avserver/ffserver/ Signed-off-by: Michael Niedermayer …
(edit) @cac9877e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: sws: …
(edit) @5ad01dec   13 years Clément Bœsch ffprobe: rename print_{int,str}_f callbacks to print_{integer,string}. …
(edit) @3fdf519e   13 years Clément Bœsch ffprobe: add JSON output printing format.
(edit) @afbeb494   13 years Clément Bœsch ffprobe: replace fmt callback with str callback. Having a string …
(edit) @e29d6db5   13 years michaelni Merge avconv.texi in ffmpeg.texi Signed-off-by: Michael Niedermayer …
(edit) @e0c3e073   13 years rsbultje sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling. …
(edit) @9331a2ee   13 years michaelni configure: slightly more robust looking check for math functions. I …
(edit) @8f5bb35f   13 years michaelni ffmpeg: fix video synchronization code to be exact on constant fps …
(edit) @3ed78609   13 years justin.ruggles include stdint.h in adpcm_data.h fixes make checkheaders
(edit) @a05ea77c   13 years diego mpeg12: reorder functions to avoid ugly forward declarations
(edit) @fbbe0925   13 years michaelni ffplay: remove thread command line option code, it is unneeded for …
(edit) @838e3663   13 years michaelni avcodec: move "thread emulation" warning to common code …
(edit) @391b1e39   13 years Carl Eugen Hoyos Fix false positive when detecting dxva2.
(edit) @38670356   13 years michaelni libavformat/utils: print ts in the "invalid dts/pts combination" case. …
(edit) @39e0accb   13 years michaelni vf_remove_logo: domt access vf->next->query_format() directly but use …
(edit) @d67e749   13 years michaelni smacker: fix a few off by 1 errors stereo & 16bit is untested due to …
(edit) @32c0c562   13 years Joakim Plate dvdsubdec: Move colormap and alpha to context This makes it …
(edit) @f98edc73   13 years michaelni smacker: add forgotten * found by fenrir Signed-off-by: Michael …
(edit) @a92d0fa5   13 years martin Fixed off by one packet size allocation in the smacker demuxer. …
(edit) @e055932   13 years martin Check for invalid packet size in the smacker demuxer. Signed-off-by: …
(edit) @5e85fd9f   13 years michaelni libx264: fix overwriting presets with flags2 This fixes overwriting …
(edit) @6c9a2463   13 years michaelni asf: only try to read asf index once This avoid retrying to read ASF …
(edit) @9efae6a1   13 years stefano.sabatini-lala lavfi: bump minor and update APIchanges after recent updates These …
(edit) @c58d45e0   13 years michaelni segafilm: Fix potential division by 0 on corrupted segafilm streams in …
(edit) @7cbe0257   13 years michaelni segafilm: Check for memory allocation failures in segafilm demuxer. …
(edit) @3eb1e65f   13 years michaelni libx264: fix overwriting preset rc_lookahead This fixes …
(edit) @7009b96   13 years michaelni dvdsubdec: Support palette information for vobsub's stored as text in …
(edit) @273aab99   13 years anton ape demuxer: fix segfault on memory allocation failure. …
(edit) @9765caec   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: adpcm: …
(edit) @0872bb23   13 years alex.converse xan: Add some buffer checks
(edit) @350f57bd   13 years alex.converse xan: Remove extra trailing newline
(edit) @393d5031   13 years alex.converse Fixed size given to init_get_bits() in xan decoder.
(edit) @f0c64d0d   13 years stefano.sabatini-lala dshow: indent Signed-off-by: Stefano Sabatini …
(edit) @1c282f96   13 years stefano.sabatini-lala dshow: add option to list devices Signed-off-by: Stefano Sabatini …
(edit) @fad4e1a5   13 years stefano.sabatini-lala dshow: factorise cycling through devices Signed-off-by: Stefano …
(edit) @4381bddc   13 years stefano.sabatini-lala lavfi: consistently use int for sample_rate in AVFilterLink and …
(edit) @2c03174   13 years stefano.sabatini-lala lavfi: simplify signature for avfilter_get_audio_buffer() and friends …
(edit) @47886e3   13 years michaelni mxfdec: skip to end of structural sets This fixes reading of partition …
(edit) @73211630   13 years michaelni gitignore: ignore .exp files, as generated by the MS linker on win32 …
(edit) @826c56d1   13 years justin.ruggles adpcm: split ADPCM encoders and decoders into separate files. Move …
(edit) @57650c70   13 years anton doc/avconv: fix typo.
(edit) @23a1f0c5   13 years anton rv34: check that subsequent slices have the same type as first one. …
(edit) @47a8589f   13 years anton smacker demuxer: handle possible av_realloc() failure. Signed-off-by: …
(edit) @677a831e   13 years Clément Bœsch ffmpeg: remove unused data_codec_name.
(edit) @525d4852   13 years Clément Bœsch ffmpeg: set {audio,video,subtitle}_codec_name const. This fixes …
(edit) @4b961ddf   13 years Clément Bœsch ffmpeg: a bit more consistent prototypes.
(edit) @615baa13   13 years anton lavfi: add split filter from soc. Some fixes by Stefano. For detailed …
(edit) @ee42716b   13 years anton lavfi: add showinfo filter Signed-off-by: Anton Khirnov …
(edit) @af1e2470   13 years anton libxavs: add private options corresponding to deprecated global …
(edit) @83a0caad   13 years michaelni alsa: increase max buffer size Fixes Ticket373 Thanks to llogan for …
(edit) @716c1f7   13 years michaelni h264: improve MAX_SLICES too small check so it gives less false …
(edit) @ad2fba86   13 years michaelni doc: replace avserver by ffserver as we have not done that rename …
(edit) @7e4111cf   13 years michaelni rmdec: Check return value of more avio_seek calls Signed-off-by: …
(edit) @f9e083a1   13 years michaelni avidec: Check return value of more avio_seek calls The move of …
(edit) @ac1d4893   13 years michaelni asf: Check return value of more avio_seek calls This reduces problems …
(edit) @bc851a2   13 years michaelni Fix writes out of bounds in the ogg demuxer. Between ogg_save() and …
(edit) @340e6735   13 years michaelni mpeg12dec: if lavc's mpeg2 decoder was asked to drop a frame, it could …
(edit) @411cc5c4   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (31 …
(edit) @5a6f4a13   13 years michaelni gitignore: add files to git ignore generated on a win32 build …
(edit) @dc255275   13 years michaelni Fixed invalid read access on extra data in cinepak decoder. …
(edit) @d0121e8d   13 years michaelni Fixed segfault on corrupted smacker streams in the demuxer. …
(edit) @d07ac185   13 years michaelni Fixed segfaults on corruped smacker streams in the decoder. …
(edit) @1632a57   13 years michaelni Fixed segfault on memory allocation failure in ape demuxer. …
(edit) @c8ce2b0a   13 years michaelni mpegts: When playing mpegts over rtp/rtsp/sdp, lavf must still read …
(edit) @6cfed112   13 years diego audioconvert: add explanatory comments to channel_names array …
(edit) @3a0b5fa5   13 years diego audioconvert: K&R whitespace cosmetics Signed-off-by: Diego Biurrun …
(edit) @53f8f0a7   13 years michaelni Fix for some non interleaved avi files that gets played twice or won't …
(edit) @e42a3dd1   13 years michaelni Allow reading of growing avi files (ie currently being written) This …
(edit) @fe0ac337   13 years michaelni mpeg4videodec: Fix new slice end detection for missing slices. …
(edit) @4bb3ae1e   13 years anton avconv: use correct index when selecting metadata to write to.
Note: See TracRevisionLog for help on using the revision log.