|
|
|
@4b81366b
|
16 years |
diego |
Add av_cold attribute to init function.
Originally committed as …
|
|
|
@27030ee4
|
16 years |
diego |
Remove unused variables.
Originally committed as revision 17081 to …
|
|
|
@01c53437
|
16 years |
diego |
typo: CODEC_ID_cljr --> CODEC_ID_CLJR
Originally committed as …
|
|
|
@c099766f
|
16 years |
stefano.sabatini-lala |
Drop the deprecated sws_scale_ordered() at the next major version …
|
|
|
@96b27045
|
16 years |
stefano.sabatini-lala |
Replace int type with enum PixelFormat for the dstFormat/srcFormat …
|
|
|
@b534f73d
|
16 years |
stefano.sabatini-lala |
Fix a typo: lumaSarpen -> lumaSharpen.
Originally committed as …
|
|
|
@9afc2917
|
16 years |
diego |
Remove rendering column from list of supported subtitle formats.
…
|
|
|
@173c7185
|
16 years |
diego |
Add missing ffplay subtitle cycling keybinding.
patch by Björn …
|
|
|
@7be75dd7
|
16 years |
diego |
cosmetics: comment grammar/spelling fixes
Originally committed as …
|
|
|
@ced06bd8
|
16 years |
robert.swain |
Add the ability to set the timestamp to the current time by specifying …
|
|
|
@f9e5b942
|
16 years |
vitor1001 |
10l: fix compiler warning:
ncdec.c:82: warning: ISO C90 forbids mixed …
|
|
|
@74afdc55
|
16 years |
stefano.sabatini-lala |
Document the av_base64_encode/decode functions.
See the thread: …
|
|
|
@4d8eb2e8
|
16 years |
robert.swain |
Fix a const related warning
Patch by Ivan Schreter ( schreter gmx net …
|
|
|
@ac76729c
|
16 years |
stefano.sabatini-lala |
Cosmetics: "* out" -> "*out" for consistency with the other …
|
|
|
@5118bd44
|
16 years |
stefano.sabatini-lala |
Cosmetics: rename the "size" parameter of av_base64_encode() to …
|
|
|
@1cc65cec
|
16 years |
baptiste.coudurier |
Move declaration of ff_interleave_add_packet to internal.h.
It is an …
|
|
|
@52ef50a0
|
16 years |
stefano.sabatini-lala |
Cosmetics: prefer out/in over buf/src for the parameter names of …
|
|
|
@18099ade
|
16 years |
baptiste.coudurier |
Declare ff_interleave_new_audio_packet as static, it is not used
…
|
|
|
@61ccbc52
|
16 years |
stefano.sabatini-lala |
Cosmetics: consistently prefer "size" over "len"/"length" for the …
|
|
|
@94027d3b
|
16 years |
baptiste.coudurier |
document ff_audio_interleave
Originally committed as revision 17066 …
|
|
|
@0d20c3fd
|
16 years |
stefano.sabatini-lala |
Make av_base64_encode() do not require the user to provide an …
|
|
|
@dd02ea11
|
16 years |
robert.swain |
Replace hard-coded SEI type constants with symbolic names
Patch by …
|
|
|
@eb8a25c8
|
16 years |
michaelni |
Clarify has_b_frames doxy.
Originally committed as revision 17063 to …
|
|
|
@eaf5d011
|
16 years |
vitor1001 |
NC camera demuxer
Patch by Nicolas Martin - elvadrias at gmail
…
|
|
|
@998b6f7c
|
16 years |
michaelni |
Clarify that avformat_seek_file() is not part of the stable API yet.
…
|
|
|
@d04768fa
|
16 years |
michaelni |
avformat_seek_file() prototype
Originally committed as revision 17060 …
|
|
|
@3daa434a
|
16 years |
lorenm |
ff_add_hfyu_median_prediction_mmx2
overall ffvhuff decoding speedup: …
|
|
|
@6166516d
|
16 years |
lorenm |
re-enable mid_pred asm on x86_64. (broke in r16681)
Originally …
|
|
|
@74892f7a
|
16 years |
michaelni |
Fix reserved identifer detection so it doesnt detect asm and such.
…
|
|
|
@3d8f902
|
16 years |
michaelni |
Factorize grep -v cases.
Originally committed as revision 17056 to …
|
|
|
@6c2dd77e
|
16 years |
michaelni |
Patch check script.
Note, before you flame me that its dirty, i did …
|
|
|
@04e06cfa
|
16 years |
baptiste.coudurier |
cosmetics: sample_to_chunk -> stsc
Originally committed as revision …
|
|
|
@a234e38d
|
16 years |
baptiste.coudurier |
cosmetics: sample_to_ctime -> ctts
Originally committed as revision …
|
|
|
@1975c52c
|
16 years |
baptiste.coudurier |
remove useless field
Originally committed as revision 17052 to …
|
|
|
@9e8d61d4
|
16 years |
baptiste.coudurier |
rewrite pts also, as comment says
Originally committed as revision …
|
|
|
@59453725
|
16 years |
baptiste.coudurier |
remove useless return
Originally committed as revision 17050 to …
|
|
|
@425c9962
|
16 years |
baptiste.coudurier |
fix doxygen
Originally committed as revision 17049 to …
|
|
|
@8e2fd8e1
|
16 years |
stefano.sabatini-lala |
Replace the calls to the deprecated av_alloc_format_context() with …
|
|
|
@88a28965
|
16 years |
stefano.sabatini-lala |
Deprecate av_malloc_format_context() in favor of …
|
|
|
@353f87b8
|
16 years |
baptiste.coudurier |
fix typo in h264dsp_mmx (no effect currently as the function is not …
|
|
|
@8468664
|
16 years |
baptiste.coudurier |
Remove 'const' qualifier from variable in av_parse_video_frame_size(). …
|
|
|
@8eb027c8
|
16 years |
baptiste.coudurier |
remove useless cast, it does not remove warning, encode prototype must …
|
|
|
@a7573719
|
16 years |
baptiste.coudurier |
remove warning about incompatible pointer
Originally committed as …
|
|
|
@5ac4d768
|
16 years |
baptiste.coudurier |
reuse MXFCodecUL for data def and simplify
Originally committed as …
|
|
|
@251bf875
|
16 years |
baptiste.coudurier |
remove implicit header inclusions from mxf.h
Originally committed as …
|
|
|
@84a2d304
|
16 years |
baptiste.coudurier |
free index entries
Originally committed as revision 17040 to …
|
|
|
@63601677
|
16 years |
baptiste.coudurier |
use new audio interleaving generic code
Originally committed as …
|
|
|
@f1544e79
|
16 years |
baptiste.coudurier |
extract audio interleaving code from mxf muxer, will be used by gxf …
|
|
|
@baf2ffd3
|
16 years |
baptiste.coudurier |
offset dts according to edit list, hackish but works, based on patch …
|
|
|
@6bab4799
|
16 years |
diego |
Remove const qualifier from function argument to eliminate the warning …
|
|
|
@d526105f
|
16 years |
baptiste.coudurier |
only use 2 slices for index, one video(vbr) and one audio(cbr)
…
|
|
|
@5ccc2316
|
16 years |
baptiste.coudurier |
force first track to be video and simplify
Originally committed as …
|
|
|
@67d8ac4a
|
16 years |
baptiste.coudurier |
write system item
Originally committed as revision 17033 to …
|
|
|
@88b2027e
|
16 years |
baptiste.coudurier |
declare ff_interleave_add_packet
Originally committed as revision …
|
|
|
@432f1f11
|
16 years |
kostya.shishkov |
Move RV3/4 frame type check up so 1-slice unanchored B-frames are …
|
|
|
@186f155e
|
16 years |
kostya.shishkov |
Add decoder flush after seeking for RV3/4 decoders
Originally …
|
|
|
@85d0d114
|
16 years |
baptiste.coudurier |
use 512 kag size needed for d10
Originally committed as revision …
|
|
|
@9d385cfe
|
16 years |
stefano.sabatini-lala |
Drop the deprecated function register_avcodec() at the next major …
|
|
|
@9be26823
|
16 years |
stefano.sabatini-lala |
Replace the calls to the deprecated function register_avcodec() with …
|
|
|
@85662f49
|
16 years |
stefano.sabatini-lala |
Rename register_avcodec() as avcodec_register() and deprecate the old …
|
|
|
@21eff9ce
|
16 years |
stefano.sabatini-lala |
Add a new test program for base64, based on that removed in r17024.
…
|
|
|
@33094be8
|
16 years |
stefano.sabatini-lala |
Remove broken test program.
Originally committed as revision 17024 to …
|
|
|
@18c7b354
|
16 years |
lucabe72 |
Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer …
|
|
|
@d3536678
|
16 years |
lucabe72 |
Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer
Originally …
|
|
|
@dcd913d9
|
16 years |
michaelni |
Fix minor memory leak.
Patch by Jindrich Makovicka, approved by mans.
…
|
|
|
@17a5894a
|
16 years |
lucabe72 |
Merge rtp_aac.h and rtp_mpv.h in rtpenc.h
Originally committed as …
|
|
|
@271e6ddd
|
16 years |
michaelni |
Fix list of input pix_fmts supported by GIF. This makes it work with …
|
|
|
@6337178b
|
16 years |
michaelni |
Ensure that the palette is set in data[1] for all 8bit formats.
Also …
|
|
|
@9a77d59a
|
16 years |
Carl Eugen Hoyos |
Use libopenjpeg for jpeg2k decoding.
Patch by Jaikrishnan Menon
…
|
|
|
@302879cb
|
16 years |
lucabe72 |
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
Originally committed as …
|
|
|
@1a45a9f4
|
16 years |
rsbultje |
Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first …
|
|
|
@4606a059
|
16 years |
Carl Eugen Hoyos |
Fix blend_subrect for some subrects positioned on odd rows.
Patch by …
|
|
|
@676ef505
|
16 years |
Carl Eugen Hoyos |
Fix blend_subrect for subrects positioned on odd rows.
Patch by Björn …
|
|
|
@0a861b6
|
16 years |
rsbultje |
Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and …
|
|
|
@f5b28890
|
16 years |
baptiste.coudurier |
format timestamp correctly according to specs and set it
Originally …
|
|
|
@5ccad11d
|
16 years |
baptiste.coudurier |
use timestamp as modification date
Originally committed as revision …
|
|
|
@da2dc39
|
16 years |
ramiro.polla |
Revert part of r16593.
network.h should only be included when …
|
|
|
@d0f89acf
|
16 years |
alex.converse |
Make the MP3 probe weakly claim all files with ID3v2 tags to fix …
|
|
|
@eacc40e8
|
16 years |
baptiste.coudurier |
use timestamp as creation date
Originally committed as revision 17007 …
|
|
|
@71a48ff2
|
16 years |
michaelni |
Add size_in_bits to PutBitContext
Originally committed as revision …
|
|
|
@b516ecdd
|
16 years |
rsbultje |
Delete an enum and a function typedef that aren't used anywhere, and …
|
|
|
@21da81d7
|
16 years |
lucabe72 |
Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c …
|
|
|
@468d298d
|
16 years |
pross |
Electronic Arts demuxer: support TQI video tag
Originally committed …
|
|
|
@d8964f3a
|
16 years |
pross |
Electronic Arts TQI decoder
Originally committed as revision 17002 to …
|
|
|
@44ba8b6
|
16 years |
pross |
don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this …
|
|
|
@50240e56
|
16 years |
pross |
convert mpeg1_decode_block_intra() to inline global
Originally …
|
|
|
@1c7c6669
|
16 years |
baptiste.coudurier |
fix key frame offset with open gop
Originally committed as revision …
|
|
|
@7595a5e4
|
16 years |
mans |
configure: add command flag to disable yasm use
Originally committed …
|
|
|
@c0f5b7f1
|
16 years |
mans |
configure: set EXESUF before it is used
Originally committed as …
|
|
|
@5317c95b
|
16 years |
mans |
Remove CONFIG_H264_ENCODER references
Originally committed as …
|
|
|
@993f2d0
|
16 years |
mans |
configure: move basic sanity tests before other tests
Originally …
|
|
|
@f0d54372
|
16 years |
diego |
Remove documentation of non-existing function parameters.
Originally …
|
|
|
@181d8a7f
|
16 years |
diego |
Remove unused CONFIG_H264_ENCODER #define.
Originally committed as …
|
|
|
@c7f03f4e
|
16 years |
diego |
Remove pointless '#if CONFIG_ENCODERS' around forward declarations.
…
|
|
|
@242e2270
|
16 years |
diego |
fastdiv is disabled by default, so put --enable-fastdiv into the help …
|
|
|
@9e5e2a2e
|
16 years |
diego |
Use directory name as multiple inclusion guard prefix.
We do this for …
|
|
|
@1262d638
|
16 years |
rsbultje |
Move enum RTSPTransport up a bit, so that all fields that are assigned …
|
|
|
@f52901b3
|
16 years |
Roman R. |
No need to compute stype
Originally committed as revision 16988 to …
|
|
|
@034fcddf
|
16 years |
baptiste.coudurier |
always write mxf time base in descriptors
Originally committed as …
|
|
|
@2db5da97
|
16 years |
ramiro.polla |
Do not misuse unsigned long to store pointers.
Originally committed …
|
|
|