|
|
|
@da708eaa
|
16 years |
vitor1001 |
Cosmetics: rename mace3_decode_frame() to mace_decode_frame()
…
|
|
|
@10c1d192
|
16 years |
vitor1001 |
Avoid code duplication between mace3_decode_frame() and …
|
|
|
@0093396c
|
16 years |
stefano.sabatini-lala |
Remove unused and invalid code from ffmpeg.c.
Originally committed as …
|
|
|
@02a6a6ee
|
16 years |
diego |
Use HAVE_FAST_64BIT instead of nonstandard WORDSIZE macro.
…
|
|
|
@b0e047de
|
16 years |
vitor1001 |
Use a for() instead of triplicating code.
Originally committed as …
|
|
|
@cba64af
|
16 years |
kostya.shishkov |
Register RV-[34] block specific feature for long future loop filter
…
|
|
|
@3a540877
|
16 years |
vitor1001 |
Factorize duplicate table reading code.
Originally committed as …
|
|
|
@4a60e574
|
16 years |
stefano.sabatini-lala |
Document the preset files system.
Originally committed as revision …
|
|
|
@5b9ce252
|
16 years |
baptiste.coudurier |
10l, fix amrwb sample rate
Originally committed as revision 15562 to …
|
|
|
@b7f4e76d
|
16 years |
Aurélien Jacobs |
matroskaenc: correct muxing of ASS packets
- split packets to store …
|
|
|
@291902c2
|
16 years |
Aurélien Jacobs |
matroskaenc: use correct EBML ID for block duration
Originally …
|
|
|
@1bfbe8ff
|
16 years |
Aurélien Jacobs |
matroskaenc: pass the packet size directly as parameter of …
|
|
|
@8401c514
|
16 years |
Aurélien Jacobs |
matroskaenc: remove useless mkv_block_size() function
Originally …
|
|
|
@7ccc636f
|
16 years |
michaelni |
Favor even chunk sizes in ambiguous cases.
Fixes …
|
|
|
@f080a7bd
|
16 years |
michaelni |
Factorize stream id parsing.
Originally committed as revision 15556 …
|
|
|
@6bc03a69
|
16 years |
Reimar.Doeffinger |
Make size variables in dyn_buf_write unsigned so gcc will not optimize …
|
|
|
@88e2a9ae
|
16 years |
Carl Eugen Hoyos |
Remove b5Dither, g5Dither and r5Dither from libswscale.
Originally …
|
|
|
@460a4fb9
|
16 years |
diego |
Merge variable declaration and export.
Originally committed as …
|
|
|
@8539d8b5
|
16 years |
gpoirier |
Declare ff_pw_53 and ff_pw_18 as assembler constants.
Patch by Diego …
|
|
|
@92c7b471
|
16 years |
Carl Eugen Hoyos |
Remove g6Dither from libswscale.
Originally committed as revision …
|
|
|
@95137bbb
|
16 years |
diego |
Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes …
|
|
|
@9971331d
|
16 years |
lessen42 |
Move VP3 loop filter to DSPContext
Originally committed as revision …
|
|
|
@0d696d3
|
16 years |
diego |
Remove MPlayer-specific MP_WORDSIZE hack.
Originally committed as …
|
|
|
@cb92c528
|
16 years |
lu_zero |
Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego …
|
|
|
@d9ec210b
|
16 years |
lu_zero |
Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego Pettenò
…
|
|
|
@e6df765e
|
16 years |
lu_zero |
Mark list heads static. Patch by Diego Pettenò
Originally committed …
|
|
|
@88b77ef1
|
16 years |
lu_zero |
Mark print_all_lib_versions() static in cmdutils.c . Patch by Diego …
|
|
|
@2c676c33
|
16 years |
lu_zero |
Mark ffplay internal variables static. Patch by Diego Pettenò
…
|
|
|
@5c918b27
|
16 years |
rsbultje |
Reindent after r15544.
Originally committed as revision 15545 to …
|
|
|
@accc248f
|
16 years |
rsbultje |
Implement RDTDemuxContext, which contains RDT-specific data (similar …
|
|
|
@5465b0d4
|
16 years |
rsbultje |
Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx …
|
|
|
@99a1d191
|
16 years |
rsbultje |
Remove access into RTPDemuxContext in rtsp.c, which allows making it …
|
|
|
@9b932b8a
|
16 years |
rsbultje |
Change function prototype of RTPDynamicPayloadHandler.parse_packet() …
|
|
|
@ed0aacc7
|
16 years |
rsbultje |
Rename RTP payload contexts to PayloadContext, suggested by Luca in …
|
|
|
@dd990075
|
16 years |
michaelni |
100l forgot return type.
Originally committed as revision 15539 to …
|
|
|
@2791c608
|
16 years |
michaelni |
Fix indention of NAL type enum.
Originally committed as revision …
|
|
|
@3ee4f5e4
|
16 years |
michaelni |
ff_parse_close() is not the correct function for H264Context.
…
|
|
|
@f06188d5
|
16 years |
baptiste.coudurier |
set sample rate for amr to allow stream copy since no decoder is …
|
|
|
@1a27fb0
|
16 years |
diego |
FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo.
…
|
|
|
@44ee6135
|
16 years |
michaelni |
Move nal unit types enum and EXTENDED_SAR #define from h264data.h to …
|
|
|
@bc5c918e
|
16 years |
diego |
Remove offset_t typedef and use int64_t directly instead.
The name …
|
|
|
@0c45cd07
|
16 years |
diego |
Stop Sun Studio from issuing a warning during configure when passed …
|
|
|
@b1cb73aa
|
16 years |
diego |
Make sure strcasecmp() is declared.
On recent glibc versions strings.h …
|
|
|
@b37b1306
|
16 years |
Aurélien Jacobs |
atrac3dec: cosmetics: indentation
Originally committed as revision …
|
|
|
@c58e8bd3
|
16 years |
Aurélien Jacobs |
matroskadec: cosmetics: indentation
Originally committed as revision …
|
|
|
@21a115d1
|
16 years |
Aurélien Jacobs |
matroskadec: don't merge packets which have no timestamp
Originally …
|
|
|
@72ab9d7f
|
16 years |
gpoirier |
Use typeof instead of GCC-specific typeof keyword.
The typeof …
|
|
|
@9aa1cfec
|
16 years |
gpoirier |
fix warning reported by Intel C compiler: …
|
|
|
@2d5174fc
|
16 years |
gpoirier |
Intel C compiler warns on this assignment in this if(), probably …
|
|
|
@d3b9e7f1
|
16 years |
gpoirier |
Remove duplicate "const" qualifier for *matrix.
This silences out a …
|
|
|
@a5d24133
|
16 years |
gpoirier |
x264 has removed the b-rdo and bime options, and instead integrated …
|
|
|
@3defa81f
|
16 years |
ramiro.polla |
MinGW runtime 3.15 has a wrapper for usleep().
Originally committed …
|
|
|
@126cadc7
|
16 years |
ramiro.polla |
Specify minimum version for some MinGW packages.
Originally committed …
|
|
|
@14660b08
|
16 years |
Reimar.Doeffinger |
Use M_PI from libavutil/mathematics.h instead of defining PI ourselves …
|
|
|
@1999831
|
16 years |
Reimar.Doeffinger |
Make 8svx codec context table pointer const to match the type of the …
|
|
|
@910f02a0
|
16 years |
diego |
spelling cosmetics
Originally committed as revision 15518 to …
|
|
|
@fb65d2c
|
16 years |
benoit.fouet |
Use enum typers instead of int.
Patch by Diego 'Flameeyes' Pettenò: …
|
|
|
@529dae12
|
16 years |
Reimar.Doeffinger |
Remove useless cyuv_decode_end function
Originally committed as …
|
|
|
@9b5ede5
|
16 years |
Reimar.Doeffinger |
Add (additional) const to many global tables.
Originally committed as …
|
|
|
@6dbfb7d
|
16 years |
Reimar.Doeffinger |
Use "static const" instead of "const static"
Originally committed as …
|
|
|
@f974f1fa
|
16 years |
diego |
cosmetics: Change comment style for consistency.
Originally committed …
|
|
|
@949906ea
|
16 years |
diego |
Update copyright years.
Originally committed as revision 15512 to …
|
|
|
@31e647f8
|
16 years |
diego |
Globally set LC_ALL=C to prevent locale issues from breaking tests.
…
|
|
|
@2c4b4829
|
16 years |
benoit.fouet |
Rename some variables and add some comments to try to be a bit more …
|
|
|
@aaa0df0
|
16 years |
Carl Eugen Hoyos |
Allow using DECLARE_ALIGNED with Sun cc.
Originally committed as …
|
|
|
@8d2fc163
|
16 years |
Carl Eugen Hoyos |
Rename copy_picture to ff_copy_picture.
Originally committed as …
|
|
|
@c8562a6f
|
16 years |
Carl Eugen Hoyos |
Fix memleak for currupt input.
Originally committed as revision 15507 …
|
|
|
@0be4b8d9
|
16 years |
baptiste.coudurier |
cosmetics, remove useless spaces
Originally committed as revision …
|
|
|
@1ae4518d
|
16 years |
lessen42 |
Cosmetics: reindent
Originally committed as revision 15505 to …
|
|
|
@10f38380
|
16 years |
lessen42 |
Unneeded else
Originally committed as revision 15504 to …
|
|
|
@6599e2a7
|
16 years |
lessen42 |
Unneeded braces
Originally committed as revision 15503 to …
|
|
|
@6298f49f
|
16 years |
lessen42 |
Return if unpacking motion vectors for a keyframe
Originally …
|
|
|
@a0ce2d1b
|
16 years |
lessen42 |
Cosmetics: indentation
Originally committed as revision 15501 to …
|
|
|
@277e3e53
|
16 years |
lessen42 |
Visible width/height fields were added in Theora 3.2
Originally …
|
|
|
@51ace577
|
16 years |
lessen42 |
filter_limit_values only needs 7 bits, make its tables smaller
…
|
|
|
@b07e52a9
|
16 years |
benoit.fouet |
Fix indentation.
Originally committed as revision 15498 to …
|
|
|
@3ff2a062
|
16 years |
rsbultje |
Use parse_packet vfunc in RTPDynamicProtocolHandler instead of …
|
|
|
@985b05d3
|
16 years |
rsbultje |
This patch refactors RDT packet header parsing so that it can be used …
|
|
|
@5fbec791
|
16 years |
benoit.fouet |
Remove useless context variable.
Originally committed as revision …
|
|
|
@96320336
|
16 years |
benoit.fouet |
Merge declaration and assignment.
Originally committed as revision …
|
|
|
@9d2b5cf2
|
16 years |
benoit.fouet |
Interleaved forward/backward channels processing in order to increase …
|
|
|
@ba31df31
|
16 years |
lessen42 |
Cosmetics: indentation
Originally committed as revision 15492 to …
|
|
|
@fc961819
|
16 years |
lessen42 |
Merge (vp3|theora)_calculate_pixel_addresses
Originally committed as …
|
|
|
@6920b983
|
16 years |
lessen42 |
Missed hunks of last commit
Originally committed as revision 15490 to …
|
|
|
@33aae37e
|
16 years |
lessen42 |
Remove unused vp3 debugging info
Originally committed as revision …
|
|
|
@21899717
|
16 years |
benoit.fouet |
Move iv_decode_frame function to remove a forward declaration.
…
|
|
|
@950c0373
|
16 years |
benoit.fouet |
Remove useless lines.
Originally committed as revision 15487 to …
|
|
|
@6f427ccb
|
16 years |
benoit.fouet |
Reindent whole file.
Originally committed as revision 15486 to …
|
|
|
@f5f1e97f
|
16 years |
rsbultje |
Reindent after previous patches.
Originally committed as revision …
|
|
|
@119b4668
|
16 years |
rsbultje |
Implement a RTSPTransport field, which allows proper separation of …
|
|
|
@ab63fb0
|
16 years |
rsbultje |
Remove access to rdt_data struct in functions called outside of the …
|
|
|
@eee2cbff
|
16 years |
rsbultje |
Send improper UDP SETUP request, which is what Realmedia servers …
|
|
|
@90abbdba
|
16 years |
rsbultje |
Rename RTSPProtocol to RTSPLowerTransport, so that its name properly …
|
|
|
@e1a96237
|
16 years |
benoit.fouet |
Indent.
Originally committed as revision 15480 to …
|
|
|
@f8be1206
|
16 years |
benoit.fouet |
Simplify iv_free_func().
Originally committed as revision 15479 to …
|
|
|
@ffc64ac0
|
16 years |
benoit.fouet |
Move allocated buffer out of YUV buffer structure.
Originally …
|
|
|
@c2db8a99
|
16 years |
benoit.fouet |
Remove useless initializations.
Originally committed as revision …
|
|
|
@8b27f76
|
16 years |
benoit.fouet |
Check allocations on init.
Originally committed as revision 15476 to …
|
|
|
@809a23a
|
16 years |
benoit.fouet |
Remove useless test.
Originally committed as revision 15475 to …
|
|
|
@56d9b94
|
16 years |
benoit.fouet |
Cosmetics
Originally committed as revision 15474 to …
|
|
|