|
|
|
@978a5ce8
|
14 years |
martin |
Reindent
Originally committed as revision 25317 to …
|
|
|
@8f7c2452
|
14 years |
martin |
applehttp: Allow the base url to be a local file name, too
Originally …
|
|
|
@2e0559b7
|
14 years |
justin.ruggles |
Support decoding of FLAC files without a STREAMINFO header.
…
|
|
|
@f71abdb
|
14 years |
Reimar.Doeffinger |
Remove pointless -vn option, the file has no video stream.
Originally …
|
|
|
@01e4b675
|
14 years |
Reimar.Doeffinger |
Rename fate-gsm test to the more accurate fate-gsm-ms
and add a test …
|
|
|
@645e7599
|
14 years |
Reimar.Doeffinger |
Fix GSM decoding: regular GSM and MSGSM do not use the same
bitstream …
|
|
|
@1405782c
|
14 years |
stefano.sabatini-lala |
Avoid cast of double nan to int.
It may cause exceptions on some …
|
|
|
@8bf256bc
|
14 years |
stefano.sabatini-lala |
Document url_get_filename().
Originally committed as revision 25310 …
|
|
|
@a5c33faa
|
14 years |
Reimar.Doeffinger |
Add init and uninit functions to cmdutils, reduces code duplication …
|
|
|
@05931ab7
|
14 years |
darkshikari |
Make FRAPS decoder use PC range instead of TV range
FRAPS appears to …
|
|
|
@35e33b9a
|
14 years |
baptiste.coudurier |
10l fix h263 encoder resolution test, array size is 8 not 7
…
|
|
|
@84fd51e5
|
14 years |
Aurélien Jacobs |
ffmpeg: replace MAX_STREAMS by an arbitrary sanity check
Originally …
|
|
|
@620a67d5
|
14 years |
Aurélien Jacobs |
ffmpeg: dynamically allocate bitstream_filters
Originally committed …
|
|
|
@3a8e8824
|
14 years |
Aurélien Jacobs |
ffmpeg: dynamically allocate stream_maps
Originally committed as …
|
|
|
@0a6d97b3
|
14 years |
Aurélien Jacobs |
ffmpeg: dynamically allocate output_codecs
Originally committed as …
|
|
|
@311e223f
|
14 years |
Aurélien Jacobs |
ffmpeg: dynamically allocate input_codecs
Originally committed as …
|
|
|
@2c6958aa
|
14 years |
Aurélien Jacobs |
ffmpeg: dynamically allocate input_files_ts_scale
Originally …
|
|
|
@e640f261
|
14 years |
Aurélien Jacobs |
ffmpeg: dynamically allocate streamid_map
Originally committed as …
|
|
|
@dba249ab
|
14 years |
Aurélien Jacobs |
ffmpeg: add a grow_array() helper function
Originally committed as …
|
|
|
@33377121
|
14 years |
stefano.sabatini-lala |
Fix reference to nonexistent function.
Originally committed as …
|
|
|
@321259c1
|
14 years |
martin |
rtsp: Return a queued packet if it has been in the queue for longer …
|
|
|
@58ee099
|
14 years |
martin |
rtpdec: Reorder received RTP packets according to the seq number
…
|
|
|
@02607418
|
14 years |
martin |
rtpdec: Split out the part of rtp_parse_packet that does the parsing …
|
|
|
@27af8902
|
14 years |
Reimar.Doeffinger |
Fix indentation of ff_id3v2_read
Originally committed as revision …
|
|
|
@c690fa97
|
14 years |
martin |
Reindent/rewrap
Originally committed as revision 25291 to …
|
|
|
@38f8c80b
|
14 years |
martin |
rtsp: Reorganize if statements in rtsp_read_play
Originally committed …
|
|
|
@ad4ad27
|
14 years |
martin |
rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet …
|
|
|
@96a7c975
|
14 years |
martin |
rtsp: Use a dynamically allocated receive buffer
Originally committed …
|
|
|
@6705dd5f
|
14 years |
stefano.sabatini-lala |
Fix weird indent.
Originally committed as revision 25287 to …
|
|
|
@0795b86
|
14 years |
mans |
avassert: add missing #include <stdlib.h>
Originally committed as …
|
|
|
@f23ceeb
|
14 years |
mans |
avassert: prettify macro
Originally committed as revision 25285 to …
|
|
|
@b64b4134
|
14 years |
mans |
Rename libavutil/assert.h to avassert.h
This avoids conflicts with …
|
|
|
@8a47d90b
|
14 years |
michaelni |
Fix av_cmp_q() with negative denominators.
Originally committed as …
|
|
|
@0f4cd732
|
14 years |
tomas.hardin |
Add myself as maintainer of lxfdec.c
Originally committed as revision …
|
|
|
@8878e3b2
|
14 years |
tomas.hardin |
Add demuxer for LXF (Leitch/Harris' VR native stream format)
…
|
|
|
@fbeabfca
|
14 years |
tomas.hardin |
Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXF
…
|
|
|
@c619572a
|
14 years |
michaelni |
Fix a typo in the nameing of av_assert0() in currently not compiled …
|
|
|
@b926b628
|
14 years |
michaelni |
av_assert() system.
With this the developer can now choose if he wants …
|
|
|
@59b4e5ba
|
14 years |
Aurélien Jacobs |
add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' …
|
|
|
@838dc131
|
14 years |
Aurélien Jacobs |
add FF_API_SET_STRING_OLD define to disable the deprecated …
|
|
|
@0743de4
|
14 years |
Aurélien Jacobs |
add FF_API_USE_LPC define to disable the deprecated …
|
|
|
@ab3efd00
|
14 years |
stefano.sabatini-lala |
Return AVERROR(EINVAL) rather than -1 in case of invalid values.
…
|
|
|
@448ce925
|
14 years |
Aurélien Jacobs |
add FF_API_SUBTITLE_OLD define to disable the deprecated …
|
|
|
@164bc38c
|
14 years |
Aurélien Jacobs |
add FF_API_VIDEO_OLD define to disable the deprecated decode_video API …
|
|
|
@d8e45640
|
14 years |
baptiste.coudurier |
Correct tag is m2v1
Originally committed as revision 25271 to …
|
|
|
@a377cfa
|
14 years |
Aurélien Jacobs |
add FF_API_AUDIO_OLD define to disable the deprecated decode_audio API …
|
|
|
@e2f0214a
|
14 years |
Carl Eugen Hoyos |
Fix a yuv420p sample that was incorrectly detected as yuv411p
(576i50 …
|
|
|
@f3f5eb6e
|
14 years |
stefano.sabatini-lala |
Document url_filesize().
Originally committed as revision 25268 to …
|
|
|
@0a216bd
|
14 years |
stefano.sabatini-lala |
Make register_protocol() use the function av_register_protocol2() …
|
|
|
@0093ebc2
|
14 years |
michaelni |
User application side of Codec specific parameters.
Originally …
|
|
|
@f34fcdc8
|
14 years |
stefano.sabatini-lala |
Set default values for the scale context in sws_alloc_context().
…
|
|
|
@e60c906a
|
14 years |
stefano.sabatini-lala |
Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.
…
|
|
|
@6d21d67b
|
14 years |
stefano.sabatini-lala |
Set valid default values for the srcw, srch, dstw, dsth options in the …
|
|
|
@584b8edb
|
14 years |
stefano.sabatini-lala |
Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().
…
|
|
|
@826481ea
|
14 years |
baptiste.coudurier |
Remove duplicate entries
Originally committed as revision 25264 to …
|
|
|
@3432c263
|
14 years |
baptiste.coudurier |
Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on …
|
|
|
@a52ffc3f
|
14 years |
rsbultje |
Move static inline function to a macro, so that constant propagation …
|
|
|
@fc7c40c2
|
14 years |
stefano.sabatini-lala |
Cosmetics: put "if (...)" and "av_log(...)" in the same line for …
|
|
|
@1bb56bdb
|
14 years |
astrange |
rawdec: Properly pass reordered_opaque through the decoder
Originally …
|
|
|
@3dedbeff
|
14 years |
rsbultje |
Check return value of get_chunk_header(). Since enum can be unsigned, …
|
|
|
@329d689
|
14 years |
rsbultje |
Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor …
|
|
|
@77336a5e
|
14 years |
michaelni |
Allow setting the impulse block bias for libvorbis through a private …
|
|
|
@dc51a72b
|
14 years |
michaelni |
Move allocation and init to defaults of the private codec contexts to …
|
|
|
@cd17285e
|
14 years |
rsbultje |
Merge b_idx and edge variables, and optimize the ASM to directly load …
|
|
|
@0cc8a5d0
|
14 years |
rsbultje |
Remove mv_mask variable. Replace the related pand -1/0 instructions by …
|
|
|
@c0673f2c
|
14 years |
rsbultje |
Remove d_idx as a variable, and instead load it as a constant in the …
|
|
|
@2c3135f6
|
14 years |
rsbultje |
Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which …
|
|
|
@4b81511c
|
14 years |
rsbultje |
Unloop the outer loop in h264_loop_filter_strength_mmx2(), which …
|
|
|
@d29e863e
|
14 years |
stefano.sabatini-lala |
Put if (...) av_log() in the same line, more compact and increase …
|
|
|
@5abd626e
|
14 years |
stefano.sabatini-lala |
Amend constraints for the src_format and dst_format options in the …
|
|
|
@5ba24e49
|
14 years |
rsbultje |
Fix compile on Darwin (FATE). Compile error:
yadif.c:226: error: can't …
|
|
|
@655c36b
|
14 years |
michaelni |
Add AVClass for the private context, this will be used for codec …
|
|
|
@c24b404b
|
14 years |
stefano.sabatini-lala |
Cosmetics: fix braces placement.
Originally committed as revision …
|
|
|
@0810a584
|
14 years |
stefano.sabatini-lala |
Deprecate sws_getContext(), use sws_alloc_context() and …
|
|
|
@499287e0
|
14 years |
stefano.sabatini-lala |
Add documentation for the returned value of sws_init_context().
…
|
|
|
@c5812793
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry for lsws change of r32368.
Originally committed …
|
|
|
@c508ab67
|
14 years |
stefano.sabatini-lala |
Bump minor version after the addition of sws_alloc_context() and …
|
|
|
@c10676ac
|
14 years |
stefano.sabatini-lala |
Make init() return sensible error code rather than -1 in case of …
|
|
|
@46daee6e
|
14 years |
stefano.sabatini-lala |
Cosmetics: apply nits.
Originally committed as revision 25247 to …
|
|
|
@f03f30d7
|
14 years |
stefano.sabatini-lala |
Make new doxy follows the agreed upon style and grammatical …
|
|
|
@2e5ff4d
|
14 years |
stefano.sabatini-lala |
Group togheter filter dependency specifications.
Originally committed …
|
|
|
@e40032e2
|
14 years |
stefano.sabatini-lala |
Add the drawbox filter from the soc libavfilter repo.
Pedagogically …
|
|
|
@4dece8c7
|
14 years |
darkshikari |
Try to fix crashes introduced by r25218
r25218 made assumptions about …
|
|
|
@01d46198
|
14 years |
astrange |
All else being equal, prefer PTS over DTS in timestamp correction
…
|
|
|
@7a8bfa5d
|
14 years |
astrange |
Extract timestamp correction code from ffplay.c to cmdutils.c
…
|
|
|
@6d19fd5c
|
14 years |
baptiste.coudurier |
In mov demuxer, check that nb_streams is valid before using it in …
|
|
|
@bd8154d
|
14 years |
baptiste.coudurier |
100l fix if condition
Originally committed as revision 32395 to …
|
|
|
@df0743e0
|
14 years |
baptiste.coudurier |
Y400A (gray alpha) input support in libswscale
Originally committed …
|
|
|
@59cb40b9
|
14 years |
Carl Eugen Hoyos |
Fix index_entries pos:
It was being set wrong for files with …
|
|
|
@c6625ad5
|
14 years |
stefano.sabatini-lala |
Update APIchanges after r25236.
Originally committed as revision …
|
|
|
@483480b5
|
14 years |
mans |
Fix out of tree builds with vf_yadif and mmx
Originally committed as …
|
|
|
@c85eef4e
|
14 years |
stefano.sabatini-lala |
Move av_set_options_string() from libavfilter to libavutil.
…
|
|
|
@486adc55
|
14 years |
stefano.sabatini-lala |
Use more expressive names for the avfilter_insert_filter() in and out …
|
|
|
@fa6f4ebc
|
14 years |
Aurélien Jacobs |
use a Makefile in x86 subdir
Originally committed as revision 25234 …
|
|
|
@236f794
|
14 years |
Aurélien Jacobs |
merge #if with if()
Originally committed as revision 25233 to …
|
|
|
@2a5db1aa
|
14 years |
baptiste.coudurier |
In dv decoder, set sample aspect aspect ratio, fix issue #1612
…
|
|
|
@348a323
|
14 years |
baptiste.coudurier |
In dv decoder, use the expected aspect ratio logic, like other …
|
|
|
@9f694f0
|
14 years |
janne-ffmpeg |
swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in …
|
|
|
@829e5daf
|
14 years |
janne-ffmpeg |
cosmetics: break long line update_flags_cpu
Originally committed as …
|
|
|
@d04247a1
|
14 years |
janne-ffmpeg |
use strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*]
Options …
|
|
|