|
|
|
@00996920
|
17 years |
baptiste.coudurier |
indentation
Originally committed as revision 10756 to …
|
|
|
@ed7b48b2
|
17 years |
Carl Eugen Hoyos |
Fix streaming to XBox360.
Patch by Patric Stout, patric T liefdeis O …
|
|
|
@8a2d973d
|
17 years |
diego |
misc Doxygen spelling/grammar fixes
Originally committed as revision …
|
|
|
@227a388d
|
17 years |
Aurélien Jacobs |
cosmetics: reindent
Originally committed as revision 10753 to …
|
|
|
@d3e412d0
|
17 years |
Aurélien Jacobs |
add support for VP6 in electronicarts demuxer
Originally committed as …
|
|
|
@c03c4cac
|
17 years |
Aurélien Jacobs |
remove useless &0xFF
Originally committed as revision 10751 to …
|
|
|
@a066c5b7
|
17 years |
Aurélien Jacobs |
merge declaration and initialization
Originally committed as revision …
|
|
|
@df2eef0f
|
17 years |
Aurélien Jacobs |
remove unused context vars
Originally committed as revision 10749 to …
|
|
|
@059baac
|
17 years |
Aurélien Jacobs |
remove unused code
Originally committed as revision 10748 to …
|
|
|
@c3527cc9
|
17 years |
Aurélien Jacobs |
remove unused tags definition
Originally committed as revision 10747 …
|
|
|
@0cf3fbc2
|
17 years |
Aurélien Jacobs |
remove unused close function
Originally committed as revision 10746 …
|
|
|
@269b94e3
|
17 years |
Aurélien Jacobs |
simplify bitstream reading
Originally committed as revision 10745 to …
|
|
|
@2143b118
|
17 years |
Carl Eugen Hoyos |
Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF …
|
|
|
@f1bf85b8
|
17 years |
Aurélien Jacobs |
Cygwin don't like this function declaration.
So move this …
|
|
|
@c7be258
|
17 years |
benoit.fouet |
Undefine DEBUG_SEEK.
Patch by Thorsten Jordan: tjordan macrosystem de
…
|
|
|
@636b13c5
|
17 years |
banan |
Nellymoser ASAO decoder
Originally committed as revision 10741 to …
|
|
|
@85aec3bd
|
17 years |
ramiro.polla |
Remove gcc import libraries from Win32 builds.
They weren't even …
|
|
|
@9a3fb640
|
17 years |
benoit.fouet |
Merge audio and video bitstream filter options handling.
Originally …
|
|
|
@44a7e65a
|
17 years |
Carl Eugen Hoyos |
Fix mix-up of values in r10690 (deblocking for PAFF).
Patch by Martin …
|
|
|
@f28b1048
|
17 years |
Aurélien Jacobs |
add support for VP6 with huffman encoded blocks
closes issue 104
…
|
|
|
@437c2079
|
17 years |
Aurélien Jacobs |
moves fraps huffman decoder to its own file, making it more generic
…
|
|
|
@5d25d2a9
|
17 years |
diego |
cosmetics: Move asf_read_close() down to get rid of a forward …
|
|
|
@fe0b9a6
|
17 years |
benoit.fouet |
Increment minor after r10709.
Originally committed as revision 10734 …
|
|
|
@3f30c42b
|
17 years |
Reimar.Doeffinger |
Fix rc4 header, #ifndef -> #define
Originally committed as revision …
|
|
|
@d02f154
|
17 years |
diego |
Add multiple inclusion guards.
Originally committed as revision 10732 …
|
|
|
@c1d5a67
|
17 years |
diego |
Add standard license header.
Originally committed as revision 10731 …
|
|
|
@d5a8a02
|
17 years |
diego |
Consistently place comments in file header.
Originally committed as …
|
|
|
@547972fd
|
17 years |
diego |
cosmetics: sort()
Originally committed as revision 10729 to …
|
|
|
@0cd05c08
|
17 years |
Aurélien Jacobs |
VP6A needs its Makefile rules too
Originally committed as revision …
|
|
|
@3c3704d2
|
17 years |
voroshil |
Fix MJPEG decoder for AMV files.
Since decoding is doing from the end …
|
|
|
@4d570f94
|
17 years |
michaelni |
prevent infinite loop and memcpy of negative amounts
fixes issue194
…
|
|
|
@972c5f9e
|
17 years |
mans |
simply buffer checks in vorbis_comment()
Originally committed as …
|
|
|
@0a770ae7
|
17 years |
mans |
use bytestream_get_* in vorbis_comment()
Originally committed as …
|
|
|
@80b1c5a8
|
17 years |
Reimar.Doeffinger |
Add RC4 encryption/decryption function
Originally committed as …
|
|
|
@211dd1e8
|
17 years |
michaelni |
factorize code and add safety check to prevent memcpying negative …
|
|
|
@0d43dd8c
|
17 years |
andreas |
Simplify tests for field macroblocks
patch by Jeff Downs, heydowns a …
|
|
|
@b8a9dfb7
|
17 years |
ramiro.polla |
Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for …
|
|
|
@29a7b8ef
|
17 years |
ramiro.polla |
Fix memleak
Closes issue 102
Originally committed as revision 10719 …
|
|
|
@6ad42348
|
17 years |
ramiro.polla |
ffserver needs ffm_muxer specifically, and rtsp_demuxer for …
|
|
|
@35d6cebd
|
17 years |
diego |
Use single quotes to get rid of a bunch of backslash escapes.
…
|
|
|
@5645c838
|
17 years |
diego |
Consistently use $(FOO) instead of ${FOO} in Makefile variables.
…
|
|
|
@1084771a
|
17 years |
diego |
10l: refill2() is not unused, it is used conditionally.
Fix the …
|
|
|
@5e832bc2
|
17 years |
Carl Eugen Hoyos |
Interlaced pictures (not just MBAFF) + spatial direct mode is not …
|
|
|
@0f26eec2
|
17 years |
diego |
Disable unused code; fixes several gcc warnings:
cabac.h:112: warning: …
|
|
|
@2a7feb18
|
17 years |
Carl Eugen Hoyos |
Enable avpicture_deinterlace() for PIX_FMT_GRAY8.
Patch by Andrea …
|
|
|
@bdb27356
|
17 years |
Carl Eugen Hoyos |
Fix intended order of operations for 4 assert() checks.
Patch by …
|
|
|
@645f7879
|
17 years |
ramiro.polla |
Specify in documentation that avcodec_find_(en|de)coder* only searches …
|
|
|
@770d9daf
|
17 years |
benoit.fouet |
Add functionality to set the direction of a ByteIOContext buffer. …
|
|
|
@3ea78411
|
17 years |
diego |
warning fixes:
snow.c: In function ‘decode_header’:
snow.c:3668: …
|
|
|
@736e63ed
|
17 years |
mans |
check values more thoroughly in vorbis_header()
Originally committed …
|
|
|
@739587bf
|
17 years |
mans |
use bytestream_get_* in vorbis_header()
Originally committed as …
|
|
|
@f5475e1b
|
17 years |
mans |
fix buffer overread with invalid Vorbis header
Originally committed …
|
|
|
@62f2c069
|
17 years |
mans |
remove duplicate Vorbis comment tag handling
Originally committed as …
|
|
|
@2fe279f
|
17 years |
Carl Eugen Hoyos |
Set pict->interlaced_frame if returned frame is MBAFF or PAFF.
…
|
|
|
@ce3132be
|
17 years |
Reimar.Doeffinger |
Remove ogg seek function, instead use generic seek via read_timestamp …
|
|
|
@a1f29b95
|
17 years |
Reimar.Doeffinger |
Add a read_timestamp function to ogg demuxer
Originally committed as …
|
|
|
@03d3cab8
|
17 years |
andreas |
fix incorrect check for abs_diff_pic_num overflow
patch by Jeff …
|
|
|
@9ba718e4
|
17 years |
Reimar.Doeffinger |
Allow to override zlib compression level in PNG encoder via …
|
|
|
@f6e3c460
|
17 years |
andreas |
reindent
Originally committed as revision 10698 to …
|
|
|
@45b8e9e5
|
17 years |
baptiste.coudurier |
better lambda search method
Originally committed as revision 10697 to …
|
|
|
@d6c52130
|
17 years |
Carl Eugen Hoyos |
Enable PAFF decoding
Originally committed as revision 10696 to …
|
|
|
@bcf8eb11
|
17 years |
Aurélien Jacobs |
oops... mpegvideo_enc also depends on motion_est and ratecontrol
…
|
|
|
@91ac0ab4
|
17 years |
Aurélien Jacobs |
dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix)
…
|
|
|
@ec627278
|
17 years |
michaelni |
indent
Originally committed as revision 10693 to …
|
|
|
@4838727e
|
17 years |
michaelni |
avoid generating invalid files
fixes issue213
Originally committed as …
|
|
|
@12d96de3
|
17 years |
andreas |
Manage Picture buffers for fields as well as frames. Pair …
|
|
|
@ac6b423b
|
17 years |
andreas |
Fix deblocking for PAFF content
Patch by Martin Zlomek, martin d …
|
|
|
@2e85b344
|
17 years |
baptiste.coudurier |
dnxhd 36mbit support
Originally committed as revision 10689 to …
|
|
|
@68bc33fa
|
17 years |
baptiste.coudurier |
append extradata atoms when parsing, fix OLOCOONS_O3.mov
Originally …
|
|
|
@6cb1d361
|
17 years |
baptiste.coudurier |
typo weigth->weight
Originally committed as revision 10687 to …
|
|
|
@cd52a9ca
|
17 years |
baptiste.coudurier |
preliminary 10 bit depth decoding support, still miss generic api to …
|
|
|
@5e301bb
|
17 years |
baptiste.coudurier |
merge
Originally committed as revision 10685 to …
|
|
|
@a417d04
|
17 years |
baptiste.coudurier |
10l, check 'i' validity before using it
Originally committed as …
|
|
|
@42d1ffa3
|
17 years |
baptiste.coudurier |
fix 10 bit per comp detection
Originally committed as revision 10683 …
|
|
|
@fc4cbc16
|
17 years |
baptiste.coudurier |
DNxHD (SMPTE VC-3) encoder
Originally committed as revision 10682 to …
|
|
|
@69cea75f
|
17 years |
baptiste.coudurier |
export convert_matrix and add ff_ prefix
Originally committed as …
|
|
|
@6180ade7
|
17 years |
baptiste.coudurier |
export DCT_common_init and add ff_prefix
Originally committed as …
|
|
|
@5a421d53
|
17 years |
Carl Eugen Hoyos |
Re-indent after PAFF MMCO implementation patch.
patch by Jeff Downs, …
|
|
|
@0ae969fa
|
17 years |
Carl Eugen Hoyos |
Augment MMCO execution to work with both fields and frames. Part of …
|
|
|
@6b324648
|
17 years |
mans |
use pr -n -t instead of non-standard cat -n
Originally committed as …
|
|
|
@d3d8c02b
|
17 years |
andreas |
Cosmetic renaming variable so that it makes more sense for forthcoming …
|
|
|
@12a09bfa
|
17 years |
andreas |
Augment mmcodecoding process to work properly with fields. Part of …
|
|
|
@8a11a969
|
17 years |
andreas |
Edge emulation for fields. Part of PAFF implementation
patch by Jeff …
|
|
|
@fa178ed2
|
17 years |
andreas |
Set Picture.poc for fields and field pairs. Part of PAFF …
|
|
|
@f3e53d9f
|
17 years |
andreas |
Modifies macroblock addressing and current macroblock y-position for …
|
|
|
@949da388
|
17 years |
andreas |
Support function and changes to reference picture reordering for PAFF. …
|
|
|
@086acdd5
|
17 years |
andreas |
Reindent fill_default_ref_list after changes for PAFF
patch by Jeff …
|
|
|
@11cc1d8c
|
17 years |
andreas |
Support functions and changes to default reference list creation for …
|
|
|
@98753e9c
|
17 years |
diego |
license header consistency cosmetics.
Originally committed as …
|
|
|
@b9dc3279
|
17 years |
mmhoffm |
blackfin optimized vp3 transform and infastructure for idct
…
|
|
|
@94d9633a
|
17 years |
voroshil |
Replace "signed short" typecast with "int16_t" as suggested by
Mans …
|
|
|
@24231e4c
|
17 years |
andreas |
Reorganize long reference management to minimize code duplication in …
|
|
|
@3a22d7fa
|
17 years |
andreas |
Fix Picture.key_frame setting to be compatible with frame and field …
|
|
|
@f57e2af6
|
17 years |
andreas |
Fix h->curr_pic_num for field pictures. Necessary for proper PAFF …
|
|
|
@c58b7471
|
17 years |
andreas |
Rename variable to make sense in both field and frame contexts …
|
|
|
@47e112f8
|
17 years |
andreas |
Further modularize short reference list management for upcoming PAFF …
|
|
|
@5a7b254c
|
17 years |
andreas |
Re-indent unreference_pic.
patch by Jeff Downs, heydowns a borg d com …
|
|
|
@8fd57a66
|
17 years |
andreas |
Modify unreference_pic implementation with PAFF in mind.
patch by …
|
|
|
@bbb3edb
|
17 years |
andreas |
Partial PAFF implementation at macroblock level.
PAFF support …
|
|
|
@330194b9
|
17 years |
voroshil |
Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed …
|
|
|