24131 Commits (47f0704eb2a10a2ff50c1a118d7a2a92ce38d689)
 

Author SHA1 Message Date
Stefano Sabatini 47f0704eb2 Prefix value for flags with "0x", to make it clear that it is an 15 years ago
Stefano Sabatini 49837b8d24 Make the nut decoder read the ff_nut_video_tags to detect codec id of 15 years ago
Stefano Sabatini 2e01def0fe Define ff_nut_video_tags and make Nut muxer and demuxer set it in 15 years ago
Reimar Döffinger 6d9b7a7dab Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction. 15 years ago
Reimar Döffinger 944a1b6b96 Add a md5 muxer that allows checking the md5 sums of generated streams without 15 years ago
Stefano Sabatini d458b7d445 Add empty newline to separate function declarations, for better 15 years ago
Martin Storsjö cca68a5430 Add an entry to APIchanges for the addition of av_get_random_seed 15 years ago
Martin Storsjö 99778631e9 Bump libavutil minor version for the addition of av_get_random_seed 15 years ago
Martin Storsjö 576fb48e6d Make ff_random_get_seed public, rename to av_get_random_seed, export the header 15 years ago
Stefano Sabatini e1745e2f6e Make av_write_header() return AVERROR(EINVAL) rather than -1 if the 15 years ago
Stefano Sabatini cf5b33d9fa Store in a dedicated array the format name - codec id - codec type 15 years ago
Ramiro Polla c56e9e05ab Open 2-pass logfile in binary mode for both reading and writing. 15 years ago
Francesco Lavra 80b39e1ca6 Move AVCodecTag from riff.h into internal.h. 15 years ago
Stefano Sabatini 83c2707908 Prefer enum CodecID over int in ff_codec_get_tag(). 15 years ago
David Conrad 85e86b6810 Update regression tests after removing track timecode scale from mkvenc 15 years ago
David Conrad 577abedb39 matroskaenc: Don't write track timecode scale 15 years ago
David Conrad c7b913c8ad matroskadec: Allow unknown EBML doctype 15 years ago
James Zern 470491faed matroskadec: Support webm doctype 15 years ago
Stefano Sabatini 6a2c9b8bcb Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV to 15 years ago
Stefano Sabatini 1beff414a2 Rename findPixelFormat() to find_pix_fmt(). 15 years ago
Baptiste Coudurier ff85f58605 remove unused field 15 years ago
Baptiste Coudurier 95ca3b1e20 In ogg muxer, pack multiple frames into one page, much lower overhead 15 years ago
Howard Chu 686d6f4022 ffserver: Avoid busylooping while reading non-blocking input 15 years ago
Martin Storsjö 38d4a21778 Change the default codecs for the rtsp muxer to mpeg4 and aac 15 years ago
Martin Storsjö 648e41b342 Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxer 15 years ago
Martin Storsjö 9a76125069 Add a libavformat internal function ff_write_chained 15 years ago
Stefano Sabatini 6531b5c9f4 Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. 15 years ago
Stefano Sabatini 4d2f703a34 Fix doxy reference to unexisting function. 15 years ago
Michael Niedermayer fbfccc0404 Disable non interleaved avi code when there is no index available. 15 years ago
Stefano Sabatini b8dbff33bf Cosmetics: make more compact the code for handle_jpeg(), this also allows 15 years ago
Michael Niedermayer 2b65bb45b5 Change eval API to take parent log context and log level offset. 15 years ago
Michael Niedermayer 4880cfd952 Print parent log context too, if available. 15 years ago
Michael Niedermayer 2c1bb26535 Make it possible for a log context to keep track of its parent context. 15 years ago
Stefano Sabatini 4e74187db2 Remove PI definition and use M_PI instead. 15 years ago
Michael Niedermayer 8d2a5139da av_default_item_name() so Simply AVClasses need 1 function less. 15 years ago
Baptiste Coudurier d545fa56f1 fix x264 encoding when delay is > number of input frames 15 years ago
Alex Converse c2341b8596 Add a chomp BSF to consume zero padding at the end of a packet. 15 years ago
Alex Converse c16d5a6f14 Make aac_decode_frame() consume zero padding at the end of a packet. 15 years ago
David Conrad 7382617a2f Bump minor version for CODEC_ID_VP8 15 years ago
Google 6c7c62939b Add VP80 fourcc 15 years ago
Google 23966972ab matroska: Add V_VP8 15 years ago
Google a98c2dfab0 Add VP8 CODEC_ID 15 years ago
Loren Merritt 8a26b2c665 13% faster yuv420 to rgb15 mmx. 15 years ago
Martin Storsjö 8d168a9207 Fix a crash when opening WMS RTSP streams 15 years ago
Loren Merritt bffc36e084 40% faster yuv420 to rgb24 mmx. 15 years ago
Martin Storsjö b724102acd Add an APIchanges note regarding the new rtp hinting flag 15 years ago
Martin Storsjö d4493e03b6 Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINT 15 years ago
Martin Storsjö 910cde56a8 Add a changelog entry for the RTP hinting in the mov muxer 15 years ago
Maxim Poliakovski 15f9fa3d61 Fix signedness of q_delta field of the IVIMbInfo. 15 years ago
David Conrad 5549aa6d0d matroskadec: Free ebml binary buffer on error 15 years ago