| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | libavdevice: Split version.h | Martin Storsjö | 2022-03-16 | 5 | -9/+42 |
* | libavformat: Split version.h | Martin Storsjö | 2022-03-16 | 2 | -0/+2 |
* | avdevice/lavfi: remove call to deprecated function av_buffersink_get_channel_... | James Almer | 2022-03-15 | 1 | -6/+4 |
* | sndio: convert to new channel layout API | James Almer | 2022-03-15 | 2 | -2/+2 |
* | pulseaudio: convert to new channel layout API | James Almer | 2022-03-15 | 2 | -34/+34 |
* | oss: port to new channel layout API | Anton Khirnov | 2022-03-15 | 2 | -2/+2 |
* | openal: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -1/+1 |
* | libcdio: port to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -2/+3 |
* | avdevice/lavfi: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -2/+5 |
* | jack: port to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -1/+1 |
* | dshow: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -1/+1 |
* | decklink: convert to new channel layout API | James Almer | 2022-03-15 | 2 | -7/+7 |
* | alsa: convert to new channel layout API | James Almer | 2022-03-15 | 3 | -10/+13 |
* | libavcodec, libavdevice: Remove unnecessary includes of version.h | Martin Storsjö | 2022-02-24 | 1 | -2/+0 |
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -1/+5 |
* | lavd/avfoundation: Fix mixed declaration and code | Thilo Borgmann | 2022-02-22 | 1 | -1/+2 |
* | avdevice/avfoundation: check strdup | Zhao Zhili | 2022-02-22 | 1 | -2/+10 |
* | avdevice/avfoundation: fix memleak | Zhao Zhili | 2022-02-22 | 1 | -4/+6 |
* | avdevice/decklink_(common_c|dec|enc).h: Fix checkheaders | Andreas Rheinhardt | 2022-02-21 | 3 | -0/+7 |
* | lavd/jack: switch to the new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -15/+15 |
* | avdevice/iec61883: #if unused code away, fix -O0 compilation | Andreas Rheinhardt | 2022-01-08 | 1 | -1/+2 |