summaryrefslogtreecommitdiff
path: root/libavformat/dvenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-6/+6
* lavc/dv: rename constants to follow our naming conventionsAnton Khirnov2022-09-051-17/+17
* lavf/dv: remove DVMuxContext declaration from dv.hAnton Khirnov2022-09-051-2/+2
* av(format|device): Add const to muxer packet data pointersAndreas Rheinhardt2022-07-091-1/+1
* avformat/utils: Move creation-time functions to mux_utilsAndreas Rheinhardt2022-05-101-2/+1
* dv: convert to new channel layout APIVittorio Giovara2022-03-151-1/+1
* lavf/dvenc: switch to new FIFO APIAnton Khirnov2022-02-071-10/+12
* lavf/dvenc: return an error on audio/video desyncAnton Khirnov2022-02-071-2/+6
* lavf/dvenc: replace av_fifo_peek2() with av_fifo_generic_peek_at()Anton Khirnov2022-01-101-2/+3
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/cutils, dvenc: Move ff_brktimegm to its only userAndreas Rheinhardt2021-02-031-2/+11
* avformat/dvenc: check the format before vst and ast[i] are initializedLimin Wang2020-11-191-13/+12
* avformat/dvenc: s->streams[i] -> stLimin Wang2020-11-191-3/+4
* avformat/dvenc: return error code of dv_assemble_frame()Limin Wang2020-06-191-2/+3
* avformat/dvenc: Don't zero unnecessarilyAndreas Rheinhardt2020-01-261-3/+0
* avformat/dvenc: Replace write_trailer by deinit functionAndreas Rheinhardt2020-01-261-15/+6
* avformat/dvenc: support muxing dvcprohdBaptiste Coudurier2019-11-231-26/+22
* Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch2016-06-291-0/+1
|\
* \ Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-23/+24
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-12/+13
* | avformat/dvenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-3/+1
* | Merge commit 'f7986239f4dbec91c743c4c5eb0a2339bd325bf6'Hendrik Leppkes2015-12-071-0/+5
|\ \ | |/
| * dvenc: Validate the frame size before copying itLuca Barbato2015-11-281-0/+5
* | replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxersSteve Jiekak2014-12-041-1/+2
* | avformat/dvenc: Implement 32khz & 44.1khz for 25/50fpsMichael Niedermayer2014-07-191-12/+42
* | Merge commit 'f6ee61fb05482c617f5deee29a190d8ff483b3d1'Michael Niedermayer2014-07-091-3/+3
|\ \ | |/
| * lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-091-3/+3
* | lavf/dvenc: use av_fifo_alloc_arrayLukasz Marek2014-05-201-1/+1
* | lavf: use av_fifo_freepLukasz Marek2014-05-071-2/+2
* | Merge commit '3cbe1126530449336e2ce59b194bdb8c4eb4abb4'Michael Niedermayer2013-11-151-1/+1
|\ \ | |/
| * dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-151-1/+1
| * lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-161-1/+0
* | lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-141-1/+0
* | dvenc: dont fail hard if the timecode is invalidMichael Niedermayer2013-02-051-2/+2
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-3/+3
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-211-3/+3
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-181-2/+4
|\ \ | |/
| * dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZEAnton Khirnov2012-08-181-2/+4
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-4/+4
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-311-1/+1
|\ \ | |/
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+1
|\ \ | |/
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* | timecode: move timecode muxer options to metadata.Clément Bœsch2012-06-041-15/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-081-0/+1
|\ \ | |/