707 Commits (29fc468d0a22f4b6f868ff15133fa87a4f5d1dd5)

Author SHA1 Message Date
Martin Storsjö bdf990425e movenc: Simplify setting the fragmentation flag 11 years ago
Martin Storsjö 8b524ab0c4 movenc: Add a warning message if conflicting options have been specified 11 years ago
Martin Storsjö 0fbda03e5c movenc: Don't flush after each written packet 11 years ago
Michael Niedermayer 2501f6d3d6 avformat/movenc: Use the rate from av_timecode_init_from_string() for tmcd 11 years ago
Martin Storsjö 0fb3e1c6ce movenc: Check for errors from mov_create_chapter_track 11 years ago
Martin Storsjö 2bbad1f94c movenc: Properly free allocated data on failures in mov_write_header 11 years ago
Martin Storsjö 3559fb97c4 movenc: Check that tracks->enc exists before trying to free extradata 11 years ago
Martin Storsjö 4d122b01e4 movenc: Check for allocation failures in mov_create_chapter_track 11 years ago
Luca Barbato b89e8759e0 mov: Write tmcd extradata 11 years ago
Michael Niedermayer 88909beca3 avcodec/movenc: move chapter_properties under the #if of the code that uses it 11 years ago
John Stebbins 30ce289074 movenc: Make tkhd "enabled" flag QuickTime compatible 11 years ago
Michael Niedermayer c443689afb avformat/movenc: use av_freep() instead of av_free() except for local variables before return 11 years ago
Clément Bœsch 60198742ff movenc: fix detection of 64bit offset requirement 11 years ago
John Stebbins fe5d5a8ffc movenc: Make chapter track QuickTime compatible 11 years ago
Clément Bœsch f8ef91ff3d movenc: add faststart option for web streaming 11 years ago
John Stebbins 6c786765cd movenc: Allow chapters to be written in trailer 11 years ago
John Stebbins db03cb37fd movenc: Allow chapter track in default MODE_MP4 11 years ago
Michael Niedermayer 3d64845600 movenc: ilbc needs audio_vbr set. 11 years ago
Luca Barbato 67400f6b62 mov: Prevent segfaults on mov_write_hdlr_tag 11 years ago
Luca Barbato 22de0f8369 mov: Compute max duration among the tracks with a timescale 11 years ago
Luca Barbato 3952303010 mov: Set the timescale for data streams 11 years ago
Martin Storsjö 0a14fefd68 movenc: Indicate that negative timestamps are supported 11 years ago
Michael Niedermayer 65dd93209d movenc: make uuids static const 11 years ago
Carl Eugen Hoyos fbc0004b4b lavf/movenc: Write disc number and total number of discs as part of metadata. 11 years ago
Carl Eugen Hoyos bb7f71d9b6 lavf/movenc: Write total number of tracks as part of metadata. 11 years ago
Matthieu Bouron 8a09195545 lavf/movenc: improve psp check 11 years ago
Matthieu Bouron ee4ef139e3 lavf/movenc: remove useless checks on AVOutputFormat 11 years ago
Martin Storsjö 21732063a3 movenc: K&R formatting cosmetics 12 years ago
Michael Niedermayer 65abce67b5 avformat/movenc: allow negative TS for the ipod muxer 12 years ago
Matthieu Bouron 621ab4e4ef lavf/movenc: check ff_mov_init_hinting() return 12 years ago
Matthieu Bouron 4943eff2cd lavf/movenc: fix writing of some iTunes metadata tag 12 years ago
Matthieu Bouron 9e6d063dbc lavf/movenc: use ffio_fill() 12 years ago
Timothy Gu a9bbf59be7 cosmetics: Fix "dont" "wont" "doesnt" typos 12 years ago
Stefano Sabatini 418b9454ff lavf/movenc: improve error feedback in case malformed AAC bitstream is detected 12 years ago
Andrey Semashev 7c020e1ad3 movenc: Grow the frag_info array in chunks 12 years ago
Andrey Semashev ab1189766a movenc: Increase the cluster array allocation by doubling 12 years ago
Andrey Semashev 3b4feac1ec movenc: Keep track of the allocated size for the cluster array 12 years ago
Jean First 7e570f027b movenc: add video_track_timescale option 12 years ago
Jeremy Hinegardner 28e6b7b9b4 Turn off usage of base_data_offset in tfhd for PIFF files 12 years ago
Jeremy Hinegardner 40bbbce7e8 movenc: Don't add base_data_offset in tfhd for PIFF files 12 years ago
Michael Niedermayer e5891a2337 avformat/movenc: mov/mp4 should support negative timestamps through edit lists 12 years ago
Carl Eugen Hoyos b448c0a68d Write broken aac frames to mov files instead of skipping them. 12 years ago
Carl Eugen Hoyos 1741fece70 Only test the first frame for missing aac_adtstoasc bistream filter. 12 years ago
Michael Niedermayer 981cf0c300 movenc: Do not flag secondary audio and subtitle tracks as enabled. 12 years ago
Michael Niedermayer 405cc0d905 movenc: hotfix, dont store fiel for h264 / mpeg4-asp / dnxhd 12 years ago
Carl Eugen Hoyos 7d0e3b197c Write the fiel atom to mov files independently of the used video coded. 12 years ago
Martin Storsjö 61d36761ef movenc: Simplify code by using avio_wb24 12 years ago
Michael Niedermayer 55d66b2790 movenc: check that fps for tmcd is within encodable range. 12 years ago
Michael Niedermayer 9362f31b55 movenc: Calculate fps for tmcd without intermediate step. 12 years ago
Michael Niedermayer 66b45d8f7a movenc: fix assert failure caused by rounding. 12 years ago