102 Commits (57f264e78cb06fd8686b78f93b057122afdb3d44)

Author SHA1 Message Date
Andreas Rheinhardt 59c9dc82f4 avformat/avformat: Move AVOutputFormat internals out of public header 2 years ago
Anton Khirnov f7b3fc4afe lavc/dv: rename constants to follow our naming conventions 2 years ago
Anton Khirnov dcc4704a4e lavf/dv: remove DVMuxContext declaration from dv.h 2 years ago
Andreas Rheinhardt d5a0eba8a2 av(format|device): Add const to muxer packet data pointers 2 years ago
Andreas Rheinhardt d78838414b avformat/utils: Move creation-time functions to mux_utils 3 years ago
Vittorio Giovara 590d9d6153 dv: convert to new channel layout API 3 years ago
Anton Khirnov 60414afc9d lavf/dvenc: switch to new FIFO API 3 years ago
Anton Khirnov 7e2be84a94 lavf/dvenc: return an error on audio/video desync 3 years ago
Anton Khirnov d47dc0b0df lavf/dvenc: replace av_fifo_peek2() with av_fifo_generic_peek_at() 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt a703410d25 avformat/cutils, dvenc: Move ff_brktimegm to its only user 4 years ago
Limin Wang 3871326910 avformat/dvenc: check the format before vst and ast[i] are initialized 4 years ago
Limin Wang da0faf10a3 avformat/dvenc: s->streams[i] -> st 4 years ago
Limin Wang 04172d233d avformat/dvenc: return error code of dv_assemble_frame() 4 years ago
Andreas Rheinhardt 556c4e38d5 avformat/dvenc: Don't zero unnecessarily 5 years ago
Andreas Rheinhardt f1dbfcdf89 avformat/dvenc: Replace write_trailer by deinit function 5 years ago
Baptiste Coudurier eafa8e8592 avformat/dvenc: support muxing dvcprohd 5 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Marton Balint bf0607b6db avformat/dvenc: use ff_parse_creation_time_metadata 9 years ago
Luca Barbato f7986239f4 dvenc: Validate the frame size before copying it 9 years ago
Steve Jiekak a32c3c2392 replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxers 10 years ago
Michael Niedermayer cb169126c5 avformat/dvenc: Implement 32khz & 44.1khz for 25/50fps 10 years ago
Anton Khirnov f6ee61fb05 lavc: export DV profile API used by muxer/demuxer as public 11 years ago
Lukasz Marek 74f9c5947d lavf/dvenc: use av_fifo_alloc_array 11 years ago
Lukasz Marek ce1eefe691 lavf: use av_fifo_freep 11 years ago
Diego Biurrun 3cbe112653 dv: Split DV data table declarations into their own header 11 years ago
Clément Bœsch 7308439158 lavf: Don't explicitly flush after each written packet in muxers 11 years ago
Clément Bœsch 8de9bb6e5e lavf: remove some flushing in write_packet muxers callbacks. 12 years ago
Michael Niedermayer f0eacbc760 dvenc: dont fail hard if the timecode is invalid 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov e0aa5e772b dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE 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
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Clément Bœsch 6b35f1a2a6 timecode: move timecode muxer options to metadata. 13 years ago
Diego Biurrun 520c1ec699 dv: Split profile handling code into a separate file. 13 years ago
Martin Storsjö 167f3b8de7 libavformat: Add an ff_ prefix to some lavf internal symbols 13 years ago
Clément Bœsch 6f55156234 dvenc: use new public timecode API. 13 years ago
Anton Khirnov df0bb26aca lavf: remove disabled FF_API_TIMESTAMP cruft 13 years ago
Clément Bœsch 80914cde6f timecode: rename internal ff_* symbols to avpriv_*. 13 years ago
Anton Khirnov 242c73a0fd lavc: use avpriv_ prefix for some dv symbols used in lavf. 13 years ago
Stefano Sabatini f2011ed234 fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() 13 years ago
Stefano Sabatini 323b930699 fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() 13 years ago
Clément Bœsch 75af0e6a16 dv: honor timecode in DV muxer. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov 001d668d40 lavf: factor out conversion of ISO8601 string to unix time 14 years ago
Anton Khirnov 5f847bf61d lavf: deprecate AVFormatContext.timestamp 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago