summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-29
|\
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-15
* | Merge commit '26ac22e5e7394346e9d59f800e7d4e91f4518d33'Hendrik Leppkes2015-08-18
|\|
| * movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö2015-08-12
* | Merge commit '5f200bbf98efe50f63d0515b115d2ba8dae297bc'Hendrik Leppkes2015-08-10
|\|
| * movenc: Place the sidx index after the initial moov/mdat pairMartin Storsjö2015-08-10
* | Merge commit '83f254e65f938657a4dbec711e4c94252a72daf9'Hendrik Leppkes2015-08-10
|\|
| * movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö2015-08-10
* | Merge commit '8e34089e265a6b01e1e3301e8864439d26793753'Hendrik Leppkes2015-08-10
|\|
| * movenc: Check that frag_info entries exist in mov_write_sidx_tagMartin Storsjö2015-08-10
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | avformat/movenc: Drop redundant bit exact field from contextMichael Niedermayer2015-07-18
* | avformat/movenc: fix mime-types in movenc.ccompn2015-07-09
* | Merge commit 'e95c7a61852cc5b9ce5445ff034b87553e61958a'Michael Niedermayer2015-06-30
|\|
| * mov: Preserve the metadata even when bit-exactness is requestedLuca Barbato2015-06-30
| * movenc: fixes a questionable valgrind uninitialized value warningJanne Grunau2015-06-10
* | avformat/movenc: Check return code of ff_iso8601_to_unix_time()Michael Niedermayer2015-06-21
* | avformat/movenc: Make static packed_size, const staticMichael Niedermayer2015-06-11
* | avformat/movenc: Fix potential signed overflowsMichael Niedermayer2015-06-01
* | avformat/movenc: Add loction/xyz support to allow copying data between mov filesMichael Niedermayer2015-05-30
* | avformat/movenc: Check that track_width_1616 fits within the available 32bit ...Michael Niedermayer2015-05-29
* | avformat/movenc: avoid floats in width/height/aspect ratio computationsMichael Niedermayer2015-05-29
* | avformat/movenc: Allow muxing mp3 with samplerate < 16khz if the user sets st...Michael Niedermayer2015-05-27
* | avformat/movenc: Avoid floats & float rounding in tmcd nb_frames calculationMichael Niedermayer2015-05-26
* | avformat/movenc: Remove float use from rgb_to_yuv()Michael Niedermayer2015-05-24
* | lavf/mov: Use AVCOL_SPC constants when checking color_space.Carl Eugen Hoyos2015-05-21
* | lavf/mov: Write colour matrix "6" for color_space bt470bg.Carl Eugen Hoyos2015-05-21
* | Merge commit 'e0046bc9c96150fa06146ace9093f06857dd7b23'Michael Niedermayer2015-03-23
|\|
| * movenc: Write the make and model metadata keys for mov style filesMartin Storsjö2015-03-23
* | avformat/movenc: avoid using uninitialized display_matrix_sizeMichael Niedermayer2015-03-21
* | Merge commit 'cf18e777aed9f73011c7ab7cbab8003189d4b9d8'Michael Niedermayer2015-03-20
|\|
| * movenc: write the display transform matrixAnton Khirnov2015-03-19
* | Merge commit '67a2912307c3c08f2725ccae162cfe3426b80184'Michael Niedermayer2015-03-19
|\|
| * movenc: Don't assume that fragment durations in pts is equal to duration in dtsMartin Storsjö2015-03-19
* | Merge commit '5c337353a2546416631a87de4881850d99141c39'Michael Niedermayer2015-03-19
|\|
| * movenc: Move sidx edit list timestamp adjustment into a blockMartin Storsjö2015-03-19
* | Merge commit 'eee13d653953083553cceadbbedf6222ef78a006'Michael Niedermayer2015-03-19
|\|
| * movenc: Only adjust the cts offset at the start of fragments if necessaryMartin Storsjö2015-03-19
* | Merge commit '5cf892d6946b19a87bcd00d6b76ce81f45960fdb'Michael Niedermayer2015-03-19
|\|
| * movenc: Write pts timestamps in tfxd, instead of dts timestampsMartin Storsjö2015-03-19
* | Merge commit 'b81b0cc22b22413760423e239ea644c9afdbfa2d'Michael Niedermayer2015-03-19
|\|
| * movenc: Set the last packet duration based on the next packet when autoflushingMartin Storsjö2015-03-19
* | Merge commit '2889c5e16711770437f380f1bead5f72c6a0b17a'Michael Niedermayer2015-03-19
|\|
| * movenc: Heuristically set the duration of the last sample in a fragment if no...Martin Storsjö2015-03-19
* | Merge commit '2cb9c2fc59c9267ad2631c07c81c188058502259'Michael Niedermayer2015-03-16
|\|
| * movenc: Allow interleaving samples when writing fragmented filesMartin Storsjö2015-03-16
* | Merge commit '50ff0c05b691524d1fd044a2f2eefb706932fc98'Michael Niedermayer2015-03-16
|\|
| * movenc: Support writing multiple trun atomsMartin Storsjö2015-03-16
* | Merge commit '448c8cfe4c53e9e806effd8505b46d57fa707061'Michael Niedermayer2015-03-10
|\|