6034 Commits (47f0704eb2a10a2ff50c1a118d7a2a92ce38d689)

Author SHA1 Message Date
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 944a1b6b96 Add a md5 muxer that allows checking the md5 sums of generated streams without 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
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 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
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
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
Michael Niedermayer fbfccc0404 Disable non interleaved avi code when there is no index available. 15 years ago
Google 6c7c62939b Add VP80 fourcc 15 years ago
Google 23966972ab matroska: Add V_VP8 15 years ago
Martin Storsjö 8d168a9207 Fix a crash when opening WMS RTSP streams 15 years ago
Martin Storsjö d4493e03b6 Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINT 15 years ago
David Conrad 5549aa6d0d matroskadec: Free ebml binary buffer on error 15 years ago
David Conrad 465c28b6b4 matroskadec: Fix buffer overread in matroska_ebmlnum_uint 15 years ago
David Conrad d98bd80ed3 matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the file 15 years ago
David Conrad 1c664b239c matroskadec: Use av_freep in ebml_read_ascii 15 years ago
Martin Storsjö 44bf251a42 Use a heuristic for describing the RTP packets using sample data 15 years ago
Martin Storsjö e977af6f2e Add initial support for RTP hinting in the mov muxer 15 years ago
Martin Storsjö 27a826c941 Make mov_write_packet non-static, add ff_ prefix 15 years ago
Martin Storsjö f72dad4142 Move the mov muxer structures to a separate header 15 years ago
Martin Storsjö 796ac2335d Add a flag for enabling RTP hinting 15 years ago
Martin Storsjö 0341b6994a Make ff_sdp_write_media a lavf-internal function 15 years ago
Francesco Lavra 698f4cc7f0 Validate AVCodecTag vs CodecID. 15 years ago
Francesco Lavra 603a5f04b2 Factorize some code into the new function ff_toupper4(). 15 years ago
Janne Grunau b74f67eb17 In ts demuxer, output pes packet as soon as they are complete. 15 years ago
Baptiste Coudurier 1095d44258 set avg frame rate in mkv demuxer 15 years ago
Stefano Sabatini 73762de18e Add NV12 and NV21 AVI tags. 15 years ago
Baptiste Coudurier 58edb075f0 Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level. 15 years ago
Sebastian Vater 299ac811ba Reindent after r23112. 15 years ago
Sebastian Vater 65d213ec86 Move handling of paletted data to the IFF demuxer. This allows future 15 years ago
Stefano Sabatini 7693b93e5c Doxygen av_codec_get_id() and av_codec_get_tag(). 15 years ago
Francesco Lavra f10d3d343e Add FourCC MJPG for CODEC_ID_JPEGLS. 15 years ago
Stefano Sabatini b43f432c8c Add support to the Y411 codec tag, corresponding to the rawvideo pixel 15 years ago
Stefano Sabatini 8e89cd1fee Make the nut demuxer issue a more meaningful error message if it 15 years ago
Sebastian Vater 0613ece542 Replace usage of s->streams[0]->* with st->*, which is shorter. 15 years ago
Michael Niedermayer cb0061d453 Favor chunk size over hitting the correct position after reading the chunk size in asf. 15 years ago
Sebastian Vater 8af7dbce61 Parse IFF metadata. 15 years ago
David Conrad ddb630177a movenc: Write QuickTime chapters 15 years ago
David Conrad 1b206f62ea movenc: Swap positions of mov_write_header and mov_write_packet 15 years ago
David Conrad 1cf9f6ed4f mov: Read nero chapters 15 years ago
Thierry Foucu e1954bb5ca Do not use pkt->size when it is potentially uninitialized. 15 years ago