|
|
|
@7c3700cd
|
11 years |
michaelni |
avcodec/mjpegdec: use the AVFrame width/height for flipping
This …
|
|
|
@af15c17d
|
11 years |
michaelni |
avcodec/mjpegdec: remove new flipping code
It stored images wrong in …
|
|
|
@268d9317
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ATRAC3+ …
|
|
|
@92b24045
|
11 years |
michaelni |
Merge commit '4c642d8d98703faf52983243098f35865e15b312'
* commit …
|
|
|
@390452ba
|
11 years |
michaelni |
Merge commit 'b0be1ae792ac8bbfb0fc7b9b9cb39eaf0feb489b'
* commit …
|
|
|
@b4f97d4a
|
11 years |
michaelni |
Merge commit '4b48201d4d9d57a2a1ecf8504bc928aff83cb99a'
* commit …
|
|
|
@e6f0bb65
|
11 years |
kostya.shishkov |
ATRAC3+ decoder
Cleanup by Diego Biurrun.
Signed-off-by: Kostya …
|
|
|
@23ffc4c7
|
11 years |
michaelni |
doc/examples/muxing: Fixes frame initialization.
Fixes use of the …
|
|
|
@cab5315
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@c1362ca0
|
11 years |
michaelni |
Merge commit 'e588615d938f8581f0d6f3771662d08cadfc00de'
* commit …
|
|
|
@4c642d8d
|
11 years |
diego |
x86: hpeldsp: Add missing av_cold attribute to init function
|
|
|
@b0be1ae7
|
11 years |
diego |
x86: avcodec: Add a bunch of missing #includes for av_cold
|
|
|
@4b48201
|
11 years |
diego |
ac3tab.h: #include the correct headers
|
|
|
@2b318f8c
|
11 years |
michaelni |
Merge commit 'a246af86e47044dec243db2f708cc125d608ea78'
* commit …
|
|
|
@3773738e
|
11 years |
michaelni |
Merge commit 'ca96e337169093979d7c763064ad9dae12b3108c'
* commit …
|
|
|
@7904dfed
|
11 years |
michaelni |
Merge commit 'ef8c93e2f18c624d0c266687e43ab99af7921dd3'
* commit …
|
|
|
@2830f287
|
11 years |
michaelni |
Merge commit 'ebfe622bb1ca57cecb932e42926745cba7161913'
* commit …
|
|
|
@bba73f55
|
11 years |
stefasab |
doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-all
…
|
|
|
@094c500c
|
11 years |
stefasab |
examples/muxing: set timestamps in output audio packet
In particular, …
|
|
|
@8d22d37e
|
11 years |
stefasab |
examples/muxing: use av_frame_free() in place of av_free()
|
|
|
@9abe4a10
|
11 years |
stefasab |
examples/muxing: reuse global audio frame
Simplify logic, avoid …
|
|
|
@80bca6ea
|
11 years |
stefasab |
examples/muxing: honour distinction between encoder PTS timebase and …
|
|
|
@eadc4212
|
11 years |
stefasab |
examples/muxing: set sample formats from list of codec supported …
|
|
|
@d48132b7
|
11 years |
anton |
mjpegdec: apply flipping after decoding, not before
This is simpler …
|
|
|
@e588615d
|
11 years |
anton |
hevc: fix decoding of one PU wide files
For those the block size may …
|
|
|
@a246af86
|
11 years |
anton |
FATE: add MSS2 tests
|
|
|
@ca96e337
|
11 years |
anton |
vp9: drop support for real (non-emulated) edges
They are not …
|
|
|
@ef8c93e2
|
11 years |
anton |
vp8: drop support for real (non-emulated) edges
They are not …
|
|
|
@ebfe622b
|
11 years |
anton |
mpegvideo: drop support for real (non-emulated) edges
Several …
|
|
|
@fb8f5d05
|
11 years |
michaelni |
avcodec/msvideo1enc: fix SKIPS_MAX
Fixes Ticket3270
Signed-off-by: …
|
|
|
@c0a33c47
|
11 years |
michaelni |
avfilter: avfilter_register() that works in O(1) time
Signed-off-by: …
|
|
|
@00bef643
|
11 years |
stefasab |
doc/filters: add rotate example using degrees
|
|
|
@2be1e1b2
|
11 years |
michaelni |
avformat/udp: debug log udp socket size
Signed-off-by: rogerdpack …
|
|
|
@48ad1f39
|
11 years |
michaelni |
avcodec/libstagefright: drop dependancy on sizeof(AVFrame)
untested …
|
|
|
@1a0370ad
|
11 years |
michaelni |
avcodec/kgv1dec: remove unused function and variable
Signed-off-by: …
|
|
|
@c8c7736c
|
11 years |
michaelni |
swscale: disable ARM code until its build failure with clang/iphone is …
|
|
|
@c6fe984f
|
11 years |
michaelni |
vp9/x86: make STORE_2X2 macro local.
Prevents this assembler warning: …
|
|
|
@9d098ea3
|
11 years |
michaelni |
avcodec/huffyuvenc: Factorize store_huffman_tables() out
…
|
|
|
@9e7b477c
|
11 years |
michaelni |
avcodec/ffv1enc: choose 1.2 by default for higher resolutions to …
|
|
|
@dcc9009e
|
11 years |
michaelni |
Merge remote-tracking branch 'rbultje/vp9-simd'
* rbultje/vp9-simd:
…
|
|
|
@16ae337b
|
11 years |
michaelni |
avisynth: Use av_packet_from_data instead of av_new_packet
If the …
|
|
|
@02dd178d
|
11 years |
michaelni |
avisynth: More av_new_packet changes
These are the remaining …
|
|
|
@5d454100
|
11 years |
michaelni |
avcodec/huffyuvenc: fix -context 1 encoding
Fixes Ticket3281
…
|
|
|
@2358458a
|
11 years |
stefasab |
doc/muxers/image2: apply several formatting changes
|
|
|
@6a99ecb8
|
11 years |
stefasab |
doc/muxers/image2: document strftime option
Signed-off-by: Stefano …
|
|
|
@db70f2d3
|
11 years |
stefasab |
doc/muxers/matroska: add information to the matroska metadata language …
|
|
|
@e9edf001
|
11 years |
stefasab |
doc/ffmpeg: remove documentation for removed vlang/slang options
|
|
|
@a008deb1
|
11 years |
stefasab |
doc/muxers/matroska: reformat documentation
|
|
|
@8be8dddd
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
arm: …
|
|
|
@edba5463
|
11 years |
michaelni |
Merge commit '5dae4872357613a0b51120b54a4c5221e0ec3f69'
* commit …
|
|
|
@3c00d4c5
|
11 years |
michaelni |
Merge commit 'b7b932f5e3602bd34c3cc634b71c8bbbc0fb8dc0'
* commit …
|
|
|
@9ef7c0c5
|
11 years |
michaelni |
Merge commit '67bb3a4e285a5871770cbaa2d78bf9024961dd0f'
* commit …
|
|
|
@1c010fd0
|
11 years |
michaelni |
avformat/mxfdec: detect loops during header parsing
The header parser …
|
|
|
@024fac5c
|
11 years |
rsbultje |
vp9: make mv bounds 32bit.
Fixes an assert in file from trac ticket 3188.
|
|
|
@5b0fc078
|
11 years |
rsbultje |
vp9: reset contextual caches on frame size change with mt enabled.
…
|
|
|
@04a187fb
|
11 years |
rsbultje |
vp9/x86: idct_32x32_add_ssse3 sub-8x8-idct.
Runtime of the full 32x32 …
|
|
|
@37b001d1
|
11 years |
rsbultje |
vp9/x86: idct_32x32_add_ssse3 sub-16x16-idct.
Runtime of all IDCTs …
|
|
|
@e84d14df
|
11 years |
rsbultje |
vp9/x86: idct_32x32_add_ssse3.
Sub-IDCTs will follow later. …
|
|
|
@94cf4f8b
|
11 years |
Carl Eugen Hoyos |
Use the h264 parser when decoding VSSH in avi.
Fixes ticket #3261 …
|
|
|
@53df11eb
|
11 years |
stefasab |
doc/filters/equalizer: add examples for equalizer
Add two examples on …
|
|
|
@2574d62d
|
11 years |
lou |
tools/qt-faststart: add -movflags +faststart note
|
|
|
@243b9fea
|
11 years |
michaelni |
avformat/takdec: zero padding area before use
Fixes use of …
|
|
|
@952d318
|
11 years |
martin |
arm: Add a missing # as prefix for an immediate constant
…
|
|
|
@5dae4872
|
11 years |
martin |
arm: Allow overriding the alignment set in the function macro
The …
|
|
|
@b7b932f
|
11 years |
martin |
arm: Remove a leftover define for the pld instruction
This file no …
|
|
|
@67bb3a4e
|
11 years |
martin |
arm: cosmetics: Reindent the h264dsp neon init function
…
|
|
|
@8aead3ff
|
11 years |
michaelni |
avformat/adxdec: dont return random data on EOF
Fixes use of …
|
|
|
@2303b451
|
11 years |
michaelni |
avformat/segafilm: drop song and dance, this seems not to do anything …
|
|
|
@8ca9a68f
|
11 years |
michaelni |
avcodec/flacdec: check rice_order against blocksize
Fixes use of …
|
|
|
@77274d5c
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@99b6357f
|
11 years |
michaelni |
rename CONFIG_FFT_FIXED_32 -> FFT_FIXED_32
This matches FFT_FLOAT
…
|
|
|
@7778979f
|
11 years |
michaelni |
Merge commit '794fcf79a89eca2d4e889803b2c804a0b1defbb3'
* commit …
|
|
|
@2503928a
|
11 years |
stefasab |
examples/decoding_encoding: fix style nits
|
|
|
@b0517467
|
11 years |
michaelni |
avformat/webvttdec: Dont skip over a never checked byte after -->
…
|
|
|
@21b25537
|
11 years |
michaelni |
avcodec/mpeg4videodec: use av_fast_padded_malloc() for bitstream …
|
|
|
@0bad5052
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@ed1eb96
|
11 years |
michaelni |
avformat/rmdec: check that sub_packet_size fit in the packet for …
|
|
|
@71fe97a6
|
11 years |
michaelni |
avformat/nutdec: check avio_read() return code
Fixes use of …
|
|
|
@523a803b
|
11 years |
michaelni |
Merge commit '9409c9bdbfd829353473ee6cc3e91c726481c069'
* commit …
|
|
|
@00f25e0a
|
11 years |
michaelni |
Merge commit '01d245ef4392152dbdc78a6ba4dfa0a6e8b08e6f'
* commit …
|
|
|
@13f3092b
|
11 years |
michaelni |
avcodec/huffyuv: add YUVA420P, YUVA422P, YUVA444P, GBRAP, GRAY8A
…
|
|
|
@9997cee0
|
11 years |
diego |
network.h: Add #endif comments to improve readability
|
|
|
@60ab582a
|
11 years |
michaelni |
avcodec/huffyuv: add GRAY8 support
Signed-off-by: Michael Niedermayer …
|
|
|
@22f59a8c
|
11 years |
michaelni |
avcodec/huffyuv: add GBRP support
Signed-off-by: Michael Niedermayer …
|
|
|
@794fcf79
|
11 years |
diego |
Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT
The define does not originate …
|
|
|
@63debaa7
|
11 years |
martin |
libopusenc: Change default frame duration to 20 ms
20 ms is the …
|
|
|
@9409c9bd
|
11 years |
martin |
configure: Disable networking if winsock2.h is available but winsock …
|
|
|
@01d245e
|
11 years |
martin |
random_seed: Rewrite the generic clock() based seed code
The new code …
|
|
|
@49a59124
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@d1dc0d21
|
11 years |
michaelni |
Merge commit 'd68dc3c9446e38b4d686cc0f55433c9e8d7c128b'
* commit …
|
|
|
@2a58d5fc
|
11 years |
michaelni |
Merge commit '6892d145a0c80249bd61ee7dd31ec851c5076bcd'
* commit …
|
|
|
@8367bc6b
|
11 years |
michaelni |
Merge commit '9cbf2d78f0a9c19129e7a70b2281a450d386c6d9'
* commit …
|
|
|
@30056fd0
|
11 years |
michaelni |
Merge commit 'a03a642d5ceb5f2f7c6ebbf56ff365dfbcdb65eb'
* commit …
|
|
|
@64591f8f
|
11 years |
michaelni |
Merge commit '9eef9eb3014b2ed9c3ff4aac510a9f04edb555cf'
* commit …
|
|
|
@a60abb1e
|
11 years |
michaelni |
Merge commit 'bfd26b7ce6efea594f2b99441d900419df3af638'
* commit …
|
|
|
@98dcbb47
|
11 years |
michaelni |
avcodec/h264: reset list_count too in case of error in …
|
|
|
@7ee8a1c5
|
11 years |
michaelni |
Merge commit '9a026c72982faf20e1c8dfbe48f0b312cdea69c8'
* commit …
|
|
|
@a4f8a564
|
11 years |
michaelni |
Merge commit '4736d003fac30af4afd8390182f12f480ad78801'
* commit …
|
|
|
@3328d105
|
11 years |
michaelni |
Merge commit '50079a6aa93291e6dc9d9fb8d33da83f79e9311d'
* commit …
|
|
|
@76c63bc5
|
11 years |
michaelni |
Merge commit '3867f3718ba82ff11d3e24c6d84beb520d0b174f'
* commit …
|
|
|