|
|
|
@41840366
|
13 years |
michaelni |
rmdec: fix "warning: format %d expects argument of type int, but …
|
|
|
@4dbdd3ec
|
13 years |
michaelni |
mp3enc: fix "warning: best_bitrate_idx may be used uninitialized in …
|
|
|
@1e44dda8
|
13 years |
michaelni |
flvdec: fix "libavformat/flvdec.c:195:29: warning: variable size1 set …
|
|
|
@b93c9157
|
13 years |
michaelni |
fate: Overhaul WavPack coverage
WavPack has a comprehensive test …
|
|
|
@388b7ac0
|
13 years |
michaelni |
Revert "Set channel layout in flac decoder."
This reverts commit …
|
|
|
@003e024b
|
13 years |
michaelni |
Revert "Fix channel layout for some stereo flac files."
This reverts …
|
|
|
@3be79178
|
13 years |
michaelni |
proresenc_anatoliy: switch to encode2
Signed-off-by: Michael …
|
|
|
@73f8f7e8
|
13 years |
michaelni |
msvideo1enc: switch to encode2()
Signed-off-by: Michael Niedermayer …
|
|
|
@80604030
|
13 years |
michaelni |
j2kenc: switch to encode2
Signed-off-by: Michael Niedermayer …
|
|
|
@131698af
|
13 years |
michaelni |
flashsv2enc: switch to encode2()
Signed-off-by: Michael Niedermayer …
|
|
|
@e2cc39b6
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (40 …
|
|
|
@32e74395
|
13 years |
michaelni |
Revert "Improve decoding quality for lossy wavpack."
This has been …
|
|
|
@6eb12ffe
|
13 years |
michaelni |
fate: add forgotten random_seed ref
Signed-off-by: Michael …
|
|
|
@7cfd626b
|
13 years |
michaelni |
fate: add random_seed test
Signed-off-by: Michael Niedermayer …
|
|
|
@946de27d
|
13 years |
michaelni |
random_seed: add selftest
Reviewed-by: Nicolas George …
|
|
|
@1b932443
|
13 years |
michaelni |
v408enc: switch to encode2()
Signed-off-by: Paul B Mahol …
|
|
|
@1f801f3a
|
13 years |
michaelni |
yuv4enc: switch to encode2()
Signed-off-by: Paul B Mahol …
|
|
|
@d1ede56
|
13 years |
michaelni |
v308enc: switch to encode2()
Signed-off-by: Paul B Mahol …
|
|
|
@29a8f6b8
|
13 years |
michaelni |
udp: Fix sign of error codes.
Signed-off-by: Michael Niedermayer …
|
|
|
@31632e73
|
13 years |
rsbultje |
swf: check return values for av_get/new_packet().
Prevents crashers …
|
|
|
@480b133e
|
13 years |
anton |
wavpack: Don't shift minclip/maxclip
Since we are clipping before we …
|
|
|
@ba605ce
|
13 years |
martin |
rtpenc: Expose the max packet size via an avoption
This allows opting …
|
|
|
@f553462
|
13 years |
martin |
rtpenc: Move max_packet_size to a context variable
This is in …
|
|
|
@7337484e
|
13 years |
martin |
rtpenc: Add an option for not sending RTCP packets
Signed-off-by: …
|
|
|
@ff311c0
|
13 years |
anton |
lavc: drop encode() support for video.
All video encoders have been …
|
|
|
@171273fe
|
13 years |
anton |
snowenc: switch to encode2().
|
|
|
@8d3348c2
|
13 years |
anton |
snowenc: don't abuse input picture for storing information.
|
|
|
@7340008f
|
13 years |
anton |
a64multienc: switch to encode2().
We have no decoder, so cannot test …
|
|
|
@cfc6ab31
|
13 years |
anton |
a64multienc: don't write into output buffer when there's no output.
|
|
|
@4da6d194
|
13 years |
anton |
libxvid: switch to encode2().
|
|
|
@760b0040
|
13 years |
anton |
tiffenc: switch to encode2().
|
|
|
@62acb493
|
13 years |
anton |
tiffenc: properly forward error codes in encode_frame().
|
|
|
@2257f66e
|
13 years |
anton |
lavc: drop libdirac encoder.
Libschroedinger is the preferred way to …
|
|
|
@577fed3b
|
13 years |
anton |
gifenc: switch to encode2().
|
|
|
@d8f3365f
|
13 years |
anton |
libvpxenc: switch to encode2().
|
|
|
@0ecf54f9
|
13 years |
anton |
flashsvenc: switch to encode2().
|
|
|
@b315042c
|
13 years |
diego |
Remove libpostproc.
This library does not fit into Libav as a whole …
|
|
|
@01cb62ab
|
13 years |
rsbultje |
lcl: don't overwrite input memory.
If the PNG filter is enabled, a …
|
|
|
@1d8c4af3
|
13 years |
rsbultje |
swscale: take first/lastline over/underflows into account for MMX.
…
|
|
|
@491865b5
|
13 years |
rsbultje |
swscale: fix underflows in firstline calculations for extreme resizes. …
|
|
|
@19a65b5b
|
13 years |
rsbultje |
swscale: fix overflows in filterPos[] calculation for large sizes.
…
|
|
|
@84db922b
|
13 years |
anton |
libxavs: switch to encode2().
|
|
|
@d3b577f
|
13 years |
anton |
libxavs: add an AVClass at the beginning of XavsContext.
|
|
|
@a5f848c8
|
13 years |
anton |
libxavs: split extradata writing out of encode_nals().
This is done …
|
|
|
@8e8124e
|
13 years |
anton |
ljpegenc: switch to encode2().
|
|
|
@2b83e8b7
|
13 years |
rsbultje |
truemotion2: error out if the huffman tree has no nodes.
This …
|
|
|
@b6ff81d6
|
13 years |
nicolas.george |
sbgdec: read_seek was undeprecated.
|
|
|
@ada4e362
|
13 years |
martin |
rtpenc: Add an error message
Also return a proper error code.
…
|
|
|
@c4584f3c
|
13 years |
martin |
rtpenc: Allow packetizing H263 according to the old RFC 2190
…
|
|
|
@c2ff63e
|
13 years |
martin |
rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS
This simplifies …
|
|
|
@3c0ed7d1
|
13 years |
anton |
asv1enc: switch to encode2().
|
|
|
@df53a473
|
13 years |
anton |
libschroedingerenc: switch to encode2().
|
|
|
@278d8868
|
13 years |
anton |
ffv1enc: switch to encode2().
|
|
|
@f7fa73ac
|
13 years |
anton |
libtheoraenc: switch to encode2().
|
|
|
@6d9c27dc
|
13 years |
anton |
jpeglsenc: switch to encode2().
|
|
|
@148fc995
|
13 years |
anton |
lclenc: switch to encode2().
|
|
|
@21b46747
|
13 years |
anton |
qtrleenc: switch to encode2().
|
|
|
@42655b2
|
13 years |
nicolas.george |
avfiltergraph: avoid harmful auto audio conversions.
With the current …
|
|
|
@69a653ca
|
13 years |
nicolas.george |
configure: add lavfi dependencies to .pc files.
lavfi have optional …
|
|
|
@b18c27de
|
13 years |
tempn |
riff: IPJ2 decodes with j2k decoder. samples can be made from mencoder …
|
|
|
@e99f1a8c
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
dxva2: …
|
|
|
@62d5f9e5
|
13 years |
justin.ruggles |
flacdec: set channel_layout based on channel count
Channel layouts …
|
|
|
@3798205a
|
13 years |
justin.ruggles |
mov: set channel layout for AC-3 streams based on the 'dac3' atom info …
|
|
|
@1254022e
|
13 years |
rsbultje |
swscale: fix filtersize clipping.
if srcW<=2, clip(x, 1, srcW-2) …
|
|
|
@094673ff
|
13 years |
michaelni |
eval: support 3 parameter functions.
Signed-off-by: Michael …
|
|
|
@43b1943a
|
13 years |
michaelni |
eval: Add taylor series evaluation support.
Signed-off-by: Michael …
|
|
|
@562ebc30
|
13 years |
diego |
dxva2: don't check for DXVA_PictureParameters->wDecodedPictureIndex
…
|
|
|
@15b4b505
|
13 years |
diego |
img2: split muxer and demuxer into separate files
Signed-off-by: Paul …
|
|
|
@aac07a7a
|
13 years |
rsbultje |
rm: prevent infinite loops for index parsing.
Specifically, prevent …
|
|
|
@1cd9a615
|
13 years |
alex.converse |
aac: fix infinite loop on end-of-frame with sequence of 1-bits.
…
|
|
|
@b142496
|
13 years |
alex.converse |
mov: Add more HDV and XDCAM FourCCs.
Reference: VLC
|
|
|
@0584e3ca
|
13 years |
anton |
lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().
…
|
|
|
@e30b3e59
|
13 years |
rsbultje |
rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1. …
|
|
|
@58700edb
|
13 years |
justin.ruggles |
cdxl: correctly synchronize video timestamps to audio
Signed-off-by: …
|
|
|
@6bbaf6e0
|
13 years |
justin.ruggles |
mlpdec_parser: fix a few channel layouts.
Signed-off-by: Justin …
|
|
|
@147715ca
|
13 years |
justin.ruggles |
Add channel names to channel_names[] array for channels added in …
|
|
|
@f16c950
|
13 years |
nicolas.george |
lavu: document av_reverse.
|
|
|
@534a82a3
|
13 years |
nicolas.george |
lavd/lavfi: support all sample formats.
|
|
|
@9cbf17e9
|
13 years |
nicolas.george |
lavc: introduce av_get_pcm_codec.
|
|
|
@0c7b8b75
|
13 years |
martin |
movenc: Buffer the mdat for the initial moov fragment, too
This …
|
|
|
@b70f04c2
|
13 years |
martin |
flvdec: Ignore the index if the ignidx flag is set
Signed-off-by: …
|
|
|
@0a7ce3ca
|
13 years |
martin |
flvdec: Fix indentation
Also split a long line.
Signed-off-by: …
|
|
|
@4217dfe8
|
13 years |
nicolas.george |
af_pan: remove dual double/int storage of gain.
libswresample takes …
|
|
|
@aa96d433
|
13 years |
martin |
movdec: Don't parse all fragments if ignidx is set
In nonseekable …
|
|
|
@383a3b64
|
13 years |
martin |
movdec: Restart parsing root-level atoms at the right spot
If parsing …
|
|
|
@b5696ff
|
13 years |
diego |
prores: use natural integer type for the codebook index
The …
|
|
|
@d00bc6a8
|
13 years |
michaelni |
r210enc and y41penc: don't set same pkt->size twice
Signed-off-by: …
|
|
|
@8a08503b
|
13 years |
michaelni |
pngdec: Print error if signature is wrong.
Signed-off-by: Michael …
|
|
|
@184fc600
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@92b5f71a
|
13 years |
michaelni |
lavf: Reimplement new seek API emulation
This fixes seeking to before …
|
|
|
@e6380afa
|
13 years |
michaelni |
avidec: Reduce log level for out of index error message.
Its …
|
|
|
@68fac5c2
|
13 years |
michaelni |
doxy: Disable the main index page.
Theres no usefull or even remotely …
|
|
|
@0ad522af
|
13 years |
alex.converse |
mov: Add support for MPEG2 HDV 720p24 (hdv4)
|
|
|
@89d94b21
|
13 years |
diego |
swscale: K&R formatting cosmetics (part I)
|
|
|
@72b95764
|
13 years |
diego |
swscale: variable declaration and placement cosmetics
|
|
|
@5d42ac7f
|
13 years |
anton |
mpegvideo_enc: only allocate output packet when we know there will be …
|
|
|
@2bdac293
|
13 years |
Clément Bœsch |
doc/examples: rename filtering.c into filtering_video.c.
|
|
|
@b38b6d56
|
13 years |
justin.ruggles |
Add names for more channel layouts to the channel layout map.
…
|
|
|
@79c7064c
|
13 years |
justin.ruggles |
sunrast: Add a sample request for RMP_RAW colormap.
Signed-off-by: …
|
|
|
@70749c48
|
13 years |
justin.ruggles |
avcodec: do not override pts or duration from the audio encoder
This …
|
|
|