|
|
|
@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 …
|
|
|
@5a897cfa
|
16 years |
baptiste.coudurier |
use sample rate as audio input time base
Originally committed as …
|
|
|
@488227c
|
16 years |
Aurélien Jacobs |
write all available metadata tags into extended_content_header
…
|
|
|
@300f24f3
|
16 years |
Aurélien Jacobs |
use new metadata API in asf muxer
Originally committed as revision …
|
|
|
@4f0f9bdd
|
16 years |
baptiste.coudurier |
let packet pass through when no timestamps
Originally committed as …
|
|
|
@832404ce
|
16 years |
baptiste.coudurier |
exactly compute index byte count
Originally committed as revision …
|
|
|
@5363c43e
|
16 years |
alex.converse |
Add av_cold attributes to *_init and *_end functions.
Originally …
|
|
|
@bf252f7f
|
16 years |
baptiste.coudurier |
prevent reading more than container atom size, fix broken file …
|
|
|
@2c823b3c
|
16 years |
alex.converse |
VP3: Prevent stack corruption from an unset custom coding method.
…
|
|
|
@20e2a7ae
|
16 years |
Aurélien Jacobs |
use new metadata API in asf demuxer
Originally committed as revision …
|
|
|
@cb99c65
|
16 years |
Carl Eugen Hoyos |
Add fields to H264Context and SPS for upcoming VA API support.
Patch …
|
|
|
@25a03ba3
|
16 years |
Reimar.Doeffinger |
100l, don't run tests twice, this was some forgotten debugging code.
…
|
|
|
@551a0c79
|
16 years |
Reimar.Doeffinger |
Fix a bug in 3DEC CBC decryption and add more extensive tests based on …
|
|
|
@cc55c464
|
16 years |
stefan.gehrer |
check validity of pointer srcC
Originally committed as revision 16973 …
|
|
|
@61eb8cc4
|
16 years |
Reimar.Doeffinger |
Update DES test code to use the new public API.
Originally committed …
|
|
|
@bc17cc01
|
16 years |
Reimar.Doeffinger |
Add support for 3DES to DES module
Originally committed as revision …
|
|
|
@1a534c7f
|
16 years |
Reimar.Doeffinger |
Add and use a public API for RC4 and DES, analogous to the AES API.
…
|
|
|
@88297e80
|
16 years |
michaelni |
Reformat rdt_demuxer AVCodec struct sanely.
Originally committed as …
|
|
|
@1558d0b
|
16 years |
michaelni |
Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec)
…
|
|
|
@152714e1
|
16 years |
michaelni |
Fix unknown header 10001000 / …
|
|
|
@c0f14458
|
16 years |
Aurélien Jacobs |
use new metadata API in aiff demuxer
Originally committed as revision …
|
|
|
@33abc1a7
|
16 years |
baptiste.coudurier |
be more flexible with frame rate check
Originally committed as …
|
|
|
@be62f556
|
16 years |
Aurélien Jacobs |
simplify
Originally committed as revision 16964 to …
|
|
|
@f8ca63e8
|
16 years |
Carl Eugen Hoyos |
Fix vertical resolution of subtitles.
Patch by Björn Axelsson gecko A …
|
|
|
@0d08e270
|
16 years |
diego |
Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning: …
|
|
|
@da61e413
|
16 years |
Aurélien Jacobs |
use new metadata API in rtsp demuxer
Originally committed as revision …
|
|
|
@f3650b2
|
16 years |
Aurélien Jacobs |
use new metadata API in rtp muxer
Originally committed as revision …
|
|
|
@10ce8f23
|
16 years |
Aurélien Jacobs |
it seems I never added myself in there before
Originally committed as …
|
|
|
@e80c73b3
|
16 years |
Carl Eugen Hoyos |
Add support for fourcc "SP54".
Patch by Eli Friedman eli D friedman A …
|
|
|
@b3a9e50c
|
16 years |
Aurélien Jacobs |
cosmetics: indentation
Originally committed as revision 16957 to …
|
|
|
@3b1c4a06
|
16 years |
Aurélien Jacobs |
simplify usage of dstlen as it is not a parameter anymore
Originally …
|
|
|
@ee56cab3
|
16 years |
Aurélien Jacobs |
cosmetics: indentation
Originally committed as revision 16955 to …
|
|
|
@b182eeb0
|
16 years |
Aurélien Jacobs |
use new metadata API in the mp3 muxer
Originally committed as …
|
|
|
@9d98535c
|
16 years |
Aurélien Jacobs |
use new metadata API in the mp3 demuxer
Originally committed as …
|
|
|
@5ea7ce88
|
16 years |
Aurélien Jacobs |
modify the way to pass parameters to av_metadata_set()
This improves …
|
|
|
@69b6d53b
|
16 years |
Aurélien Jacobs |
cosmetics: whitespace
Originally committed as revision 16951 to …
|
|
|
@679f5c25
|
16 years |
Reimar.Doeffinger |
Documentation for LZO error return value flags
Originally committed …
|
|
|
@a545f067
|
16 years |
Reimar.Doeffinger |
Move doxygen documentation from lzo.c to lzo.h
Originally committed …
|
|
|
@6fb625c4
|
16 years |
baptiste.coudurier |
cosmetics: whitespaces, empty lines
Originally committed as revision …
|
|
|