|
|
|
@40938d93
|
15 years |
Reimar.Doeffinger |
Use av_compare_ts to compare against the -t end time instead of using …
|
|
|
@f0cb55af
|
15 years |
Reimar.Doeffinger |
Use av_compare_ts from libavutil instead of the locale compare_ts, the …
|
|
|
@4e8052dd
|
15 years |
lucabe72 |
Fix syncronisation for streams with a high encoding delay.
Patch by …
|
|
|
@7515ed0c
|
15 years |
rsbultje |
Reindent after r21741.
Originally committed as revision 21742 to …
|
|
|
@170870b7
|
15 years |
rsbultje |
Don't forget to set known audio parameters (samplerate, etc.) if the …
|
|
|
@556aa7a1
|
15 years |
rsbultje |
RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot …
|
|
|
@1edea057
|
15 years |
alex.converse |
Output the first AAC frame. This is needed for SBR conformance.
…
|
|
|
@0332324a
|
15 years |
michaelni |
Dont give up after 100kb of zero bytes but returnd EAGAIN
fixes …
|
|
|
@80242f9b
|
15 years |
andreas |
mp3: ftell() file offset for VBR tags before ID3v1 parser messes it …
|
|
|
@19530266
|
15 years |
lessen42 |
Enable SSE2 (put|avg)_pixels_16_sse2
SVQ1 chroma has been …
|
|
|
@8e05f069
|
15 years |
mans |
Define missing llrint() as macro instead of inline function
This …
|
|
|
@645d2652
|
15 years |
mans |
Special check for math.h functions
These are often, contrary to …
|
|
|
@0104b608
|
15 years |
mans |
Check for setrlimit()
Originally committed as revision 21733 to …
|
|
|
@614d891
|
15 years |
mans |
configure: allow 'none' as target OS
Originally committed as revision …
|
|
|
@fe4fbb58
|
15 years |
stefano.sabatini-lala |
Doxument url_fopen().
Originally committed as revision 21714 to …
|
|
|
@fbef7a76
|
15 years |
stefano.sabatini-lala |
Add an entry for the recently added av_compare_ts() function.
…
|
|
|
@41c2bd0a
|
15 years |
mans |
ARMv6 optimised pix_sum
Originally committed as revision 21705 to …
|
|
|
@66ec243d
|
15 years |
mans |
ARMv6 optimised pix_norm1
Originally committed as revision 21704 to …
|
|
|
@0c28474c
|
15 years |
mans |
ARMv6 optimised sse16
Originally committed as revision 21703 to …
|
|
|
@31326143
|
15 years |
mans |
ARMv6 optimised diff_pixels
Originally committed as revision 21702 to …
|
|
|
@f73a626a
|
15 years |
mans |
ARMv6 optimised get_pixels
Originally committed as revision 21701 to …
|
|
|
@d2578ff9
|
15 years |
mans |
ARMv6 optimised pix_abs8
Originally committed as revision 21700 to …
|
|
|
@74cc33c2
|
15 years |
mans |
ARMv6 optimised pix_abs16_y2
Originally committed as revision 21699 …
|
|
|
@39a760f6
|
15 years |
mans |
ARMv6 optimised pix_abs16_x2
Originally committed as revision 21698 …
|
|
|
@e6056a90
|
15 years |
mans |
ARMv6 optimised pix_abs16
Originally committed as revision 21697 to …
|
|
|
@38e016a7
|
15 years |
mans |
ARMv6 optimised put_pixels functions except xy2 variants
Originally …
|
|
|
@5bebe94d
|
15 years |
kostya.shishkov |
Indeo 5 decoder
Originally committed as revision 21695 to …
|
|
|
@daaf6e3e
|
15 years |
michaelni |
Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.
…
|
|
|
@be4a1132
|
15 years |
Reimar.Doeffinger |
Make sure the header value used to avoid repeating headers on seeking …
|
|
|
@04a2b04b
|
15 years |
rsbultje |
Implement gai_strerror() for systems lacking such functionality. Patch …
|
|
|
@1be49ce5
|
15 years |
michaelni |
Set partitioning to 16x16 for spatial direct MBs with mixed …
|
|
|
@3babc711
|
15 years |
michaelni |
Detect spatial direct MBs partitioned smaller than 16x16 that can be …
|
|
|
@8b9eb2df
|
15 years |
michaelni |
Detect equal 4x4 blocks in spatial direct MBs.
19 cycles slower MV …
|
|
|
@ecc0027b
|
15 years |
lessen42 |
Fix playback with invalid files that don't set the continuation flag …
|
|
|
@55a7e946
|
15 years |
benoit.fouet |
Stop reading input file when -t option value is reached.
Patch by …
|
|
|
@8a3b9068
|
15 years |
michaelni |
Remove an apparently unneeded && !FRAME_MBAFF.
This should speed the …
|
|
|
@542d4a7
|
15 years |
michaelni |
Branchless calculation of ref_offset.
7 cpu cycles faster.
Originally …
|
|
|
@fb70c63f
|
15 years |
michaelni |
Remove incorrect fixme, i see no case that is missing.
Originally …
|
|
|
@35c8b9c0
|
15 years |
michaelni |
Replace call to pred_motion() in direct spatial mv pred by code
and …
|
|
|
@b317567c
|
15 years |
michaelni |
Change xvid/divx/lavc build variables to be consistent to x264_build.
…
|
|
|
@055a6aa7
|
15 years |
michaelni |
Set x264_build so that checks are simpler.
Originally committed as …
|
|
|
@3a06e864
|
15 years |
michaelni |
Ooops, 10l forgot to commit h264.h.
Originally committed as revision …
|
|
|
@3b9e61e4
|
15 years |
michaelni |
Zero a/b only in the branch where they need to be zeroed.
Originally …
|
|
|
@f28a2656
|
15 years |
michaelni |
Merge mv&ref related code for spatial direct MV code.
a bit more than …
|
|
|
@0a8dca87
|
15 years |
michaelni |
Precalculate a few variables for direct mv prediction for interlaced …
|
|
|
@e6406939
|
15 years |
michaelni |
Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts …
|
|
|
@464baa6
|
15 years |
michaelni |
Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the …
|
|
|
@e8d964fa
|
15 years |
michaelni |
Factorize setting sub_mb_type out.
Originally committed as revision …
|
|
|
@b687c1aa
|
15 years |
michaelni |
Bump minor for av_compare_ts()
Originally committed as revision 21673 …
|
|
|
@e5026c36
|
15 years |
michaelni |
Use av_compare_ts() for interleaving per dts.
Originally committed as …
|
|
|
@78b01823
|
15 years |
michaelni |
av_compare_ts()
Originally committed as revision 21671 to …
|
|
|
@9e5381a2
|
15 years |
stefano.sabatini-lala |
Make parse_options() explicitely handle the case where an opt_func2 …
|
|
|
@668fd142
|
15 years |
michaelni |
Remove FIXMEs for cases that are disallowed by the spec.
Originally …
|
|
|
@1c3ce2cd
|
15 years |
michaelni |
Check direct_8x8_inference_flag.
Originally committed as revision …
|
|
|
@33a6c0c9
|
15 years |
michaelni |
Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF …
|
|
|
@084eb95f
|
15 years |
stefano.sabatini-lala |
Implement a physical concatenation protocol.
Patch by Michele Orrù …
|
|
|
@9873ae0d
|
15 years |
michaelni |
Fix CAVLC+8x8DCT+MBAFF loopfiltering.
Fixes issue1250
Originally …
|
|
|
@488dba70
|
15 years |
michaelni |
Fix colocated map.
Originally committed as revision 21664 to …
|
|
|
@d88ea354
|
15 years |
michaelni |
Fix reference selection for colocated MBs from frames to fields.
…
|
|
|
@5aa1d759
|
15 years |
michaelni |
Add assert(sps.direct_8x8_inference_flag) to FIXME comment.
…
|
|
|
@50f8e985
|
15 years |
michaelni |
ref_offset must be added after checking references validity.
…
|
|
|
@e49407ee
|
15 years |
stefano.sabatini-lala |
Add missing entries for the recent lsws API changes.
Originally …
|
|
|
@5af41508
|
15 years |
siretart |
libgsm installs headers in a subdirectory, use gsm.h from that …
|
|
|
@6c7165c7
|
15 years |
jmenon86 |
cosmetics : re-indent after r21639.
Originally committed as revision …
|
|
|
@06e03fa0
|
15 years |
Reimar.Doeffinger |
Add include necessary for ff_set_qscale
Originally committed as …
|
|
|
@f6d29165
|
15 years |
jmenon86 |
Avoid using an intermediate variable.
Originally committed as …
|
|
|
@b53ae8b6
|
15 years |
jmenon86 |
Remove redundant use of numchannels since it is 1 for mono.
…
|
|
|
@e243eee4
|
15 years |
jmenon86 |
alac.c : Use av_freep instead of av_free.
Originally committed as …
|
|
|
@04d2540c
|
15 years |
jmenon86 |
Add AVI metadata conversion table.
Patch by Anton Khirnov …
|
|
|
@86a4f011
|
15 years |
michaelni |
Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100 (Tue, 02 Feb …
|
|
|
@8dcbf4c7
|
15 years |
michaelni |
Long term references behave different from short term in spatial …
|
|
|
@6e2fdc3e
|
15 years |
stefano.sabatini-lala |
Add parentheses in boolean expression: (A && B || C) => ((A && B) || …
|
|
|
@570da52b
|
15 years |
stefano.sabatini-lala |
Remove unused variable ref_clock, fix the warning:
ffplay.c: In …
|
|
|
@62bb4ca1
|
15 years |
stefano.sabatini-lala |
Simplify how usesVFilter and usesHFilter are set.
Originally …
|
|
|
@1dc5c358
|
15 years |
stefano.sabatini-lala |
Satisfy style nits.
Originally committed as revision 21648 to …
|
|
|
@4e38c094
|
15 years |
stefano.sabatini-lala |
Doxument url_fdopen().
Originally committed as revision 21647 to …
|
|
|
@fbc0f6a9
|
15 years |
stefano.sabatini-lala |
Apply misc fixes to sws_getCoefficients() doxy.
Originally committed …
|
|
|
@89ee5c68
|
15 years |
stefano.sabatini-lala |
Satisfy consistency need:
int * sws_getCoefficients -> int …
|
|
|
@3f3dc76c
|
15 years |
lessen42 |
Add function to translate SWS_CS_* to coefficient array
Originally …
|
|
|
@bf8ae197
|
15 years |
michaelni |
make the RDFT vissualizatiom default, the scopes are ugly and eat CPU …
|
|
|
@4c7c7645
|
15 years |
michaelni |
Make sure the rdft has enough audio available.
10l (looks cleaner now) …
|
|
|
@ffdf0d48
|
15 years |
michaelni |
strn muxing in avi support.
untested as ffmpeg.c has no means to set …
|
|
|
@7a9af8ec
|
15 years |
michaelni |
Support strn tag in avidec.
Originally committed as revision 21643 to …
|
|
|
@1ac08937
|
15 years |
michaelni |
Correcting wrong looking stream_id validity check in avidec.
…
|
|
|
@092421cf
|
15 years |
michaelni |
Scale rdft vissualization up by 2 so theres no unused space on the top …
|
|
|
@674fe163
|
15 years |
vitor1001 |
Do not segfault when doing "ffplay -h"
Originally committed as …
|
|
|
@12eeda34
|
15 years |
michaelni |
Pretty RDFT audio visualization.
Originally committed as revision …
|
|
|
@d52ec002
|
15 years |
michaelni |
Fast seeking.
Try clicking with the mouse in the window, hold the …
|
|
|
@f430c7b6
|
15 years |
jmenon86 |
Add ALAC 24 bps decoding support.
Originally committed as revision …
|
|
|
@3102d180
|
15 years |
michaelni |
Fix large timebases.
Fixed issue1633
Originally committed as revision …
|
|
|
@ed3e9148
|
15 years |
michaelni |
Implement cool new vlc code.
Fixes issue1637
Originally committed as …
|
|
|
@2d1653b0
|
15 years |
michaelni |
autoexit
implements issue1019
Originally committed as revision 21634 …
|
|
|
@8c3b161e
|
15 years |
michaelni |
Dont try generic seek if seek request before first index entry and …
|
|
|
@82e5f86b
|
15 years |
stefano.sabatini-lala |
Implement shuffle_bytes_abcd() functions and use them for shuffling …
|
|
|
@f5968788
|
15 years |
michaelni |
Clean after toggling wave.
Fixes issue1180.
Originally committed as …
|
|
|
@ef9f8dd7
|
15 years |
stefano.sabatini-lala |
Use pixel format descriptors for checking if the input format is …
|
|
|
@43e4d57f
|
15 years |
michaelni |
Try to open decoders in av_find_stream_info() even if no packets for …
|
|
|
@b25453bd
|
15 years |
michaelni |
Move is->frame_timer init from start to flush_pkt handling so it is …
|
|
|
@cedac88
|
15 years |
stefano.sabatini-lala |
Make opt_frame_pix_fmt() call show_pix_fmts() if the provided option …
|
|
|
@566cd2c
|
15 years |
michaelni |
The convertion between bit and byte is 8 not 60.
Fixes wrong cursor …
|
|
|