| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -4/+4 |
* | lavf/dv: stop setting a random video bitrate | Anton Khirnov | 2023-07-07 | 1 | -1/+0 |
* | lavf/dv: use a more granular timebase for audio | Anton Khirnov | 2023-05-02 | 1 | -3/+24 |
* | lavf/dv: shorten code by using a local variable | Anton Khirnov | 2023-05-02 | 1 | -4/+7 |
* | lavf/dv: do not set video timebase more than once | Anton Khirnov | 2023-05-02 | 1 | -9/+27 |
* | lavf/dv: do not update AVCodecParameters.sample_rate while demuxing | Anton Khirnov | 2022-09-05 | 1 | -15/+34 |
* | lavf/dv: set audio bitrate only at stream creation | Anton Khirnov | 2022-09-05 | 1 | -1/+1 |
* | lavf/dv: set non-changing AVStream fields only once | Anton Khirnov | 2022-09-05 | 1 | -2/+2 |
* | lavf/dv: forward errors from avformat_new_stream() | Anton Khirnov | 2022-09-05 | 1 | -2/+7 |
* | lavf/dv: return a meaningful error code from avpriv_dv_produce_packet() | Anton Khirnov | 2022-09-05 | 1 | -1/+1 |
* | lavf/dv: make returning the video packet optional | Anton Khirnov | 2022-09-05 | 1 | -8/+11 |
* | lavc/dv: rename constants to follow our naming conventions | Anton Khirnov | 2022-09-05 | 1 | -9/+9 |
* | lavf/dv: always provide avpriv_dv_* symbols | Anton Khirnov | 2022-09-05 | 1 | -0/+23 |
* | dv: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -2/+1 |
* | avformat/dv: Set AVFMTCTX_NOHEADER flag | Andreas Rheinhardt | 2021-09-26 | 1 | -0/+3 |
* | avformat: Avoid allocation for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -2/+3 |
* | avformat/dv: always set audio packet duration | Paul B Mahol | 2021-09-12 | 1 | -0/+4 |
* | avformat/dv: stop using av_init_packet() | James Almer | 2021-05-06 | 1 | -4/+20 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/dv: fix timestamps of audio packets in case of dropped corrupt audio... | Marton Balint | 2020-12-06 | 1 | -14/+2 |
* | avformat: use av_timecode_make_smpte_tc_string2 | Marton Balint | 2020-09-13 | 1 | -1/+1 |
* | avformat/dv: Avoid allocation for reading timecode | Andreas Rheinhardt | 2020-08-06 | 1 | -9/+4 |
* | avformat/dv: Avoid alloction of DVDemuxContext | Andreas Rheinhardt | 2020-08-06 | 1 | -41/+32 |
* | avformat/dv: free all allocated structs on dv_read_header failure | James Almer | 2019-10-11 | 1 | -5/+15 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\ |
|
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -8/+8 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -8/+8 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -14/+14 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -22/+21 |
* | | lavf/dv: use c->sys->frame_size in dv_frame_offset() | Clément Bœsch | 2016-03-20 | 1 | -4/+3 |
* | | lavf/dv: reindent after previous commit | Clément Bœsch | 2016-03-20 | 1 | -15/+15 |
* | | lavf/dv: do not check for c->sys | Clément Bœsch | 2016-03-20 | 1 | -5/+1 |
* | | lavf/dv: Do not return EIO for every error (like EOF). | Carl Eugen Hoyos | 2015-09-02 | 1 | -1/+6 |
* | | avformat/dv: fix used dimension variables | Michael Niedermayer | 2015-03-26 | 1 | -2/+2 |
* | | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78' | Michael Niedermayer | 2015-02-11 | 1 | -2/+2 |
|\| |
|
| * | lavf: move internal fields from public to internal context | wm4 | 2015-02-10 | 1 | -2/+2 |
* | | avformat/dv: check av_malloc() return code | Michael Niedermayer | 2015-01-23 | 1 | -0/+3 |
* | | avformat/dv: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-15 | 1 | -1/+1 |
* | | replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxers | Steve Jiekak | 2014-12-04 | 1 | -2/+2 |
* | | libavformat/dv: Make unchanged function arguments const | Michael Niedermayer | 2014-09-24 | 1 | -5/+5 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | | avformat/dv: implement fallback in dv_extract_pack() | Michael Niedermayer | 2014-07-17 | 1 | -20/+23 |
* | | Merge commit 'f6ee61fb05482c617f5deee29a190d8ff483b3d1' | Michael Niedermayer | 2014-07-09 | 1 | -7/+8 |
|\| |
|
| * | lavc: export DV profile API used by muxer/demuxer as public | Anton Khirnov | 2014-07-09 | 1 | -7/+8 |
* | | Merge commit 'dca7ba4bffe3e4aeb620cb62955256a0d87561f4' | Michael Niedermayer | 2014-06-12 | 1 | -3/+1 |
|\| |
|
| * | Remove some unnecessary CONFIG_FOO_COMPONENT ifdefs | Diego Biurrun | 2014-06-12 | 1 | -3/+1 |
* | | Merge commit '79f2c426fde6e71c40b29504112d0528b85be623' | Michael Niedermayer | 2014-05-18 | 1 | -1/+1 |
|\| |
|
| * | dv: do not set codec timebase | Anton Khirnov | 2014-05-18 | 1 | -1/+1 |
* | | Merge commit '3cbe1126530449336e2ce59b194bdb8c4eb4abb4' | Michael Niedermayer | 2013-11-15 | 1 | -1/+1 |
|\| |
|