Commit History

Author SHA1 Message Date
  Justin Ruggles 2578326f13 Share the function to write a raw FLAC header and use it in the Matroska 15 years ago
  Justin Ruggles 59c6178a54 Use a shared function to validate FLAC extradata. 15 years ago
  Michael Niedermayer 2591821213 Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. 15 years ago
  Aurelien Jacobs 5e56599878 matroskaenc: use new metadata API 15 years ago
  Aurelien Jacobs 5f8bae8d5c matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes 15 years ago
  David Conrad 3194b00479 Cosmetics: indent 15 years ago
  David Conrad 1c3db2aa50 Treat disposition==0 as undefined and don't write the default flag 15 years ago
  David Conrad 8a86aaa3b2 Flush the buffer after writing the header and when done with writing the files 15 years ago
  Luca Abeni ca93bc175a Reindent after last commit 15 years ago
  Luca Abeni 0a63a676ec Do not reallocate AVPacket's data when muxing a packet 15 years ago
  Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 15 years ago
  Aurelien Jacobs abce34d979 matroskaenc: require global header 15 years ago
  Aurelien Jacobs b7f4e76d3d matroskaenc: correct muxing of ASS packets 16 years ago
  Aurelien Jacobs 291902c274 matroskaenc: use correct EBML ID for block duration 16 years ago
  Aurelien Jacobs 1bfbe8ff9d matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size() 16 years ago
  Aurelien Jacobs 8401c51407 matroskaenc: remove useless mkv_block_size() function 16 years ago
  Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
  Aurelien Jacobs 62c24705c8 matroska: subtitle display duration must be stored in pkt->convergence_duration 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 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
  Diego Biurrun 5968d2dd1e misc spelling/grammar fixes 16 years ago
  Aurelien Jacobs cc8be50637 matroska: expand useless define for MS compat codec id strings 16 years ago
  Aurelien Jacobs f009e36f75 matroska: add support for V_QUICKTIME track type 16 years ago
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 16 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 16 years ago
  Justin Ruggles 8a0684f4c4 fix encoding of flac private data 16 years ago
  Aurelien Jacobs 7bfacd4e75 use common aac sample rate tables 16 years ago
  Evgeniy Stepanov 90c2295b24 Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing 16 years ago
  Aurelien Jacobs 73260a11e1 simplification proposed by Rich 16 years ago
  Aurelien Jacobs 0b247953c8 makes really sure that no undefined behavior can happen 16 years ago
  Aurelien Jacobs d597655f77 Avoid infinite loop. 16 years ago
  Michael Niedermayer 2024c2262b Write 0 instead of seeking forward (and leaving bytes uninitalized), 16 years ago
  Aurelien Jacobs 9ab3f71b60 add a ff_ prefix to newly exported functions from avc.c 16 years ago
  Aurelien Jacobs e609806ec6 Matroska muxer needs to format all NAL units, not only extradata. 16 years ago
  Aurelien Jacobs aacc5f227a Use the isom avcc formatting for h264 extradata in matroska. 16 years ago
  Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 16 years ago
  Diego Biurrun bf898960a7 spelling/wording nits in some Doxygen comments 17 years ago
  David Conrad ab332d0133 Grammar nits 17 years ago
  David Conrad b62a33d01b Always use AVFormatContext for av_log messages 17 years ago
  David Conrad 0f651e8cf3 Rename ebml size functions to indicate that they can be used for more kinds of numbers 17 years ago
  David Conrad 8b65b9a313 We shouldn't be passing in sizes larger than 2^56-2, so use an assert 17 years ago
  David Conrad e5c29287cf Indentation 17 years ago
  David Conrad ac9e1177b3 Don't seek when streamed 17 years ago
  David Conrad c301d5ae0a Get rid of useless braces 17 years ago
  David Conrad 7e33d3fee4 Indent 17 years ago
  David Conrad dc4a9f6737 Match the behaviour betwen the bmp and wav codec tag lookups 17 years ago
  David Conrad 46d18a88e1 Write codecprivate to a dynamic buffer so that seeking isn't required 17 years ago
  David Conrad 5c559894e1 Move writing codec private element to its own function 17 years ago
  David Conrad 211783a50a Cosmetics 17 years ago
  David Conrad 91ca969082 Use num_entries directly rather than mixing it with a local copy 17 years ago