|
|
|
@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 …
|
|
|
@2a46003
|
16 years |
Aurélien Jacobs |
matroskadec: fix seek regression tests according to r17460
Originally …
|
|
|
@9ebeea82
|
16 years |
Aurélien Jacobs |
matroskadec: return AVERROR_EOF upon detection of end of file
…
|
|
|
@dc405cc1
|
16 years |
michaelni |
A try to fix the regressions.
Originally committed as revision 17459 …
|
|
|
@edf9b2f0
|
16 years |
pross |
FFplay: Stop processing input file when AVERROR_EOF is returned from …
|
|
|
@0e9602ef
|
16 years |
pross |
FLV demuxer: return AVERROR_EOF upon detection of end of file.
…
|
|
|
@1e04bbe
|
16 years |
pross |
AVI demuxer: return AVERROR_EOF upon detection of end of file.
…
|
|
|
@9bf1b724
|
16 years |
pross |
Add AVERROR_EOF.
Originally committed as revision 17455 to …
|
|
|
@6f2162b4
|
16 years |
diego |
Mark functions only used within the test programs as static.
…
|
|
|
@859bb3cf
|
16 years |
ikalvachev |
Add more paranoid checks of xvmc token.
Originally committed as …
|
|
|
@9cfc1b3a
|
16 years |
ikalvachev |
Exit with error if MPV_common_init() is called with PIX_FMT_NONE.
Give …
|
|
|
@e1025248
|
16 years |
diego |
Only enable SSE/3DNOW optimizations when they have been enabled at …
|
|
|
@2213f431
|
16 years |
diego |
Directly #include required X11/XvMC header.
Originally committed as …
|
|
|
@94ed2a30
|
16 years |
Roman R. |
transitioning dv_guess_dct_mode to dsputil cmp function
Originally …
|
|
|
@7fb7f636
|
16 years |
Roman R. |
Adding 2 intra 8x8 cmp functions: vsad, vsse
Originally committed as …
|
|
|
@4cff8dc8
|
16 years |
justin.ruggles |
Allow AC-3 parser to modify codec_id.
Patch by Joakim Plate (elupus A …
|
|
|
@3899eb2f
|
16 years |
Roman R. |
Making the arrays accomodate an extra intra 8x8 cmp function
…
|
|
|
@d52b39c7
|
16 years |
Aurélien Jacobs |
fix missing dependencies
Originally committed as revision 17445 to …
|
|
|
@b743889
|
16 years |
stefano.sabatini-lala |
Fix typo: explixitly -> explicitly.
Originally committed as revision …
|
|
|
@b3183ad0
|
16 years |
diego |
prettyprinting whitespace cosmetics
Originally committed as revision …
|
|
|
@6363af44
|
16 years |
Carl Eugen Hoyos |
Add key_frame to AVCodecParserContext, used in libavformat. …
|
|
|
@2ea89d92
|
16 years |
Carl Eugen Hoyos |
Parse buffering period (H.264, D.1.1).
Patch by Ivan Schreter, …
|
|
|
@31866c4
|
16 years |
diego |
The 3DNow! and SSE FFT optimizations depend on the yasm optimizations …
|
|
|
@24a414e0
|
16 years |
Carl Eugen Hoyos |
Store CPB count in the context.
Patch by Ivan Schreter, schreter gmx …
|
|
|
@15239b7f
|
16 years |
stefano.sabatini-lala |
Rename the "src" parameter in the sws_scale() declaration to …
|
|
|
@583799c4
|
16 years |
stefano.sabatini-lala |
Document sws_scale().
Originally committed as revision 28654 to …
|
|
|
@9ac9f89
|
16 years |
stefano.sabatini-lala |
Use const qualifier for the variable "tbp", fix warning.
Originally …
|
|
|
@61af68d7
|
16 years |
stefano.sabatini-lala |
Use parentheses around assignment used as truth value, fix warning.
…
|
|
|
@818ff9a4
|
16 years |
stefano.sabatini-lala |
Assign const qualifier to the font variable, fix warning.
Originally …
|
|
|
@2ba56289
|
16 years |
stefano.sabatini-lala |
Add const qualifier to the error var, fix warnings.
Originally …
|
|
|
@eecc17a7
|
16 years |
benoit.fouet |
Move debug trace to the new compute_frame_delay() function.
Patch by …
|
|
|
@712de377
|
16 years |
benoit.fouet |
Cosmetics: reindent after previous commit.
Originally committed as …
|
|
|
@443658fd
|
16 years |
benoit.fouet |
Do not force last delay value to its own value.
Adapted from a patch …
|
|
|
@49410784
|
16 years |
benoit.fouet |
Extract into its own function the code to compute frame delay.
Patch …
|
|
|
@1447aac4
|
16 years |
benoit.fouet |
av_alloc_format_context has been renamed, update AVFormatContext …
|
|
|
@9392863d
|
16 years |
michaelni |
Clarify get_ue_golomb_31() behavior with >31.
Originally committed as …
|
|
|
@a6f925b8
|
16 years |
benoit.fouet |
Make output_example use av_interleaved_write_frame() instead of …
|
|
|
@9bbf1a5c
|
16 years |
Carl Eugen Hoyos |
Instead of crashing, return from ff_vdpau_mpeg_picture_complete()
if …
|
|
|
@59501dc
|
16 years |
Carl Eugen Hoyos |
Add myself as vdpau maintainer.
Originally committed as revision …
|
|
|
@c12b0d8
|
16 years |
benoit.fouet |
Set global header flag for every container that requires it.
Patch by …
|
|
|
@7b05a816
|
16 years |
baptiste.coudurier |
fix partition index byte count
Originally committed as revision 17424 …
|
|
|
@454d53e
|
16 years |
baptiste.coudurier |
always use multi track since timecode track is present
Originally …
|
|
|
@de43a239
|
16 years |
andreas |
av_write_trailer() must be done before closing codecs.
Patch by …
|
|
|
@6739fa54
|
16 years |
baptiste.coudurier |
fix preface version
Originally committed as revision 17421 to …
|
|
|
@50ced76f
|
16 years |
baptiste.coudurier |
check fifo size and realloc if needed
Originally committed as …
|
|
|
@ef33facd
|
16 years |
baptiste.coudurier |
start counting track number from 0
Originally committed as revision …
|
|
|
@5bea4f67
|
16 years |
baptiste.coudurier |
remove redundant comment
Originally committed as revision 17418 to …
|
|
|
@c3ff541b
|
16 years |
baptiste.coudurier |
do not write slice count when muxing cbr
Originally committed as …
|
|
|
@8ab94b52
|
16 years |
baptiste.coudurier |
flush pending write in mxf_write_footer
Originally committed as …
|
|
|
@659713b
|
16 years |
baptiste.coudurier |
use index 0 for timecode track and write it in source package also
…
|
|
|
@6c53bf63
|
16 years |
baptiste.coudurier |
fix rip body sid when muxing cbr
Originally committed as revision …
|
|
|
@cf6065ca
|
16 years |
Carl Eugen Hoyos |
Parse cbp_removal_delay in SEI picture structure.
Patch by Ivan …
|
|
|
@ff594f81
|
16 years |
Carl Eugen Hoyos |
Parse dpb_output_delay in SEI picture structure.
Patch by Ivan …
|
|
|
@82e38c29
|
16 years |
Carl Eugen Hoyos |
Parse initial_cpb_removal_delay_length.
Patch by Ivan Schreter, …
|
|
|