117 Commits (26902f2ef0dc7b65992228767b8adba46e7a6d48)

Author SHA1 Message Date
Aleksandr Slobodeniuk 0aa8fa963f avformat/riff.h : remove unused function parameter "const AVCodecTag *tags" of "void ff_put_bmp_header()" 7 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
James Almer 1582e306a4 avformat/avlanguage: make av_convert_lang_to() internal 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov 84b5dcf275 asfenc: remove an unused variable 9 years ago
Anton Khirnov ff3db937ef asfenc: fix some possible integer overflows 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Marton Balint 3a4232a1a0 avformat/asfenc: write group_mutual_exclusion_objects for audio on multiple languages 9 years ago
Marton Balint ea1bf08a4c avformat/asfenc: use ff_parse_creation_time_metadata 9 years ago
Marton Balint 6d14e32555 lavf/asfenc: add support for setting packet size 9 years ago
Marton Balint 22bbd6e8b7 lavf/asfenc: add support for storing creation time 9 years ago
Marton Balint 79e4293613 lavf/asfenc: add support for storing languages 9 years ago
Marton Balint 0464767301 lavf/asfenc: check the number of streams in header 9 years ago
Marton Balint 7e6b788f7c lavf/asfenc: add AVClass to context 9 years ago
Michael Niedermayer 7c0b84d899 avformat/asfenc: Check pts 9 years ago
Michael Niedermayer d73f0c586e avformat/asfenc: Flush packet before duration becomes unrepresentable 9 years ago
Alexandra Hájková b08569a239 lavf: Replace the ASF demuxer 10 years ago
Michael Niedermayer 3662e251cb avformat/asfenc: Check for index_ptr allocation failure 10 years ago
Andreas Cadhalpun 72211a2af0 asfenc: fix leaking asf->index_ptr on error 10 years ago
Andreas Cadhalpun 2c8cff2be4 asfenc: fix leaking asf->index_ptr on error 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Paul B Mahol 12c5addebc avformat/asfenc: remove unneeded #include, there are no assert() only av_assert* 10 years ago
Michael Niedermayer 4b45aa517c avformat/asfenc: replace != 0 error check by <0 10 years ago
Michael Niedermayer 1cf28fd5f3 avformat/asfenc: Make asf_write_indexs index argument const 10 years ago
Aaron Graham 72dcd48c19 avformat/asfenc: honor the maximum of 63 payloads 11 years ago
Anton Khirnov 6072184e70 asfenc: use codec descriptors instead of AVCodecs to write codec info 11 years ago
Daniel Verkamp 5e7d21c7ad ff_put_wav_header: add flag to force WAVEFORMATEX 11 years ago
Carl Eugen Hoyos eeee59ba4d Never write 0 as maximum bitrate for asf files. 11 years ago
Michael Niedermayer 369cdf917a avformat/asfenc: dont allow non interleaved packets 11 years ago
Carl Eugen Hoyos a3bd33af9e Write sample_aspect_ratio to asf files. 11 years ago
Carl Eugen Hoyos 862174ec83 Move GUID-related objects to riffenc.c and riff.c. 11 years ago
Peter Ross fcbb94712d riffenc: add option to ff_put_bmp_header to ignore extradata 11 years ago
Vladimir Pantelic bb461370e3 asfenc: mux chapters in ASF files using an ASF "marker" section 11 years ago
Vladimir Pantelic 09f3c937ed asfenc: remember send time and offset of the index entries 11 years ago
Vladimir Pantelic c53b5dda35 asfdec: replace magic constant with DATA_HEADER_SIZE 11 years ago
Chih-Wei Huang 985920433c avformat/asfenc: fix a build error 11 years ago
Michael Niedermayer 2175f76894 avformat/asfenc: use av_freep() for extra saftey 11 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 11 years ago
Michael Niedermayer 38665efcc7 asfenc: convert asserts to av_assert 12 years ago
Anton Khirnov 3cd93cc7b8 Revert "asfenc: return error on negative timestamp" 12 years ago
Luca Barbato d1bec33b46 asfenc: return error on negative timestamp 12 years ago
Diego Biurrun 48a4ffa722 asf: K&R formatting cosmetics 12 years ago
Michael Niedermayer b4c753487c asfenc: avoid negative timestamps 12 years ago
Anton Khirnov 3b4bb19e63 lavf: flush the output AVIOContext in av_write_trailer(). 12 years ago
Mans Rullgard 987170cb9d dict: add av_dict_count() 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Ronald S. Bultje fd48721849 lavf: use conditional notation for default codec in muxer declarations. 12 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Ramiro Polla bd603494f9 asfenc: properly write index information 13 years ago