source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4b8bc6d2   11 years michaelni Merge commit 'fc6a3ef40d34ce8443ae57c2452f3f273d7d4891' * commit …
(edit) @fadec4f6   11 years michaelni Merge commit '3d95d27376e59de14f984e7a22a52e066d85df35' * commit …
(edit) @8e6af036   11 years michaelni Merge commit '58312b2472d3a44d7458865c459d59ef2e02bf1a' * commit …
(edit) @508229ad   11 years michaelni Merge commit 'e89aa4bf56e5b5c45f569eb12733519789e057da' * commit …
(edit) @4a055f91   11 years michaelni Merge commit '1b5d065ca722eb8028c7a08e054b6da3419faf5d' * commit …
(edit) @3929c174   11 years michaelni Merge commit '94a417acc05cc5151b473abc0bf51fad26f8c5a0' * commit …
(edit) @405b1ef8   11 years michaelni Merge commit '24057c83207d6ea8bfd824155ac37be8a33dfd0c' * commit …
(edit) @c13e73c2   11 years michaelni Merge commit '5569146d48f06564e8fa393424782cceed510916' * commit …
(edit) @3cf1503b   11 years michaelni Merge commit 'a6a2282c25abe43e352010a7c3fbc92994c0bc1c' * commit …
(edit) @532b93b5   11 years michaelni Merge commit 'feded990e3ef9af4a0b827d5b6d8fe86f0b94942' * commit …
(edit) @50478495   11 years michaelni avformat/utils: fix order of buffers in timestamp update code …
(edit) @950fb8a   11 years michaelni avcodec/mpegvideo: fix ac/dc_val and coded_block table sizes With …
(edit) @9c5260e7   11 years michaelni avutil/mathematics: fix 2 typos in the doxy Signed-off-by: Michael …
(edit) @d392619   11 years stefasab doc/faq: remove "-profile option fails when encoding H.264 video with …
(edit) @d52dd243   11 years stefasab doc/ffserver: mention how to access streams through RTSP
(edit) @fc6a3ef4   11 years anton audio_mix: fix zeroing output channels in certain cases Specifically, …
(edit) @3d95d273   11 years anton audio_mix: initialize the data pointers to NULL This should make it …
(edit) @58312b24   11 years anton h264: reset data_partitioning if decoding the slice header for NAL_DPA …
(edit) @e89aa4bf   11 years anton lzw: switch to bytestream2 Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @1b5d065c   11 years anton pmpdec: check that there is at least one audio packet. The code …
(edit) @94a417ac   11 years anton mathematics: remove asserts from av_rescale_rnd() It is a public …
(edit) @24057c83   11 years anton eacmv: check the framerate before setting it. Found-by: Mateusz …
(edit) @5569146d   11 years anton adx: check that the offset is not negative Found-by: Mateusz "j00ru" …
(edit) @a6a2282c   11 years anton rv30: fix extradata size check. It has been checking the number of …
(edit) @feded990   11 years anton mpegvideo: set reference/pict_type on generated reference frames …
(edit) @0389f9ab   11 years michaelni avcodec/avcodec: document that some video decoders do not support …
(edit) @57cfcbf3   11 years michaelni avformat/bink: display audio track ids Signed-off-by: Peter Ross …
(edit) @6275d93d   11 years anssi.hannula MAINTAINERS: add myself for spdif* and hls.c Signed-off-by: Anssi …
(edit) @9371d70b   11 years anssi.hannula avformat/hls: decouple playlists from variants Not all …
(edit) @857841c1   11 years anssi.hannula avformat/http: always allow no-op seek This also allows checking …
(edit) @0588acaf   11 years michaelni avformat/bink: seek to first frame Some rare bink files include …
(edit) @2c759d7   11 years michaelni matroskadec: Export the MuxingApp element value as metadata …
(edit) @8a1714ad   11 years michaelni ffmpeg: do not fail when options are routed to libavformat and …
(edit) @4feca221   11 years michaelni h264: Clear ERContext.cur_pic when unref'ing current picture. …
(edit) @2e59ffbb   11 years michaelni avcodec/mace: check buffer size Fixes use of uninitialized memory …
(edit) @c925e960   11 years michaelni mp3on4: fail when the header check fails It seems the code assumed …
(edit) @6433b393   11 years michaelni avcodec/aacps: fix number of bands used with ipd/opd Fixes use of …
(edit) @4843227b   11 years michaelni avcodec/iff: ensure that runs with insufficient input dont leave …
(edit) @7340718d   11 years michaelni avformat/bink: recognize bink2 files Support demuxing of audio …
(edit) @e3868cc5   11 years stefasab doc/muxers/hls: change "can used" to "can be used" Spotted-by: …
(edit) @8feaa83d   11 years michaelni fate: Add OggVP8 demux test Signed-off-by: James Almer …
(edit) @4663a55   11 years michaelni atrac3plus: Add forgotten initialization of an internal struct This …
(edit) @0f378d86   11 years michaelni doc/doxy: remove unused files Reviewed-by: Stefano Sabatini …
(edit) @9c29967a   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @0aa3254   11 years stefasab doc/muxers/segment: clarify ambiguos reference Replace "The segmenter …
(edit) @6cceef2f   11 years stefasab doc/muxers/segment: reference hls muxer
(edit) @f6707f06   11 years stefasab doc/muxers/hls: extend documentation In particular, reference segment …
(edit) @e9a26dc5   11 years michaelni avformat/mux: fix "no tag found" check in validate_codec_tag() …
(edit) @06bb1de1   11 years michaelni avformat/vqf: check avio_read()s return value more completely Fixes …
(edit) @e6364ea2   11 years michaelni avcodec/vqavideo: use av_mallocz() for decode_buffer() Fixes use of …
(edit) @58f0d164   11 years anton Makefile: add html template files to the doxygen deps
(edit) @0b1cfc4f   11 years stefasab configure: bump year number 2013 -> 2014 Happy new year!
(edit) @8c8c3ca9   11 years stefasab doc/protocols/rtsp, lavf/rtsp: fix/extend options documentation
(edit) @704c217f   11 years stefasab ffplay: add documentation for "s" key With various edits suggested by …
(edit) @07728a1   11 years michaelni avcodec/binkaudio: clear padding area of packet_buffer Fixes use of …
(edit) @3d8eeea6   11 years michaelni dxva2_vc1: signal skipped p frames Signed-off-by: Michael Niedermayer …
(edit) @c5562890   11 years michaelni dxva2_vc1: fix signaling of intensity compensation values …
(edit) @719f1ce5   11 years michaelni vc1: set chromaformat = 1 for simple/main profile 1 is the only valid …
(edit) @e1facd3f   11 years michaelni dxva2_vc1: set PQUANT as described by the 2010 spec update …
(edit) @3021d1be   11 years michaelni dxva2_vc1: set bfraction in slice info according to spec …
(edit) @8abdf46b   11 years michaelni dxva2_vc1: set refdist value according to spec Signed-off-by: Michael …
(edit) @46b06bd8   11 years michaelni avcodec/mpegvideo_enc: implement frame skip score normalization …
(edit) @21a2fb7e   11 years michaelni avcodec/hevc: clear HEVClc when its deallocated in hevc_decode_free() …
(edit) @97fca54   11 years michaelni avformat/version: bump micro for addition of internal field to …
(edit) @4bfcedb3   11 years michaelni avformat: dont run update_initial_duration() twice This should avoid …
(edit) @cbeaf678   11 years Reimar.Doeffinger Avoid using empty macro arguments. These are not supported by all …
(edit) @7fdf245   11 years anssi.hannula avformat/id3v2: allow ID3 parsing without AVFormatContext Add …
(edit) @d52882fa   11 years anssi.hannula avformat/http: allow the caller to select a request range Add …
(edit) @53765ae3   11 years anssi.hannula avformat/id3v2: parse ID3 Private frames as extra metadata They are …
(edit) @4a4437c0   11 years anssi.hannula avformat/mpegts: demux timed ID3 metadata Used in some HLS streams …
(edit) @61d43a26   11 years michaelni avcodec/lagarith: check and propagate return value from …
(edit) @afd12454   11 years michaelni avcodec/lagarith: use init_get_bits8() Suggested-by: Reimar …
(edit) @6f1b2967   11 years michaelni avcodec/lagarith: reenable buggy lag_decode_zero_run_line() This is …
(edit) @905bac2   11 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
(edit) @3cc0f335   11 years Reimar.Doeffinger af_aresample: remove only use of array compound literals with …
(edit) @311f61e1   11 years Reimar.Doeffinger configure: check that pthreads is compatible with compiler. In …
(edit) @b74eead2   11 years Reimar.Doeffinger compat: provide va_copy for old gcc versions. Since we have this …
(edit) @8ccc58bb   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavu: …
(edit) @2ebaadf3   11 years george lavc/mjpegenc: use proper error codes.
(edit) @19a2d101   11 years george lavc/mjpegenc: check av_frame_alloc() failure.
(edit) @97af2fa   11 years george lavc/libopenjpegenc: check av_frame_alloc() failure.
(edit) @a91394f4   11 years george lavc/diracdec: check av_frame_alloc() failure.
(edit) @38004051   11 years george lavc/utils: check av_frame_alloc() failure.
(edit) @a55692a9   11 years george ffprobe: check av_frame_alloc() failure.
(edit) @bcfcb8b8   11 years george lavc/ffwavesynth: fix dependency sizeof(AVFrame).
(edit) @d890db5f   11 years michaelni oggdec: add support for VP8 demuxing Signed-off-by: James Almer …
(edit) @4aa9c915   11 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
(edit) @e80aa47a   11 years michaelni avcodec/lagarith: fix init_get_bits() size in lag_decode_arith_plane() …
(edit) @3410122c   11 years michaelni avcodec/lagarith: fix src/src_size for esc_count < 8 untested due to …
(edit) @100a54da   11 years michaelni avcodec/lagarith: disable lag_decode_zero_run_line() and ask for a …
(edit) @de40905f   11 years Carl Eugen Hoyos Fix condition for transparency warning in xsub encoder.
(edit) @b4c89c90   11 years Carl Eugen Hoyos Allow hiding the banner. Fixes ticket #3246.
(edit) @9a4c10e3   11 years lu_zero lavu: Move preprocessor macros in a separate file And remove all the …
(edit) @9ed64001   11 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
(edit) @12fc0c89   11 years michaelni Merge remote-tracking branch 'lukaszmluki/master' * …
(edit) @fde219cf   11 years george lavd/xv: report if no adaptor present.
(edit) @828ac6d1   11 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: do …
(edit) @8ba77dfb   11 years lukasz.m.luki lavf/libssh: improve authentication - Add authentication using keys - …
(edit) @247a8fa7   11 years lukasz.m.luki lavf/libssh: fix file mode Signed-off-by: Lukasz Marek …
(edit) @1acd029f   11 years michaelni avformat/wc3movie: Check strings before printing. Fixes use of …
Note: See TracRevisionLog for help on using the revision log.