13675 Commits (c88ac1e0233f34582312dc617261b9270b61df19)

Author SHA1 Message Date
Clément Bœsch 36cd017acd avformat: make avformat_close_input() more tolerant. 12 years ago
John Stebbins 26b241c079 matroskaenc: Allow chapters to be written in trailer 12 years ago
Michael Niedermayer e5c338ba7a avformat/utils: assert position monotonicity in ff_find_last_ts() 12 years ago
Michael Niedermayer a660991921 avformat/mpegts: Ensure that mpegts_get_dts() only considers packets at or after the given position 12 years ago
Martin Storsjö d719981273 4xm: Check that the read track value is non-negative 12 years ago
Martin Storsjö 5bcd3ae5b1 matroskadec: Check that .lang was allocated and set before reading it 12 years ago
Clément Bœsch 493ebbd7eb Update copyrights where my email appears with the new one. 12 years ago
wm4 060c6c4647 avformat/mpl2dec: handle files with CRLF linebreaks correctly 12 years ago
Dirk Farin 902a5fa722 avformat: H265 demuxer 12 years ago
Michael Niedermayer a5d67bc796 avformat/utils: Fix bitrate overflow check 12 years ago
Compn 8d14596bc2 riff: add 0x64 to g726 works on g726-test1.wav 12 years ago
Martin Storsjö 0fbda03e5c movenc: Don't flush after each written packet 12 years ago
Paul B Mahol 3e36dc8626 w64dec: fix end position of summarylist guid 12 years ago
Paul B Mahol 79b70e47a4 w64dec: fix skipping of unknown guids 12 years ago
Diego Biurrun 7df9e693a3 cosmetics: Fix ATRAC codec name spelling 12 years ago
Anton Khirnov 488b2984fe ape demuxer: check for EOF in potentially long loops 12 years ago
Anton Khirnov a7c1689ded 4xm: check that bits per sample is strictly positive 12 years ago
Anton Khirnov df33a58e53 lavf: avoid integer overflow when estimating bitrate 12 years ago
Anton Khirnov fab694dd39 lavf: move a variable declaration to the block where it's used 12 years ago
Michael Niedermayer 2501f6d3d6 avformat/movenc: Use the rate from av_timecode_init_from_string() for tmcd 12 years ago
Michael Niedermayer 0388203098 avformat/utils: fix duration_fields calculation when need_parsing=0 12 years ago
Michael Niedermayer 8349be852b avformat/lxfdec: use a parser to parse video frame headers 12 years ago
Christian Schmidt a42e3a6700 pcm_dvd: consolidate pieces from pcm.c and mpeg.c 12 years ago
Michael Niedermayer 227a0eb5a9 avformat/avidec: match first index and first packet size=0 handling 12 years ago
Michael Niedermayer 5c504e4df7 vformat/subtitles: check av_copy_packets return code 12 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 12 years ago
Lukasz Marek f3ace37a3b lavf/ftp: fix possible crash 12 years ago
Michael Niedermayer c4810fbe4f avformat/utils: fix av_probe_input_buffer2() so it returns the probe score 12 years ago
Michael Niedermayer e31db621bf avformat: export probe score 12 years ago
Martin Storsjö 6454c44f9f rtmpproto: Fix limelight authentication with abbreviated app names 12 years ago
Martin Storsjö 310cc4bf82 smoothstreamingenc: Write to a temp file while updating the manifest 12 years ago
Luca Barbato f4634ae8a8 flv: Fix the help string 12 years ago
John Stebbins f812eeda17 matroskaenc: Fix writing TRACKDEFAULTFLAG 12 years ago
Martin Storsjö 0fb3e1c6ce movenc: Check for errors from mov_create_chapter_track 12 years ago
Martin Storsjö 2bbad1f94c movenc: Properly free allocated data on failures in mov_write_header 12 years ago
Martin Storsjö 3559fb97c4 movenc: Check that tracks->enc exists before trying to free extradata 12 years ago
Martin Storsjö 4d122b01e4 movenc: Check for allocation failures in mov_create_chapter_track 12 years ago
Michael Niedermayer 535d9a9386 avformat/ftp: make const tables static const 12 years ago
Michael Niedermayer 8d679bc7e6 avformat/mp3dec: improve detection of mp3s with huge id3 tags 12 years ago
Michael Niedermayer a9d1a7c79b avformat: move PROBE_BUF_M* to internal.h 12 years ago
Michael Niedermayer 22fbc7f8be avformat/tcp: fix pointer to int warning 12 years ago
Luca Barbato b89e8759e0 mov: Write tmcd extradata 12 years ago
Luca Barbato 5b41eb91e0 mov: Parse tmcd extradata 12 years ago
Michael Niedermayer 88909beca3 avcodec/movenc: move chapter_properties under the #if of the code that uses it 12 years ago
Luca Barbato 0b5af5cf12 mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsd 12 years ago
Luca Barbato 08504380dd mov: Refactor codec specific final steps in mov_finalize_stsd_codec 12 years ago
Luca Barbato dc518a3ae2 mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitle 12 years ago
Luca Barbato ef196beeb5 mov: Refactor audio specific parsing in mov_parse_stsd_audio 12 years ago
Luca Barbato a3b53ff062 mov: Refactor video specific parsing in mov_parse_stsd_video 12 years ago
Luca Barbato bf98562505 mov: Refactor codec id selection in mov_codec_id 12 years ago