summaryrefslogtreecommitdiff
path: root/libavformat/dv.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/dv: use a more granular timebase for audioAnton Khirnov2023-05-021-3/+24
* lavf/dv: shorten code by using a local variableAnton Khirnov2023-05-021-4/+7
* lavf/dv: do not set video timebase more than onceAnton Khirnov2023-05-021-9/+27
* lavf/dv: do not update AVCodecParameters.sample_rate while demuxingAnton Khirnov2022-09-051-15/+34
* lavf/dv: set audio bitrate only at stream creationAnton Khirnov2022-09-051-1/+1
* lavf/dv: set non-changing AVStream fields only onceAnton Khirnov2022-09-051-2/+2
* lavf/dv: forward errors from avformat_new_stream()Anton Khirnov2022-09-051-2/+7
* lavf/dv: return a meaningful error code from avpriv_dv_produce_packet()Anton Khirnov2022-09-051-1/+1
* lavf/dv: make returning the video packet optionalAnton Khirnov2022-09-051-8/+11
* lavc/dv: rename constants to follow our naming conventionsAnton Khirnov2022-09-051-9/+9
* lavf/dv: always provide avpriv_dv_* symbolsAnton Khirnov2022-09-051-0/+23
* dv: convert to new channel layout APIVittorio Giovara2022-03-151-2/+1
* avformat/dv: Set AVFMTCTX_NOHEADER flagAndreas Rheinhardt2021-09-261-0/+3
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-171-2/+3
* avformat/dv: always set audio packet durationPaul B Mahol2021-09-121-0/+4
* avformat/dv: stop using av_init_packet()James Almer2021-05-061-4/+20
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/dv: fix timestamps of audio packets in case of dropped corrupt audio...Marton Balint2020-12-061-14/+2
* avformat: use av_timecode_make_smpte_tc_string2Marton Balint2020-09-131-1/+1
* avformat/dv: Avoid allocation for reading timecodeAndreas Rheinhardt2020-08-061-9/+4
* avformat/dv: Avoid alloction of DVDemuxContextAndreas Rheinhardt2020-08-061-41/+32
* avformat/dv: free all allocated structs on dv_read_header failureJames Almer2019-10-111-5/+15
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
|\
* \ Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-8/+8
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-8/+8
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-14/+14
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-22/+21
* | lavf/dv: use c->sys->frame_size in dv_frame_offset()Clément Bœsch2016-03-201-4/+3
* | lavf/dv: reindent after previous commitClément Bœsch2016-03-201-15/+15
* | lavf/dv: do not check for c->sysClément Bœsch2016-03-201-5/+1
* | lavf/dv: Do not return EIO for every error (like EOF).Carl Eugen Hoyos2015-09-021-1/+6
* | avformat/dv: fix used dimension variablesMichael Niedermayer2015-03-261-2/+2
* | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer2015-02-111-2/+2
|\ \ | |/
| * lavf: move internal fields from public to internal contextwm42015-02-101-2/+2
* | avformat/dv: check av_malloc() return codeMichael Niedermayer2015-01-231-0/+3
* | avformat/dv: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-151-1/+1
* | replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxersSteve Jiekak2014-12-041-2/+2
* | libavformat/dv: Make unchanged function arguments constMichael Niedermayer2014-09-241-5/+5
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* | avformat/dv: implement fallback in dv_extract_pack()Michael Niedermayer2014-07-171-20/+23
* | Merge commit 'f6ee61fb05482c617f5deee29a190d8ff483b3d1'Michael Niedermayer2014-07-091-7/+8
|\ \ | |/
| * lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-091-7/+8
* | Merge commit 'dca7ba4bffe3e4aeb620cb62955256a0d87561f4'Michael Niedermayer2014-06-121-3/+1
|\ \ | |/
| * Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun2014-06-121-3/+1
* | Merge commit '79f2c426fde6e71c40b29504112d0528b85be623'Michael Niedermayer2014-05-181-1/+1
|\ \ | |/
| * dv: do not set codec timebaseAnton Khirnov2014-05-181-1/+1
* | Merge commit '3cbe1126530449336e2ce59b194bdb8c4eb4abb4'Michael Niedermayer2013-11-151-1/+1
|\ \ | |/
| * dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-151-1/+1
* | avformat/dv: remove unused variableMichael Niedermayer2013-11-101-1/+1