|
|
|
@f13ffb66
|
11 years |
anton |
flacdec: do not overwrite a channel layout set by the caller
The …
|
|
|
@9767d7c0
|
11 years |
martin |
oggenc: Flush after writing headers
Before, header information for …
|
|
|
@1d3eb0b5
|
11 years |
martin |
oggenc: Move ogg_write_pages up above ogg_write_header
Signed-off-by: …
|
|
|
@512f3ffe
|
11 years |
diego |
dsputil: Split off HuffYUV encoding bits into their own context
Also …
|
|
|
@0d439fbe
|
11 years |
diego |
dsputil: Split off HuffYUV decoding bits into their own context
Also …
|
|
|
@888dcd86
|
11 years |
diego |
h264_picture: Remove pointless dsputil.h #include
|
|
|
@f1df0a4c
|
11 years |
diego |
on2avc: Remove pointless dsputil.h #include
|
|
|
@7cc4c9f3
|
11 years |
anton |
lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB
Thatt hardcodes the …
|
|
|
@b03b2d8
|
11 years |
anton |
buffersrc: avoid using AV_PIX_FMT_NB
That hardcodes the number of …
|
|
|
@a7d070ac
|
11 years |
anton |
vf_fieldorder: avoid using AV_PIX_FMT_NB
That hardcodes the number of …
|
|
|
@862f33c
|
11 years |
anton |
vf_scale: use the pixfmt descriptor API
Avoid using AV_PIX_FMT_NB, …
|
|
|
@45fc73ed
|
11 years |
anton |
vf_format: rework format list parsing
Avoid using AV_PIX_FMT_NB, …
|
|
|
@4d8c28d
|
11 years |
anton |
imgutils: make systematic palette opaque.
Signed-off-by: Anton …
|
|
|
@e0d01dc7
|
11 years |
anton |
smoothstream: check malloc calls
Signed-off-by: Anton Khirnov …
|
|
|
@8692e628
|
11 years |
anton |
rdt: check malloc calls
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@21f68c24
|
11 years |
kostya.shishkov |
avcodec: bump version after rotation api
Signed-off-by: Kostya …
|
|
|
@6b7b8585
|
11 years |
anton |
dca: Convert dca_dmixtable to integers
Also include zero in the …
|
|
|
@c23c96b6
|
11 years |
janne-libav |
lavf: add av_stream_get_side_data
|
|
|
@afe1762
|
11 years |
janne-libav |
build: export library dependencies in ${name}_FFLIBS
Removes an ugly …
|
|
|
@132a5711
|
11 years |
janne-libav |
check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA)
|
|
|
@82fc9f4b
|
11 years |
martin |
display: Include mathematics.h for fallback definition of NAN
This …
|
|
|
@853cc025
|
11 years |
anton |
mov: store display matrix in a stream side data
Signed-off-by: Anton …
|
|
|
@bddd8cbf
|
11 years |
anton |
Add transformation matrix API.
Add AV_PKT_DATA_DISPLAYMATRIX and …
|
|
|
@9929b356
|
11 years |
anton |
pthread_frame: simplify the code by using new AVPacket API
This also …
|
|
|
@cdf58f05
|
11 years |
anton |
avpacket: fix copying side data in av_packet_copy_props()
Side data …
|
|
|
@a312f710
|
11 years |
anton |
lavf: deprecate now unused AVStream.pts
|
|
|
@ed7922fa
|
11 years |
anton |
mux: drop one of the hacks comprising compute_pkt_fields2()
All …
|
|
|
@dc40d886
|
11 years |
anton |
avconv: do not use poorly defined and undocumented AVStream.pts
Use …
|
|
|
@c9f8809e
|
11 years |
anton |
hevc/intra_pred: simplify neighboring sample derivation
|
|
|
@25bb7eaf
|
11 years |
anton |
hevc/intra_pred: drop unnecessary conditions in loops
Signed-off-by: …
|
|
|
@4c390b1b
|
11 years |
anton |
hevc/intra_pred: optimize EXTEND_()*
Process 4 pixels at once.
…
|
|
|
@a1c2b48
|
11 years |
anton |
hevc: templatize intra_pred
|
|
|
@04db5794
|
11 years |
anton |
hevc: templatize pred_planar
Signed-off-by: Anton Khirnov …
|
|
|
@0ba5299
|
11 years |
anton |
movenc: use the "encoder" metadata tag to write stsd Compressorname
…
|
|
|
@6656370b
|
11 years |
anton |
avconv: set the "encoder" tag when transcoding
|
|
|
@d246231e
|
11 years |
anton |
wavenc: use codec descriptors to get the codec name
Also, return a …
|
|
|
@968a62a9
|
11 years |
anton |
doc/APIchanges: mark the release 10 branch point
|
|
|
@33082af7
|
11 years |
anton |
doc/APIchanges: fill in missing hashes and dates
|
|
|
@79f2c426
|
11 years |
anton |
dv: do not set codec timebase
It is not supposed to be set from …
|
|
|
@93afb6c9
|
11 years |
anton |
avconv: set output avg_frame_rate when known
|
|
|
@7a5f4f68
|
11 years |
anton |
lavf: extend avg_frame_rate documentation.
|
|
|
@c3311d47
|
11 years |
anton |
avienc: sanitize variable naming in write_header()
Do not call an …
|
|
|
@ab3fdaa7
|
11 years |
anton |
yop: only set extradata size after it has been successfully allocated
…
|
|
|
@b513bf6f
|
11 years |
anton |
yuv4mpegdec: do not set coded_frame properties
coded_frame is not …
|
|
|
@e4dc1000
|
11 years |
anton |
yuv4mpeg: split the demuxer and muxer into separate files
|
|
|
@3ef6c526
|
11 years |
anton |
a64: check that extradata exists before reading from it
|
|
|
@b1365649
|
11 years |
anton |
a64: remove unneeded struct qualifier
|
|
|
@d256ed78
|
11 years |
anton |
4xm: allocate extradata properly.
Pad it with the required amount of …
|
|
|
@fd056029
|
11 years |
anton |
lavc: add avcodec_free_context().
Right now, the caller has to …
|
|
|
@e1b66778
|
11 years |
anton |
lavc: remove the locking code in avcodec_close()
This function should …
|
|
|
@584f8840
|
11 years |
lu_zero |
riff: Pass block_align to estimate frame duration
Fix incorrect …
|
|
|
@34e2ce5
|
11 years |
martin |
hlsenc: Set the default codecs to AAC and H264
Most HLS …
|
|
|
@4d25c2bc
|
11 years |
lu_zero |
build: Support building using clang-usan and disable-optimization
…
|
|
|
@7c377f0e
|
11 years |
anton |
avisynth: set duration of audio streams
Signed-off-by: Anton Khirnov …
|
|
|
@4735784
|
11 years |
anton |
FATE/opus: increase fuzz for the celt tests
This seems to be needed …
|
|
|
@d3f5b94
|
11 years |
janne-libav |
aarch64: opus NEON iMDCT and FFT
Opus celt decoding 11% faster and …
|
|
|
@7c5ca546
|
11 years |
janne-libav |
configure: fix enable-libopus help string
|
|
|
@5e2ba41d
|
11 years |
janne-libav |
build: add avresample after avcodec to FFLIBS
avcodec might depend on …
|
|
|
@3b2fbe67
|
11 years |
anton |
lavc: properly handle subtitle_header in avcodec_copy_context()
|
|
|
@efc7df6c
|
11 years |
anton |
lavc: preserve the original private data in avcodec_copy_context()
If …
|
|
|
@c9281a01
|
11 years |
anton |
lavf: drop the zero-sized packets hack
There should not be any valid …
|
|
|
@0c1959b0
|
11 years |
anton |
lavf: add AVFMT_FLAG_BITEXACT.
Use it instead of checking …
|
|
|
@b70d7a4a
|
11 years |
anton |
lavc: add a native Opus decoder.
Initial implementation by Andrew …
|
|
|
@7e90133f
|
11 years |
janne-libav |
build: do not append $(FFLIBS-) to $(FFLIBS) if $(NAME) is not defined …
|
|
|
@a738540
|
11 years |
anton |
lavf: properly document the distinction between flags and ctx_flags
|
|
|
@44951174
|
11 years |
janne-libav |
build: handle library dependencies in configure
Instead of setting …
|
|
|
@9aa45920
|
11 years |
janne-libav |
aarch64: assembler in clang-3.4 ignores the division by two
Values …
|
|
|
@1839fafa
|
11 years |
lu_zero |
avconv: Support VDA hwaccel
Signed-off-by: Luca Barbato …
|
|
|
@67afcefb
|
11 years |
lu_zero |
lavc: Add new VDA hwaccel
It leverages the new hwaccel 1.2 features:
…
|
|
|
@31a46750
|
11 years |
lu_zero |
vda: use hwaccel private data for internal bitstream buffer
|
|
|
@66e6c8a7
|
11 years |
lu_zero |
lavu: Add a pixel format for new VDA hwaccel
The current hwaccel is …
|
|
|
@dd2d3b76
|
11 years |
lu_zero |
lavc: Add hwaccel private data and init/uninit callbacks
|
|
|
@ebc29519
|
11 years |
lu_zero |
hwaccel: Support specific frame allocators
It would reduce the …
|
|
|
@a871ef0c
|
11 years |
lu_zero |
hwaccel: Rename priv_data_size to frame_priv_data_size
This describes …
|
|
|
@08bb2567
|
11 years |
lu_zero |
lavc: document which parts of AVHWAccel are private.
|
|
|
@5c1d724
|
11 years |
lu_zero |
lavc: set AVCodecContext.hwaccel in ff_get_format()
This way each …
|
|
|
@632ad224
|
11 years |
lu_zero |
lavc: Add an internal wrapper around get_format()
It will be useful …
|
|
|
@9880a0d4
|
11 years |
lu_zero |
pcm-dvd: Fix 20bit decoding
Increment the pointer as needed.
Bug-Id: …
|
|
|
@0bacfa8d
|
11 years |
martin |
rtmpproto: Check the buffer sizes when copying app/playpath strings
…
|
|
|
@7ce3bd96
|
11 years |
martin |
rtmpproto: Support alternative slist parameter in rtmp URLs
Support …
|
|
|
@3828eb85
|
11 years |
martin |
libfdk-aac: Relicense the library wrappers to 2-clause BSD
This …
|
|
|
@15fa856b
|
11 years |
martin |
libfdk-aacenc: Enable 7.1 channel encoding
7.1(wide) and …
|
|
|
@9580818c
|
11 years |
anton |
avconv: rename OutputStream.opts to OutputStream.encoder_opts
This …
|
|
|
@01947f07
|
11 years |
anton |
avconv: remove a useless line
Doing anything with that field when we …
|
|
|
@65ed9e7
|
11 years |
anton |
avconv: rename 'codec' to 'enc_ctx'
This more clearly describes what …
|
|
|
@650a5206
|
11 years |
anton |
avconv: rename 'icodec' to 'dec_ctx'
This more clearly describes what …
|
|
|
@f3a6ad22
|
11 years |
anton |
avconv: rename InputStream.opts to InputStream.decoder_opts
This …
|
|
|
@73ed8558
|
11 years |
anton |
avconv: simplify exit_program() by using more local vars
|
|
|
@dcbfb780
|
11 years |
lu_zero |
probe: Support AAC_LATM in set_codec_from_probe_data
|
|
|
@f66d0c57
|
11 years |
lu_zero |
latm: Add a probe function
|
|
|
@de69aedf
|
11 years |
lu_zero |
mathematics: K&R formatting cosmetics
|
|
|
@3a177a9c
|
11 years |
lu_zero |
swscale: Fix an undefined behaviour
Prevent a division by zero down …
|
|
|
@925c3787
|
11 years |
lu_zero |
vp9: Read the frame size as unsigned
Sample-Id: 00001723-google …
|
|
|
@a90d92ce
|
11 years |
lu_zero |
aac: K&R formatting cosmetics
|
|
|
@c6b42e85
|
11 years |
lu_zero |
flv: K&R formatting cosmetics
|
|
|
@ba71c740
|
11 years |
anton |
lavc: deprecate AVCodecContext.codec_name
It is undocumented and has …
|
|
|
@e7fc9796
|
11 years |
anton |
lavc: do not use AVCodecContext.codec_name in avcodec_string()
That …
|
|
|
@ef973216
|
11 years |
anton |
rmdec: do not export anything to AVCodecContext.codec_name
That field …
|
|
|
@6072184e
|
11 years |
anton |
asfenc: use codec descriptors instead of AVCodecs to write codec info
…
|
|
|
@92e4b643
|
11 years |
anton |
oggparseskeleton: do not use AVCodecContext.codec_name
That field is …
|
|
|