343 Commits (e45391bb3238798ff4ce6aba7c0ca8cfdd3c7263)

Author SHA1 Message Date
Baptiste Coudurier 7eb68edba7 R3D REDCODE demuxer 16 years ago
Aurelien Jacobs 48a81c0ff5 replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag 16 years ago
Stefan Gehrer 055dc116fc added demuxer for FunCom ISS audio files, 16 years ago
Aurelien Jacobs 094d9df72e free all allocated metadata structures 16 years ago
Aurelien Jacobs e232c2529e add a typedef for AVMetadata 16 years ago
Diego Biurrun 52e57500bb Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned 16 years ago
Aurelien Jacobs bc1d2afb37 rename AVMetaData to AVMetadata and meta_data to metadata 16 years ago
Aurelien Jacobs f526adaf19 add metadata in AVStream, AVProgram and AVChapter 16 years ago
Mike Melanson ea29242cc7 Ministry of English Composition treatment for the new metadata API 16 years ago
Michael Niedermayer a6d18a0e6a Move metadata API from avcodec to avformat. 16 years ago
Michael Niedermayer 47146dfbf6 Generic metadata API. 16 years ago
Stefano Sabatini 1ca9133fb4 Drop the deprecated parse_image_size() and parse_frame_rate() functions 16 years ago
Stefano Sabatini 15545a095a Fix argument constness for the av_codec_get_id() and 16 years ago
Baptiste Coudurier bd09e8a7df raw dnxhd de/muxer 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Diego Pettenò 72ab9d7f60 Use __typeof__ instead of GCC-specific typeof keyword. 16 years ago
Diego Biurrun 78cb727302 cosmetics: Break overly long lines, one grammar fix. 16 years ago
Diego Biurrun 4f57fa8c03 spelling/wording/grammar 16 years ago
Diego Biurrun fff5e687a1 Move doxygen comments for av_gettime from utils.c to avformat.h. 16 years ago
Michael Niedermayer e7f656d5fa Clarify convergence_duration. 16 years ago
Aurelien Jacobs 74cf481970 bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 16 years ago
Reimar Döffinger dc76fe1348 Change doxygen comment: Clarify when av_write_trailer should be called. 16 years ago
Michael Niedermayer a2636c0fd5 Add AVPacket.convergence_duration. 16 years ago
Michael Niedermayer a82630deb2 Try to clarify the semantics of AVPacket.duration. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Reimar Döffinger c18545929e Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 16 years ago
Aurelien Jacobs c30a4489b4 export sample_aspect_ratio read by the demuxer in a separate field 16 years ago
Michael Niedermayer ff9c8d7c6f Add flag to mark demuxers that can output discontinuous timestamps. 16 years ago
Baptiste Coudurier 0d84a8f6ae increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm 16 years ago
Stefano Sabatini c97429e22b Implement avformat_version(). 17 years ago
Måns Rullgård 5c5b1731b7 Maintain pointer to end of AVFormatContext.packet_buffer list 17 years ago
Michael Niedermayer c5e56a813b Revert r14497 17 years ago
Diego Biurrun 2e11268ea9 Add missing header #includes. 17 years ago
Kostya Shishkov 327ce5e6e6 SMPTE 421M Annex L (aka .rcv) muxer 17 years ago
Michael Niedermayer 0bef08e516 New codec probing system try #1. 17 years ago
Gregory Montoir 5b8cc860a1 Motion Pixels MVI Demuxer. 17 years ago
Erik Hovland 72e043dd0f One-bit bitfields should probably be unsigned. Unfortunately, it is left 17 years ago
Michael Niedermayer 45b2b05f8e Make timestamp debugging work nicer. 17 years ago
Baptiste Coudurier 3438d82d4b remove ugly ffm_nopts hack, use AVFormatContext->timestamp 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Michael Niedermayer abd2256dbe Pass time_base as argument to new_chapter() as well. 17 years ago
Michael Niedermayer f6e76ba476 Document pts/dts. 17 years ago
Michael Niedermayer 5c37f43a0d Make ff_new_chapter() return AVChapter instead of int so its consistant with 17 years ago
Michael Niedermayer fbabf1e944 nb_chapters should be unsigned 17 years ago
Michael Niedermayer 7c8202cc92 s/num_chapters/nb_chapters/ all other similar variables are called nb_*. 17 years ago
Michael Niedermayer 7a2a3e8e40 Add id to AVChapter, untested (where do i find matroska files with chapters?). 17 years ago
Michael Niedermayer 8931e7b48a clarify start/end timebase 17 years ago
Michael Niedermayer c2fb6be4a6 align comments 17 years ago
Michael Niedermayer d2974f1676 chapter id and timebase 17 years ago
Anton Khirnov 79d7836a5e add support for chapters definition in lavf 17 years ago