| Commit message (Expand) | Author | Age | Files | Lines |
* | avdevice/decklink_enc: use 64bit format string for BMD timebase instead of lo... | Marton Balint | 2023-07-09 | 1 | -1/+1 |
* | avdevice/decklink_enc: add support for SMPTE 2038 VANC packet output | Devin Heitmueller | 2023-07-02 | 6 | -2/+116 |
* | avdevice/decklink: move queue_size to an argument for ff_decklink_packet_queu... | Devin Heitmueller | 2023-07-02 | 3 | -5/+4 |
* | avdevice/decklink_common: Convert to using avpriv_packet_list functions | Devin Heitmueller | 2023-05-31 | 1 | -35/+15 |
* | avdevice/opengl_enc: check sscanf return value | Paul B Mahol | 2023-05-22 | 1 | -1/+2 |
* | avfilter/ccfifo: remove unnecessary context allocations | James Almer | 2023-05-12 | 2 | -8/+8 |
* | avdevice/decklink: move AVPacketQueue into decklink_common and rename it to D... | Devin Heitmueller | 2023-05-11 | 3 | -125/+133 |
* | avdevice/decklink_enc: add support for playout of 608 captions in MOV files | Devin Heitmueller | 2023-05-11 | 5 | -1/+94 |
* | avdevice/lavfi: check that pointer is set | Paul B Mahol | 2023-05-10 | 1 | -0/+4 |
* | avdevice/decklink_enc: fix operator precedence in create_s337_payload | Marton Balint | 2023-04-24 | 1 | -1/+1 |
* | avdevice/decklink_enc: Add support for compressed AC-3 output over SDI | Devin Heitmueller | 2023-04-08 | 1 | -15/+85 |
* | avdevice/decklink_enc: Add support for output of Active Format Description (AFD) | Devin Heitmueller | 2023-04-06 | 1 | -2/+88 |
* | lavu/frame: deprecate AVFrame.pkt_{pos,size} | Anton Khirnov | 2023-03-20 | 1 | -0/+8 |
* | avdevice/decklink_enc: fix unused variable compiler warnings | Devin Heitmueller | 2023-03-08 | 1 | -2/+0 |
* | avdevice/decklink_enc: fix setting of last_pts to only be set for video | Devin Heitmueller | 2023-03-08 | 1 | -2/+2 |
* | avdevice/decklink_enc: don't take for granted that first frame to decklink ou... | Devin Heitmueller | 2023-03-08 | 2 | -2/+7 |
* | version.h: Bump minor post 6.0 branchn6.1-dev | Michael Niedermayer | 2023-02-19 | 1 | -1/+1 |
* | version.h: Bump minor for 6.0 branch | Michael Niedermayer | 2023-02-19 | 1 | -1/+1 |
* | Bump major versions of all libraries | James Almer | 2023-02-09 | 2 | -3/+3 |
* | avdevice: remove FF_API_DEVICE_CAPABILITIES | James Almer | 2023-02-09 | 3 | -150/+0 |
* | avformat/avformat: Move AVOutputFormat internals out of public header | Andreas Rheinhardt | 2023-02-09 | 14 | -104/+114 |
* | avdevice/avfoundation: convert to new channel layout-API | James Almer | 2022-11-08 | 1 | -2/+1 |
* | avdevice/audiotoolbox: convert to new channel layout-API | James Almer | 2022-11-08 | 1 | -3/+3 |
* | avdevice/avdevice: Fix mismatching argument name | Marvin Scholz | 2022-10-17 | 1 | -1/+1 |
* | avformat/internal: Don't include avcodec.h | Andreas Rheinhardt | 2022-09-26 | 2 | -1/+1 |
* | avutil/internal: Move avpriv-file API to a header of its own | Andreas Rheinhardt | 2022-09-03 | 5 | -0/+5 |
* | configure: always enable gnu_windres if available | Timo Rothenpieler | 2022-08-13 | 1 | -1/+1 |
* | avdevice/v4l2: fix leak of timefilter | Zhao Zhili | 2022-08-03 | 1 | -0/+1 |
* | lavd: use AVFrame.duration instead of AVFrame.pkt_duration | Anton Khirnov | 2022-07-19 | 2 | -2/+16 |
* | avdevice/lavfi: pass forward video framerate | Timo Rothenpieler | 2022-07-18 | 1 | -0/+5 |
* | avdevice/lavfi: output wrapped AVFrames | Timo Rothenpieler | 2022-07-18 | 2 | -55/+36 |
* | avdevice/avdevice: fix return value of avdevice_list_devices() | Marton Balint | 2022-07-17 | 1 | -2/+4 |
* | Bump versions after 5.1 branchn5.2-dev | Michael Niedermayer | 2022-07-13 | 1 | -1/+1 |
* | Bump Versions for 5.1 branch | Michael Niedermayer | 2022-07-13 | 1 | -1/+1 |
* | av(format|device): Add const to muxer packet data pointers | Andreas Rheinhardt | 2022-07-09 | 4 | -4/+5 |
* | avdevice/oss_dec: account for sample size when computing timestamp | Matt Jacobson | 2022-06-19 | 3 | -2/+5 |
* | avdevice/pulse_audio_dec: deprecate frame_size option | Marton Balint | 2022-06-16 | 1 | -1/+2 |
* | avdevice/pulse_audio_dec: reduce default fragment size | Marton Balint | 2022-06-16 | 1 | -1/+6 |
* | Revert "avdevice/pulse_audio_dec: only set adjust latency flag if fragment_si... | Marton Balint | 2022-06-16 | 1 | -1/+1 |
* | avdevice/dshow: reuse unused variables. | Diederick Niehorster | 2022-05-12 | 1 | -3/+3 |
* | avdevice/v4l2*: Improve included headers | Andreas Rheinhardt | 2022-05-10 | 3 | -11/+14 |
* | avformat/utils: Move parser functions to a new file, demux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | avformat/demux: Add new demux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | avformat/internal: Move muxing-only functions to new mux.h header | Andreas Rheinhardt | 2022-05-10 | 4 | -2/+4 |
* | lib*/version: Move library version functions into files of their own | Andreas Rheinhardt | 2022-05-10 | 3 | -24/+46 |
* | avdevice/dshow: Fix dshow device name/description | Romain Beauxis | 2022-04-09 | 1 | -2/+2 |
* | avdevice/dshow: fix regression | Diederick Niehorster | 2022-03-29 | 1 | -17/+6 |
* | Keep including the full version.h when headers are included externally | Martin Storsjö | 2022-03-19 | 1 | -0/+6 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 2 | -0/+4 |
* | doc: Add an entry to APIchanges about changes to version.h and version_major.h | Martin Storsjö | 2022-03-16 | 1 | -1/+1 |