index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
au.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avutil/common: Don't auto-include mem.h
Andreas Rheinhardt
2024-03-31
1
-0
/
+1
*
avformat/mux: Add flag for "not more than one stream of each type"
Andreas Rheinhardt
2024-03-22
1
-5
/
+2
*
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
Andreas Rheinhardt
2024-03-07
1
-4
/
+5
*
avformat/au: improve au_probe()
Paul B Mahol
2023-08-11
1
-4
/
+9
*
avformat/avformat: Move AVOutputFormat internals out of public header
Andreas Rheinhardt
2023-02-09
1
-9
/
+10
*
configure: Use a separate config_components.h header for $ALL_COMPONENTS
Martin Storsjö
2022-03-16
1
-0
/
+2
*
au: convert to new channel layout API
Vittorio Giovara
2022-03-15
1
-4
/
+4
*
avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h
Andreas Rheinhardt
2021-07-29
1
-0
/
+1
*
avformat: Constify all muxer/demuxers
Andreas Rheinhardt
2021-04-27
1
-2
/
+2
*
avformat/au: Deduplicate codec_tag lists
Andreas Rheinhardt
2021-02-23
1
-2
/
+4
*
avformat/au: cleanup on EOF return in au_read_annotation()
Michael Niedermayer
2020-11-10
1
-1
/
+4
*
avformat/au: Check for EOF in au_read_annotation()
Michael Niedermayer
2020-10-23
1
-0
/
+2
*
avformat/au: Avoid allocation for metadata string
Andreas Rheinhardt
2020-07-18
1
-31
/
+19
*
avformat/au: Simplify writing string into AVBPrint
Andreas Rheinhardt
2020-07-18
1
-4
/
+2
*
avformat/au: Remove redundant av_freep()
Andreas Rheinhardt
2020-07-18
1
-2
/
+2
*
avformat/au: Store strings instead of pointers to strings in array
Andreas Rheinhardt
2020-07-18
1
-7
/
+6
*
avformat/au: check return value of au_read_annotation()
Limin Wang
2020-07-02
1
-1
/
+4
*
avformat/au: check return value of av_bprint_finalize()
Limin Wang
2020-07-02
1
-2
/
+4
*
avformat: remove unneeded avio_flush() calls from the end of write_trailer fu...
Marton Balint
2020-01-07
1
-1
/
+0
*
avformat: remove avio_flush() calls from the end of write_header functions
Marton Balint
2020-01-07
1
-1
/
+0
*
lavf: Constify the probe function argument.
Carl Eugen Hoyos
2019-03-21
1
-1
/
+1
*
avformat/au: do not use invalid block_align for small bits per sample
Paul B Mahol
2018-12-31
1
-2
/
+3
*
Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'
James Almer
2017-03-21
1
-1
/
+1
|
\
|
*
lavf: fix usage of AVIOContext.seekable
Anton Khirnov
2016-09-30
1
-1
/
+1
*
|
avformat/au: Read MetaData from AU Sun audio file header
Thomas Bernard
2016-06-13
1
-2
/
+68
*
|
avformat/au: Write MetaData in AU Sun audio file header
Thomas Bernard
2016-06-03
1
-4
/
+62
*
|
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-04-10
1
-15
/
+15
|
\
|
|
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-15
/
+15
*
|
Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228'
Michael Niedermayer
2014-06-18
1
-0
/
+1
|
\
|
|
*
lavf: add the notimestamps flag to the muxers missing it
Anton Khirnov
2014-06-18
1
-0
/
+1
*
|
avformat/au: add assert to help source code analyzers
Michael Niedermayer
2013-10-20
1
-0
/
+2
*
|
avformat: Use G726LE decoder for Sun AU files
Carl Eugen Hoyos
2013-10-18
1
-1
/
+13
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-04-11
1
-2
/
+2
|
\
|
|
*
Move misplaced file author information where it belongs
Diego Biurrun
2013-04-11
1
-2
/
+2
*
|
Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e'
Michael Niedermayer
2013-03-14
1
-2
/
+2
|
\
|
|
*
avformat: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2013-03-13
1
-2
/
+2
*
|
auenc: strict check for supported codec
Paul B Mahol
2013-01-30
1
-1
/
+9
*
|
auenc: remove put_au_header() and merge its code into au_write_header
Paul B Mahol
2013-01-30
1
-14
/
+4
*
|
au: switch to ff_pcm_read_packet() again, after the merge
Michael Niedermayer
2013-01-11
1
-16
/
+1
*
|
Merge commit 'f7bf72a4a1146a7583577c9bdc066767e1ba3c6a'
Michael Niedermayer
2013-01-10
1
-5
/
+6
|
\
|
|
*
au: remove unnecessary casts
Justin Ruggles
2013-01-09
1
-2
/
+2
|
*
au: return AVERROR codes instead of -1
Justin Ruggles
2013-01-09
1
-5
/
+6
*
|
Merge commit 'fd9147f11456a7e39a998d7270684922a2a46e6d'
Michael Niedermayer
2013-01-10
1
-49
/
+46
|
\
|
|
*
au: cosmetics: pretty-print and remove pointless comments
Justin Ruggles
2013-01-09
1
-50
/
+46
*
|
Merge commit 'c88d245c9866e48cb8a238b7564964c1fcf3315f'
Michael Niedermayer
2013-01-10
1
-1
/
+18
|
\
|
|
*
au: use ff_raw_write_packet()
Justin Ruggles
2013-01-09
1
-8
/
+3
|
*
au: set stream start time and packet durations
Justin Ruggles
2013-01-09
1
-0
/
+3
*
|
Merge commit 'af68a2baae6761044cbed95575e8bcfebf55c6f1'
Michael Niedermayer
2013-01-10
1
-2
/
+7
|
\
|
|
*
au: use %u when printing id and channels since they are unsigned
Justin Ruggles
2013-01-09
1
-2
/
+2
|
*
au: validate sample rate
Justin Ruggles
2013-01-09
1
-0
/
+5
[next]