2061 Commits (f3a0e2ee2b97e2d46b351c29853c056d126884e2)

Author SHA1 Message Date
Martin Storsjö 4eb9232c6e libavformat: Split version.h 3 years ago
Anton Khirnov ac10e3c47c lavf: convert the generic layer to the new channel layout 3 years ago
Anton Khirnov 09b5d3fb44 lavc: deprecate channel count/layout changing side data 3 years ago
Peter Ross 6474300dc4 avformat/utils: fix logic error in ff_mkdir_p 3 years ago
Michael Niedermayer 59328aabd2 avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value() 3 years ago
Michael Niedermayer 948c262099 avformat/utils: keep chapter monotonicity on chapter updates 3 years ago
Andreas Rheinhardt d61240f8c9 avcodec/packet_internal: Add proper PacketList struct 3 years ago
Andreas Rheinhardt b74e47c4ff avcodec/utils: Unavpriv avpriv_toupper4() 3 years ago
Marton Balint 573b6b8a60 avformat/utils: propagate return value of ff_format_io_close in ff_format_shift_data 3 years ago
Marton Balint 76e062322c avformat/movenc: factorize data shifting 3 years ago
Gerard Sole 18ad360648 libavformat: add side_data copy in concat demuxer 3 years ago
Marton Balint 64834bb86a avformat: introduce AVFormatContext io_close2 which returns an int 3 years ago
Andreas Rheinhardt 408b974796 avformat/utils: Add const where appropriate 3 years ago
Andreas Rheinhardt a33e0ed11e avformat/utils: Fix wrong indentation 3 years ago
Andreas Rheinhardt e38eaf4749 avformat/utils: Make ff_data_to_hex() zero-terminate the string 3 years ago
Andreas Rheinhardt 53c8b16c19 avformat/utils: Remove duplicated AV_DISPOSITION_FOO <-> "foo" table 3 years ago
Andreas Rheinhardt 419d93c379 avformat/utils: Remove unused shorthand feature for auto-inserted BSF 3 years ago
Anton Khirnov a4c5d241ec lavf: add "disposition" AVOption to AVStream AVClass 3 years ago
Anton Khirnov b731fb5104 lavf: add public functions converting dispositions to/from strings 3 years ago
Anton Khirnov ed75a08d36 lavf: add an AVClass to AVStream on next major bump 3 years ago
Marton Balint 406ffd9b9b avformat/demux: allow total size of packets in raw_packet_buffer to reach probesize 3 years ago
Limin Wang 4be3f6d2d2 avformat/utils: add const for argument passed to ff_is_http_proto() 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 6af21de373 avformat/utils: Use st for AVStream variable in avpriv_set_pts_info 3 years ago
Andreas Rheinhardt bde2cdfe9b avformat/utils: Move demuxing code out into a new file 3 years ago
Andreas Rheinhardt cf7c51f24b avformat/utils: Move seeking code out into a new file 3 years ago
Andreas Rheinhardt a55ce5baf3 avformat/utils: Reindentation 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
Andreas Rheinhardt 9f05b3ba60 avformat/mux, utils: Use dedicated pointer for AVStreamInternal 3 years ago
Andreas Rheinhardt fed0282508 avformat: Avoid allocation for AVFormatInternal 3 years ago
Andreas Rheinhardt dfbf41775c avformat/mux, mxfenc, utils: Use dedicated pointer for AVFormatInternal 3 years ago
Andreas Rheinhardt eaacb5c513 avformat/asfenc, mux, utils: Use smaller scope for variables 3 years ago
Michael Niedermayer 4d81550df9 avformat/utils: Ignore negative duration in codec_info_duration computation 3 years ago
Andreas Rheinhardt fea4f953b5 avformat/utils: Use av_memdup to duplicate array of AVChapter * 3 years ago
Andreas Rheinhardt bcbd84f435 avformat/utils: Don't allocate zero-sized array 3 years ago
Andreas Rheinhardt e04ddba64f avformat/utils: Don't compare pointers when sorting chapters 3 years ago
Andreas Rheinhardt 6e0823ab83 avformat/utils: Allocate AVStream.info only for input streams 3 years ago
Andreas Rheinhardt 10646d30a3 avformat/utils: Don't initialize AVStreamInternal.info multiple times 3 years ago
Andreas Rheinhardt 2c3c83663d avformat/utils: Remove redundant flushing of packet queue 3 years ago
Andreas Rheinhardt c6d780b92e avformat/utils: Make ff_compute_frame_duration() static 3 years ago
Andreas Rheinhardt 3f991325b5 avformat/utils: Remove obsolete todo 3 years ago
Andreas Rheinhardt f265374bc0 avformat/utils: Remove always-false check 3 years ago
Andreas Rheinhardt 45bfe8b838 avformat/avio: Move internal AVIOContext fields to avio_internal.h 3 years ago
Andreas Rheinhardt 19093100fd avformat/utils: Move ffio_limit() to aviobuf 3 years ago
Andreas Rheinhardt 4d200342a7 avformat/utils: Also set io_repositioned for generic seeking 3 years ago
Andreas Rheinhardt d1ac645636 avformat: Use ffio_read_size where appropriate 3 years ago
Andreas Rheinhardt fd101c9c3b avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h 3 years ago
Andreas Rheinhardt 57b5ec6ba7 avcodec/avcodec: Stop including bsf.h in avcodec.h 3 years ago
James Almer ef1302db2d avformat/utils: remove AVStreamInternal.orig_codec_id 3 years ago
Andreas Rheinhardt 0d81c0a10e avformat: Redo cleanup of demuxers upon read_header() failure 3 years ago