|
|
|
@ad48c9f0
|
16 years |
michaelni |
Do not duplicate frames if the muxer claims that it is not needed. …
|
|
|
@2591821
|
16 years |
michaelni |
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated …
|
|
|
@75d87331
|
16 years |
diego |
Update information regarding LGPL libswscale.
Originally committed as …
|
|
|
@876a4dc0
|
16 years |
diego |
Remove GPL version of yuv2rgb.c that has been replaced by an LGPL …
|
|
|
@acced32d
|
16 years |
diego |
Mark two variables with av_uninit to avoid false positive gcc …
|
|
|
@7f123e7f
|
16 years |
michaelni |
Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same …
|
|
|
@d4f2a625
|
16 years |
mans |
Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READER
If k==0, log==0 …
|
|
|
@d3bcbf57
|
16 years |
michaelni |
AVPixFmtDescriptor doxy
Originally committed as revision 17549 to …
|
|
|
@9b61d838
|
16 years |
michaelni |
Pixel Format descriptor, try #1.
(yes its intentionally unused, this …
|
|
|
@39c07b8e
|
16 years |
stefano.sabatini-lala |
Implement in AVFilterGraph the scale_sws_opts field, and pass its …
|
|
|
@cacb8213
|
16 years |
vitor1001 |
Change sign in ff_celp_lp_synthesis_filterf(). This makes this …
|
|
|
@40284e9c
|
16 years |
baptiste.coudurier |
start track id at 2, track id 1 for timecode
Originally committed as …
|
|
|
@7ac15917
|
16 years |
alex.converse |
Close the AAC parse context, discovered by Netgem.
Originally …
|
|
|
@d05f808d
|
16 years |
zuxy.meng |
Remove CPUID availability check on AMD64 as it's architectural.
…
|
|
|
@f8c96d0
|
16 years |
Reimar.Doeffinger |
Check return value of ff_fill_pointer in avcodec_default_get_buffer, …
|
|
|
@d46b2d68
|
16 years |
Reimar.Doeffinger |
100l, always declare variables at the top of a block, not inside a for …
|
|
|
@40e5d31b
|
16 years |
michaelni |
More approved hunks for VAAPI & our new and cleaner hwaccel API.
patch …
|
|
|
@c269cf68
|
16 years |
michaelni |
Approved hunks for VAAPI / our new shiny hwaccel API
by Gwenole …
|
|
|
@1d14361d
|
16 years |
michaelni |
Allow av_find_stream_info() to be aborted.
Based on a patch by netgem. …
|
|
|
@75ecf149
|
16 years |
diego |
Check if -lrt is required for nanosleep, as is the case on Solaris. …
|
|
|
@f67f485b
|
16 years |
diego |
Document 'ffmpeg -formats', patch by Daniel Verkamp, daniel drv nu.
…
|
|
|
@b1f58ed4
|
16 years |
diego |
Updates notes about which files are GPL.
Originally committed as …
|
|
|
@7c2d92fe
|
16 years |
diego |
Fix xvmc object dependencies.
Originally committed as revision 17534 …
|
|
|
@7bbc686f
|
16 years |
michaelni |
Fix vc1 split().
Fixes Subtitle-sample.evo, issue52.
Originally …
|
|
|
@91ba181a
|
16 years |
kostya.shishkov |
Better parsing of i263 picture header
Originally committed as …
|
|
|
@b9c353ff
|
16 years |
michaelni |
Compact repeated messages to "Last message repeated x times".
…
|
|
|
@adc5abf7
|
16 years |
stefan.gehrer |
mention raw Chinese AVS video demuxer
Originally committed as …
|
|
|
@214ee5f5
|
16 years |
michaelni |
Search for things like "int *src" without const.
Originally committed …
|
|
|
@04331dea
|
16 years |
stefano.sabatini-lala |
Split avutil.h, move all the pixel format definitions to the new …
|
|
|
@b81350a
|
16 years |
stefan.gehrer |
consistent naming of Chinese AVS raw demuxer
Originally committed as …
|
|
|
@5ef251e5
|
16 years |
stefano.sabatini-lala |
Add missing av_cold in static init/close functions.
Patch by Daniel …
|
|
|
@50ded3f
|
16 years |
michaelni |
Add note about big vs. little endian.
Originally committed as …
|
|
|
@e27ad118
|
16 years |
darkshikari |
Convert x264 asm files to proper unix line breaks
Originally …
|
|
|
@9bd5f59b
|
16 years |
darkshikari |
Remove (incorrect) filenames from x264 asm files, add descriptions.
…
|
|
|
@3a636b6f
|
16 years |
diego |
Fix gcc detection: Not all gcc versions have "(GCC)" in the version …
|
|
|
@a9d3c669
|
16 years |
baptiste.coudurier |
mention MXF D-10 Mapping muxer in documentation
Originally committed …
|
|
|
@66e6038c
|
16 years |
Reimar.Doeffinger |
Check return value of frame_start(), this avoids a crash if …
|
|
|
@67d44b84
|
16 years |
Reimar.Doeffinger |
Support playback of incorrectly cut DV files where the headers do not …
|
|
|
@e51b7a4
|
16 years |
kostya.shishkov |
Update regressions for YUV2RGB table generator change in SwScaler
…
|
|
|
@e76709d8
|
16 years |
kostya.shishkov |
New LGPLed YUV2RGB table generator for SwScaler
Originally committed …
|
|
|
@21effaa4
|
16 years |
ikalvachev |
Change the type of pblocks from pointers to short array into
pointers …
|
|
|
@d8f28a77
|
16 years |
baptiste.coudurier |
add bandwidth before failing if feed is already being received
…
|
|
|
@00473727
|
16 years |
baptiste.coudurier |
do not set error if an unknown parameter is in config file, just skip
…
|
|
|
@bc64cb96
|
16 years |
baptiste.coudurier |
check av_get_packet return value
Originally committed as revision …
|
|
|
@c027e91a
|
16 years |
pross |
Increase ffmpeg intermediate conversion buffer size to accomodate …
|
|
|
@befb5cac
|
16 years |
pross |
Increase ffmpeg intermediate conversion buffer size to accomodate …
|
|
|
@00182190
|
16 years |
pross |
Support 48-bit RGB PPM image.
Originally committed as revision 17511 …
|
|
|
@88c21a6f
|
16 years |
pross |
Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
Originally committed as …
|
|
|
@0d8f0abf
|
16 years |
baptiste.coudurier |
return AVERROR(ENOMEM) if alloc failed, set count after alloc, use …
|
|
|
@03bc0f37
|
16 years |
mans |
Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc …
|
|
|
@df442a8d
|
16 years |
mans |
configure: detect ccc compiler (Alpha) and set required flags
…
|
|
|
@d2718187
|
16 years |
baptiste.coudurier |
parse aac extradata to fetch channels and sample rate, patch from …
|
|
|
@c132938d
|
16 years |
michaelni |
Waste less space for printing timebases.
Originally committed as …
|
|
|
@a9e534d5
|
16 years |
rsbultje |
Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what …
|
|
|
@b1598b58
|
16 years |
mans |
configure: indent
Originally committed as revision 17503 to …
|
|
|
@fa0e036d
|
16 years |
michaelni |
Print all timebases (idea from netgem)
Originally committed as …
|
|
|
@7e101459
|
16 years |
diego |
Check the return values of a few functions to avoid the corresponding …
|
|
|
@154d432c
|
16 years |
mans |
Pass sysroot argument to gcc
Originally committed as revision 17500 …
|
|
|
@c5200f17
|
16 years |
mans |
Add --sysroot and --sysinclude configure options
Some cross-compilers …
|
|
|
@629687f
|
16 years |
mans |
configure: move detection of compiler type to single location
…
|
|
|
@c60a0f85
|
16 years |
michaelni |
Check for alloc failures.
Originally committed as revision 17497 to …
|
|
|
@8ebe099a
|
16 years |
michaelni |
Check for EOF during index reading.
Originally committed as revision …
|
|
|
@a90de11d
|
16 years |
diego |
Check return value of posix_memalign and explicitly set pointer to …
|
|
|
@1bbeb06a
|
16 years |
diego |
Use av_strdup to allocate string, prevents the warning: …
|
|
|
@0a036d07
|
16 years |
diego |
Revert adding av_uninit to out_width/out_height variables.
The warning …
|
|
|
@346db3ef
|
16 years |
Carl Eugen Hoyos |
Use context variable repeat_pict for frame duration computation and …
|
|
|
@f5007cc
|
16 years |
michaelni |
Handle chunks with the MSB in size set correctly that is unsigned.
…
|
|
|
@96c3da93
|
16 years |
Carl Eugen Hoyos |
Set context variable picture_structure in H264 parser.
Patch by Ivan …
|
|
|
@0ed260c7
|
16 years |
Carl Eugen Hoyos |
Set context variable key_frame in H264 parser.
Patch by Ivan …
|
|
|
@ff6474d
|
16 years |
Carl Eugen Hoyos |
Parse NAL units in H264 parser.
Patch by Ivan Schreter, schreter gmx …
|
|
|
@1790a5e9
|
16 years |
Carl Eugen Hoyos |
Make the following H264 functions available to the parser: …
|
|
|
@20a93972
|
16 years |
diego |
Bail out if regtest-flashsv is run but zlib is not enabled.
…
|
|
|
@7ea3880a
|
16 years |
diego |
Fix swscale-error vs. swscale_error typo; it is marked as the former …
|
|
|
@333d537
|
16 years |
mans |
Remove special treatment of version.h in DEPEND_CMD
Originally …
|
|
|
@36798f1b
|
16 years |
mans |
Declare version.h dependencies explicitly
Originally committed as …
|
|
|
@73d65a96
|
16 years |
michaelni |
Be less noisy with invalid pts/dts.
Originally committed as revision …
|
|
|
@e641f320
|
16 years |
michaelni |
indent
Originally committed as revision 17481 to …
|
|
|
@28499cc
|
16 years |
mans |
Correct, portable definition of INT_BIT
Originally committed as …
|
|
|
@f4870943
|
16 years |
mans |
configure: add (empty) avr32 arch case
Originally committed as …
|
|
|
@cfdb6148
|
16 years |
mans |
configure: sort cases in arch section
Originally committed as …
|
|
|
@822be725
|
16 years |
mans |
Alpha: fix inline asm with DEC/Compaq/HP compiler
Originally …
|
|
|
@7b776589
|
16 years |
Aurélien Jacobs |
Take account of struct size in total packet queue size tracking.
fix …
|
|
|
@31f2616d
|
16 years |
michaelni |
Fix raw rgb/bgr vertical flip in avi based on info from …
|
|
|
@431ac29
|
16 years |
Carl Eugen Hoyos |
Factorize some code in yuv2rgb_template.c to ease further yuva2rgb …
|
|
|
@d541a7d2
|
16 years |
rsbultje |
Change sizeof(struct_type) to sizeof(variable).
Originally committed …
|
|
|
@40494418
|
16 years |
stefan.gehrer |
move zeroing of alpha channel register out of YSCALEYUV2xxx macros, …
|
|
|
@df57ab14
|
16 years |
stefan.gehrer |
splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
…
|
|
|
@9c77b26b
|
16 years |
stefan.gehrer |
make MMX registers parametrized in the WRITEBGR32 macro,
patch by …
|
|
|
@9f2fc126
|
16 years |
stefan.gehrer |
add raw demuxer for Chinese AVS elementary streams
Originally …
|
|
|
@a169df2f
|
16 years |
justin.ruggles |
Set the correct number of samples for E-AC-3 in the AC3 parser.
…
|
|
|
@ebb61f83
|
16 years |
Carl Eugen Hoyos |
Use last decoded SPS as current SPS in order to parse picture timing …
|
|
|
@abaab07c
|
16 years |
pross |
Add myself as maintainer for American Laser Games and Electronic Arts …
|
|
|
@ce83d2bd
|
16 years |
Roman R. |
Fixing a value returning issue
Originally committed as revision 17469 …
|
|
|
@b1fa4942
|
16 years |
Carl Eugen Hoyos |
Add convergence_duration to AVCodecParserContext.
Patch by Ivan …
|
|
|
@e9259f8d
|
16 years |
alex.converse |
Re-indent after last commit
Originally committed as revision 17467 to …
|
|
|
@e7f73ad
|
16 years |
alex.converse |
AAC in ASF does not need parsing.
Originally committed as revision …
|
|
|
@52837498
|
16 years |
alex.converse |
Add Divio MPEG-4 FOURCC (M4CC)
Originally committed as revision 17465 …
|
|
|
@d42e44a0
|
16 years |
alex.converse |
Reindent after last commit
Originally committed as revision 17464 to …
|
|
|
@3878be31
|
16 years |
Carl Eugen Hoyos |
Silence two warnings:
cast discards qualifiers from pointer target …
|
|
|
@274aa1d0
|
16 years |
alex.converse |
Some buffer checks for indeo3
Originally committed as revision 17462 …
|
|
|