|
|
|
@6208d676
|
16 years |
cschieli |
Let the 4th plane reach the swScale function
Originally committed as …
|
|
|
@9621f2f5
|
16 years |
cschieli |
YUVA420P is a planar YUV format
Originally committed as revision …
|
|
|
@7d87e2ce
|
16 years |
alex.converse |
Re-indent after last commit.
Originally committed as revision 17861 …
|
|
|
@51741a82
|
16 years |
alex.converse |
If we get an error from ff_aac_parse_header() we should not trust the …
|
|
|
@496dcbbc
|
16 years |
alex.converse |
ADTS: Increased protection against writing illegal/nonsense files.
…
|
|
|
@8507bde0
|
16 years |
michaelni |
Add my name to copyright & author as requested by the original author. …
|
|
|
@8b2fa965
|
16 years |
michaelni |
Add code to the self test to print jitter & drift.
Originally …
|
|
|
@bb5c0988
|
16 years |
alex.converse |
Fix the channel allocation bug/assumption (issue 800).
Approved by Rob …
|
|
|
@711dae77
|
16 years |
diego |
Get rid of redundant vdpau option, decoders can still be disabled …
|
|
|
@49caac24
|
16 years |
Carl Eugen Hoyos |
Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4
if …
|
|
|
@57f94f54
|
16 years |
rsbultje |
Oops, very silly typo.
Originally committed as revision 17853 to …
|
|
|
@f48b9304
|
16 years |
justin.ruggles |
flacdec: Parse the metadata header in the raw FLAC demuxer.
…
|
|
|
@5b63d33d
|
16 years |
justin.ruggles |
flacdec: Add a shared function for parsing a FLAC metadata block …
|
|
|
@e0c98063
|
16 years |
diego |
Add '#undef rand' to fix test program build.
Originally committed as …
|
|
|
@6d16718e
|
16 years |
diego |
cosmetics: Fix test program warnings.
Originally committed as …
|
|
|
@5a92cc66
|
16 years |
justin.ruggles |
pnm: Add missing 'else'. Fixes decoding for 16-bit pgm.
Originally …
|
|
|
@bc3057f4
|
16 years |
michaelni |
Vertical align.
Originally committed as revision 17847 to …
|
|
|
@2e51dedd
|
16 years |
michaelni |
Better name for integrator2_state.
Originally committed as revision …
|
|
|
@32284910
|
16 years |
michaelni |
Add clock_period parameter, this should make the code easier to use.
…
|
|
|
@1b85ec1
|
16 years |
michaelni |
Selftest code.
Originally committed as revision 17844 to …
|
|
|
@8537591a
|
16 years |
michaelni |
Fix bug with time==0 being special.
Originally committed as revision …
|
|
|
@494065ca
|
16 years |
michaelni |
Adapt first factor.
Originally committed as revision 17842 to …
|
|
|
@55b58598
|
16 years |
michaelni |
Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies …
|
|
|
@08ffd37
|
16 years |
michaelni |
Allow timespans to vary.
No change in performance if they do not vary. …
|
|
|
@28e947e4
|
16 years |
michaelni |
Reorder operations, 20% improved performance, 1 variable less.
…
|
|
|
@f982c6d8
|
16 years |
michaelni |
Timefilter code by Olivier Guilyardi o list O samalyse o com
…
|
|
|
@1b0f4920
|
16 years |
diego |
Mark variables "j" and "structure" in execute_ref_pic_marking() as …
|
|
|
@de2c2b5a
|
16 years |
diego |
Directly read the version number from a VERSION file; useful for …
|
|
|
@cfd937b0
|
16 years |
alex.converse |
AAC: hoist dependent gain lookup out of the loop
Originally committed …
|
|
|
@6a7d2c3d
|
16 years |
diego |
cosmetics: Zip Blocks Motion Video --> Zip Motion Blocks Video
…
|
|
|
@108ab268
|
16 years |
diego |
cosmetics: Order changelog entries chronologically.
Originally …
|
|
|
@27127202
|
16 years |
diego |
Remove duplicated MUL16 macro definition, fixes the warning: …
|
|
|
@35690321
|
16 years |
mans |
ARM: disable inline asm for armcc
Originally committed as revision …
|
|
|
@1e65f62
|
16 years |
mans |
ARM: armcc versions of bswap_16/32
Originally committed as revision …
|
|
|
@03e37762
|
16 years |
mans |
ARM: detect armcc compiler and enable gcc mode
Originally committed …
|
|
|
@f65883c8
|
16 years |
mans |
configure: check asm support using $as
Originally committed as …
|
|
|
@313c46a6
|
16 years |
mans |
Compile .S files with $(AS), set it in configure
Assembler files …
|
|
|
@a3398feb
|
16 years |
cschieli |
Fix bug introduced by me in r28756
Originally committed as revision …
|
|
|
@e6586575
|
16 years |
diego |
Mark pos_min and pos_max variables as av_uninit to work around false …
|
|
|
@1aeb55a1
|
16 years |
diego |
Mark dvdaudio_substream_type variable as av_uninit to work around …
|
|
|
@61c23c15
|
16 years |
schreter |
Pass packet position to the parser, so frame's AVPacket.pos is …
|
|
|
@b283ba26
|
16 years |
schreter |
Add handling of frame position in the parser.
Originally committed as …
|
|
|
@8d1e885f
|
16 years |
justin.ruggles |
flacdec: cosmetics: Add a comment with the data of the smallest FLAC …
|
|
|
@629fb5c4
|
16 years |
justin.ruggles |
flacdec: There is an even smaller FLAC frame size possibility.
…
|
|
|
@5756bc7b
|
16 years |
justin.ruggles |
flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16 …
|
|
|
@bf1d7e28
|
16 years |
justin.ruggles |
flacdec: cosmetics: move 2 statements to immediately after frame …
|
|
|
@fd6fd47
|
16 years |
justin.ruggles |
flacdec: Simplify frame sync by not using the bitstream reader.
…
|
|
|
@a8ec12bc
|
16 years |
justin.ruggles |
flacdec: Split the metadata_parse() function into 2 separate …
|
|
|
@5ef4fa87
|
16 years |
justin.ruggles |
flacdec: Add a check for small buffer size. This ensures reading as …
|
|
|
@c519972
|
16 years |
justin.ruggles |
flacdec: cosmetics: Use a more descriptive variable name for the …
|
|
|
@549bccdb
|
16 years |
justin.ruggles |
flacdec: Handle 32 bps data when checking allocated size.
Originally …
|
|
|
@a3d2379b
|
16 years |
justin.ruggles |
flacdec: Check curr_bps after wasted bits are subtracted.
Originally …
|
|
|
@d3f76612
|
16 years |
stefano.sabatini-lala |
Fix typo: "i" -> "in".
Originally committed as revision 17812 to …
|
|
|
@70e01da3
|
16 years |
schreter |
Add support for ct_type to correctly detect interlaced flag
…
|
|
|
@a284d030
|
16 years |
cschieli |
Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and …
|
|
|
@3444c914
|
16 years |
michaelni |
Add "deprecated old scaler removed"
Originally committed as revision …
|
|
|
@15ef4026
|
16 years |
Reimar.Doeffinger |
Remove the swscale dummy option, most (all?) FATE configs should be …
|
|
|
@6d08f6c9
|
16 years |
Reimar.Doeffinger |
100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab …
|
|
|
@51338166
|
16 years |
Reimar.Doeffinger |
Set AVFrame.reference correctly for nuv decoder.
Originally committed …
|
|
|
@a66430c0
|
16 years |
vitor1001 |
Add more correct bound checking in filter_mb().
Should fix decoding …
|
|
|
@34e46c44
|
16 years |
gbeauchesne |
Add frame buffer allocators. aka simplify calls to …
|
|
|
@63581eb1
|
16 years |
alex.converse |
MOV: fix demuxing fragmented files
Originally committed as revision …
|
|
|
@e584914a
|
16 years |
mike |
Fix a condition that causes an infinite loop, but only when compiled …
|
|
|
@45e5f857
|
16 years |
mike |
excellent first pass at a description; now it's time for the Ministry …
|
|
|
@87574416
|
16 years |
Reynaldo H. Verdejo Pinochet |
Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc
more general' …
|
|
|
@77bd18e1
|
16 years |
Reynaldo H. Verdejo Pinochet |
Part 1 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc
more general' …
|
|
|
@e1374c06
|
16 years |
justin.ruggles |
flacdec: When there is not enough data to read the next header block, …
|
|
|
@29b9f58b
|
16 years |
rsbultje |
Split rtsp_send_cmd() into two functions, one for the actual sending …
|
|
|
@6a85fb34
|
16 years |
justin.ruggles |
cosmetics: indentation after last commit
Originally committed as …
|
|
|
@55a72738
|
16 years |
justin.ruggles |
flacdec: Check for an inline header before calling metadata_parse().
…
|
|
|
@239b961f
|
16 years |
justin.ruggles |
flacdec: Allocate buffers right after STREAMINFO is parsed.
…
|
|
|
@03754fcd
|
16 years |
mans |
Alpha: use -g3 with ccc to allow optimisation with debugging symbols
…
|
|
|
@9d9de444
|
16 years |
stefano.sabatini-lala |
Fix syntax for the libfaad_decoder definition.
Fix compilation (when …
|
|
|
@184bc53
|
16 years |
justin.ruggles |
cosmetics: indentation after last commit
Originally committed as …
|
|
|
@7d030358
|
16 years |
justin.ruggles |
flacdec: Avoid parsing the STREAMINFO multiple times.
Originally …
|
|
|
@636f1c4c
|
16 years |
stefano.sabatini-lala |
Rename avctx_opts to avcodec_opts.
The new name is more meaningful …
|
|
|
@511b3667
|
16 years |
mans |
Allow --enable-swscale until FATE is updated
Originally committed as …
|
|
|
@6d4f53cb
|
16 years |
michaelni |
Remove old scaler.
Originally committed as revision 17786 to …
|
|
|
@1ad1eaad
|
16 years |
michaelni |
Enable AVFMT_FLAG_NONBLOCK.
Originally committed as revision 17785 to …
|
|
|
@d61f30a7
|
16 years |
michaelni |
Do usleep(10000) when all demuxers returned EAGAIN.
Originally …
|
|
|
@ded01499
|
16 years |
michaelni |
Replace two 'return AVERROR(EAGAIN);' by continue. The latter are …
|
|
|
@545465ec
|
16 years |
michaelni |
If a demuxer returns EAGAIN, try another demuxer.
Originally …
|
|
|
@57f9a560
|
16 years |
makovick |
remove the rest of x86 asm from LGPL build
Originally committed as …
|
|
|
@fefe43ff
|
16 years |
alex.converse |
MOV: fix crash when 'meta' occurs before first 'trak'
Originally …
|
|
|
@bc8763cd
|
16 years |
rsbultje |
Rename "fd1" variable ro "fd". There were previously two variables …
|
|
|
@f0a80394
|
16 years |
rsbultje |
Add url_get_file_handle(), which is used to get the file descriptor …
|
|
|
@2fea9650
|
16 years |
rsbultje |
Reindent after r17777.
Originally committed as revision 17778 to …
|
|
|
@f830c9a4
|
16 years |
rsbultje |
Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix …
|
|
|
@090438cc
|
16 years |
rsbultje |
Recognize the "application" data type, which is required for WMS/UDP …
|
|
|
@9aaa2077
|
16 years |
benoit.fouet |
Add a context to av_log() calls.
Originally committed as revision …
|
|
|
@c36264a3
|
16 years |
michaelni |
A quick description of Rate distortion theory.
Originally committed …
|
|
|
@59701aeb
|
16 years |
diego |
Do not use a macro to generate a single AVCodec declaration.
…
|
|
|
@dc7d978a
|
16 years |
michaelni |
Quick description of the Viterbi algorithm so I do not have to repeat …
|
|
|
@a0f80050
|
16 years |
takis.issaris |
When a H.264 stream references a PPS or SPS id which doesn't exist, …
|
|
|
@b11163c8
|
16 years |
diego |
Add vhook removal to the changelog.
Originally committed as revision …
|
|
|
@fdf11906
|
16 years |
diego |
Remove deprecated vhook subsystem.
Originally committed as revision …
|
|
|
@f989d397
|
16 years |
rsbultje |
Remove size_t cast in setting s->priv_data directly to the (integer) …
|
|
|
@eafb17d1
|
16 years |
rsbultje |
Don't let finalize_packet() touch pkt->stream_index. Instead, let …
|
|
|
@0d8ee24c
|
16 years |
gbeauchesne |
Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats.
…
|
|
|
@95f03cf3
|
16 years |
rsbultje |
Reindent after r17764.
Originally committed as revision 17765 to …
|
|
|