|
|
|
@79513857
|
15 years |
stefano.sabatini-lala |
Fix eval-test compilation.
Originally committed as revision 23406 to …
|
|
|
@b851dd9e
|
15 years |
stefano.sabatini-lala |
Cosmetics: reindent and break some overly long line.
Originally …
|
|
|
@0cd28d94
|
15 years |
stefano.sabatini-lala |
Cosmetics: consistently apply K&R style.
Make me and Diego happy.
…
|
|
|
@9711439b
|
15 years |
stefano.sabatini-lala |
Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() …
|
|
|
@9ace13b4
|
15 years |
stefano.sabatini-lala |
Make ff_parse_expr() and ff_parse_and_eval_expr() return an int …
|
|
|
@27241cbf
|
15 years |
martin |
Declare the url_write buffer parameter as const
Originally committed …
|
|
|
@3d9408f4
|
15 years |
siretart |
remove palette8torgb15 and palette8tobgr15
They contain exactly the …
|
|
|
@770e50ae
|
15 years |
janne-ffmpeg |
ffmpeg: offer alternatives for experimental codecs if they exist
…
|
|
|
@4e605bc3
|
15 years |
janne-ffmpeg |
ffmpeg: fail if user selected codec is experimental and …
|
|
|
@9ad7dfc1
|
15 years |
baptiste.coudurier |
Pass codec pixel format list to get_format, if present, fix vdpau …
|
|
|
@879c9d1a
|
15 years |
diego |
Add a short note about libvpx.
Originally committed as revision 23394 …
|
|
|
@0a624147
|
15 years |
pross |
Prevent au_read_packet() looping endlessly when .au file contains …
|
|
|
@274793d
|
15 years |
max_pole |
Make dequantization equation use less registers on some CPUs.
…
|
|
|
@25e20240
|
15 years |
max_pole |
Remove unused variables.
Originally committed as revision 23389 to …
|
|
|
@21ae6790
|
15 years |
pross |
automatically enable buffer_filter when compiling ffmpeg
Fixes issue …
|
|
|
@870a6f40
|
15 years |
diego |
Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other …
|
|
|
@eb55f3da
|
15 years |
diego |
The GPL-licensed optimizations in libswscale have been replaced.
…
|
|
|
@531f97b0
|
15 years |
diego |
Remove GPL-licensed YUV to RGB MMX routines.
We now have an LGPL …
|
|
|
@41331b65
|
15 years |
mans |
ARM: NEON optimised dct_unquantize_h263_{intra,inter}
Originally …
|
|
|
@2c780abf
|
15 years |
diego |
Require --enable-nonfree flag for libvpx.
The license of libvpx is …
|
|
|
@1c100b13
|
15 years |
kostya.shishkov |
321l: do not use shifted s->linesize instead of correct s->uvlinesize. …
|
|
|
@0435fb1
|
15 years |
baptiste.coudurier |
In h264 decoder, use jpeg yuv pixel format when full range is set in …
|
|
|
@c91dce99
|
15 years |
alex.converse |
aacenc: Remove an unnecessary division from the TLS.
Originally …
|
|
|
@911fbc45
|
15 years |
alex.converse |
Cosmetics: whitespace
Originally committed as revision 23367 to …
|
|
|
@04d6a54e
|
15 years |
alex.converse |
aacenc: Remove unnecessary variables and scopes in the TLS.
…
|
|
|
@82f1ffc7
|
15 years |
hyc |
Cleanup prev commit, flag variable should start with 0
Originally …
|
|
|
@23584bec
|
15 years |
hyc |
Parse avctx->extradata if available.
Fixes many "non-existing PPS …
|
|
|
@22a25584
|
15 years |
rsbultje |
Reindent after r23361.
Patch by Francesco Lavra <francescolavra …
|
|
|
@cff87f04
|
15 years |
rsbultje |
Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows …
|
|
|
@74e8ccad
|
15 years |
rsbultje |
Move rm_codec_tags to rm.c so muxer/demuxer can share it.
Patch by …
|
|
|
@c0fda017
|
15 years |
lessen42 |
vp3: 10l Fix DC-only IDCT for C and ARM too
Originally committed as …
|
|
|
@179655b6
|
15 years |
lessen42 |
vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to …
|
|
|
@173bb37f
|
15 years |
lessen42 |
On2 IVF demuxer
Originally committed as revision 23357 to …
|
|
|
@a5266a47
|
15 years |
michaelni |
Make sure that when the parser is feeded with frame==packet that the …
|
|
|
@5d55bb9f
|
15 years |
alex.converse |
aacdec: Clarify a channel mapping comment.
Patch by Cyril Russo …
|
|
|
@e84c276f
|
15 years |
alex.converse |
Mark AAC encoder as experimental.
Originally committed as revision …
|
|
|
@4717f872
|
15 years |
lessen42 |
VP8 parser
Originally committed as revision 23349 to …
|
|
|
@910b9f30
|
15 years |
lessen42 |
Add const to ff_emulated_edge_mc
Originally committed as revision …
|
|
|
@94b303ba
|
15 years |
lessen42 |
Add more const to _l4 pixel functions
Originally committed as …
|
|
|
@a4501a45
|
15 years |
lessen42 |
vp3: Skip the loop filter when strength is 0 or when requested
…
|
|
|
@3491a9b2
|
15 years |
jmenon86 |
Cosmetics : Fix typo.
Originally committed as revision 23345 to …
|
|
|
@71dab7be
|
15 years |
Carl Eugen Hoyos |
Some fields were incorrectly reset (to NULL) when calling …
|
|
|
@867ab7fb
|
15 years |
michaelni |
Fix pts reordering code.
This fixes a regression introduced when …
|
|
|
@ab8f6009
|
15 years |
stefano.sabatini-lala |
Add support for the newly added Nut codec tags (added in Nut r669): …
|
|
|
@9c6b3b97
|
15 years |
max_pole |
Add the forgotten ff_ prefix to the shareable scan patterns.
…
|
|
|
@05e95319
|
15 years |
Carl Eugen Hoyos |
Factorize ff_h264_decode_extradata().
Patch by Howard Chu, hyc …
|
|
|
@35f7c39a
|
15 years |
Carl Eugen Hoyos |
Mark vorbis encoder as experimental.
Originally committed as revision …
|
|
|
@fe9c2007
|
15 years |
stefano.sabatini-lala |
Bump minor version bump and add an APIchanges entry after addition of …
|
|
|
@31cd5a9a
|
15 years |
Carl Eugen Hoyos |
Bump minor version and add Changelog entry after r23334.
Originally …
|
|
|
@d3752b15
|
15 years |
michaelni |
Treat SIPP like xvid, fixed issue1966
Originally committed as …
|
|
|
@220f2bd9
|
15 years |
max_pole |
move indeo5 scan patterns into ivi_common.c
so those can be shared by …
|
|
|
@93ebfeea
|
15 years |
Carl Eugen Hoyos |
Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.
Patch by …
|
|
|
@1ed87f80
|
15 years |
alex.converse |
Parse and repack the first frame of H.264 in ASF because SPS+PPS lives …
|
|
|
@74a6df5
|
15 years |
alex.converse |
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and …
|
|
|
@9069b7d3
|
15 years |
alex.converse |
Fix declaration after statement
Originally committed as revision …
|
|
|
@37dd2356
|
15 years |
Aurélien Jacobs |
matroskadec: avoid potential crash after r23169
Originally committed …
|
|
|
@344f5c9f
|
15 years |
Carl Eugen Hoyos |
Do not invert samples when encoding Vorbis.
Patch by Frank Barchard, …
|
|
|
@f4348e6c
|
15 years |
michaelni |
Check for VUI overeading and reset num_reoder_frames.
This helps the …
|
|
|
@577ee948
|
15 years |
martin |
ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE …
|
|
|
@8ac942d
|
15 years |
martin |
Cosmetics: reindent after the previous commit
Originally committed as …
|
|
|
@11f6181a
|
15 years |
martin |
api-example: Try to avoid decoding incomplete frames
Use a larger …
|
|
|
@0ecfa7b7
|
15 years |
alex.converse |
aacenc: Split find_max_val() from find_min_book() to eliminate …
|
|
|
@af2ee6fc
|
15 years |
alex.converse |
Remove useless costly inf checks from the trellis scalefactor search.
…
|
|
|
@acc9f51f
|
15 years |
alex.converse |
aacenc: Trellis over scalefactors using an estimated codebook rather …
|
|
|
@144c5e3d
|
15 years |
alex.converse |
aacenc: Only trellis over a column of 61 scalefactors (reduced from …
|
|
|
@05e659ef
|
15 years |
alex.converse |
aacenc: Factor out find_min_book so it can be used by multiple …
|
|
|
@aafb822b
|
15 years |
rsbultje |
We're using generic tag-to-ID functions, so specific codec_id …
|
|
|
@31a7a6eb
|
15 years |
michaelni |
Correct golomb vlc decoding tables.
Fixes issue 1930
Originally …
|
|
|
@b4cf3f6c
|
15 years |
mans |
mmst_protocol depends on network
Originally committed as revision …
|
|
|
@74c853b6
|
15 years |
Carl Eugen Hoyos |
Samsung uses SIPP as FourCC for MPEG-4 ASP.
Originally committed as …
|
|
|
@c4c302f1
|
15 years |
martin |
Look for libvpx headers in the vpx subdirectory in configure, too
…
|
|
|
@a7890f44
|
15 years |
Carl Eugen Hoyos |
Headers for libvpx are installed into vpx subdirectory.
Originally …
|
|
|
@4fb9792c
|
15 years |
martin |
Fix VP8 listing in general.texi
Originally committed as revision …
|
|
|
@aae9a093
|
15 years |
kostya.shishkov |
24l trocadero: RTMP reader forgot to shift high byte of timestamp to …
|
|
|
@cc46005
|
15 years |
lessen42 |
theora: Don't read an excess bit for maximum length long bit runs if …
|
|
|
@8299a7f8
|
15 years |
Carl Eugen Hoyos |
VP8 decoding via libvpx.
Patch by James Zern for Google, Inc., jzern …
|
|
|
@ce2a9bc3
|
15 years |
baptiste.coudurier |
In ogg muxer, use random serial number of each ogg streams
Originally …
|
|
|
@a2403986
|
15 years |
rsbultje |
MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail …
|
|
|
@e34d5db5
|
15 years |
stefano.sabatini-lala |
Add libavfilter 1-input - 1-output regression test, corresponding to …
|
|
|
@781cf5fd
|
15 years |
stefano.sabatini-lala |
Add missing codec id <-> codec tag entries:
CODEC_ID_RAWVIDEO <-> …
|
|
|
@111c9359
|
15 years |
martin |
ffserver: Fix one of the codec parameter checks
This is probably what …
|
|
|
@a5ba4ced
|
15 years |
martin |
ffserver: Fix streaming with more than one stream
Fix by Howard Chu, …
|
|
|
@e175b55e
|
15 years |
martin |
ffserver: Fix extradata handling
Patch by Howard Chu, hyc at …
|
|
|
@c966c912
|
15 years |
martin |
ffserver: Fix an out of bounds read
Fix by Howard Chu, hyc at …
|
|
|
@9cc9a155
|
15 years |
martin |
ffserver: Fix another memory leak
Don't allocate st->codec, it will …
|
|
|
@ea4f8aa
|
15 years |
martin |
ffserver: Plug some memory leaks
Patch by Howard Chu, hyc at …
|
|
|
@0e765181
|
15 years |
Reimar.Doeffinger |
Add -f framemd5 muxer similar to framecrc.
Originally committed as …
|
|
|
@9bbe9a0d
|
15 years |
jmenon86 |
Display a more descriptive log message when probe buffer limit is …
|
|
|
@12bd3c1f
|
15 years |
jmenon86 |
FFplay : Implement custom reget_buffer for the input filter.
…
|
|
|
@612dc023
|
15 years |
Carl Eugen Hoyos |
Skip pes payload during probing to avoid start code emulation.
Patch …
|
|
|
@d3d87481
|
15 years |
Carl Eugen Hoyos |
Fix documentation of av_audio_convert.
Patch by Cyril Russo, stage D …
|
|
|
@7bb83d8d
|
15 years |
lessen42 |
matroskaenc: Write codec time base as default duration for video …
|
|
|
@31fdd641
|
15 years |
lessen42 |
Convert NaN to 0/0 in av_d2q
This fixes aspect ratio calculation for …
|
|
|
@f1a05185
|
15 years |
Reimar.Doeffinger |
Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many
seeks …
|
|
|
@21d52447
|
15 years |
diego |
small wording fix
Originally committed as revision 23277 to …
|
|
|
@a8d9a56a
|
15 years |
diego |
Mention some more changes related to HTML 5 issues.
Originally …
|
|
|
@8daed34
|
15 years |
lessen42 |
matroskadec: Revert adding the doctype to metadata; it has no meaning …
|
|
|
@50eae970
|
15 years |
banan |
Reduce the score for the aea demuxer probing function.
Originally …
|
|
|
@946da736
|
15 years |
banan |
Fix detection of some stereo atrac files by not comparing the
block …
|
|
|
@fbe347d
|
15 years |
diego |
Reflect the 0.6 branch in the Changelog.
Originally committed as …
|
|
|