|
|
|
@69aab680
|
14 years |
baptiste.coudurier |
Use av_strdup instead of strdup, fixes mingw build
|
|
|
@57149a92
|
14 years |
michaelni |
Remove occurrences of my old email address.
Signed-off-by: Michael …
|
|
|
@1c31b26b
|
14 years |
Carl Eugen Hoyos |
Do not attempt to decode APE file with no frames.
This fixes invalid …
|
|
|
@6947b0c4
|
14 years |
michaelni |
Merge remote-tracking branch 'newdev/master'
Merged-by: Michael …
|
|
|
@27293b84
|
14 years |
michaelni |
Revert "ac3enc: shift coefficients to 24-bit following MDCT rather …
|
|
|
@f7a5e779
|
14 years |
michaelni |
Revert "ac3enc: add SIMD-optimized shifting functions for use with the …
|
|
|
@c76374c6
|
14 years |
rsbultje |
Use AVERROR_EXIT with url_interrupt_cb.
Functions interrupted by …
|
|
|
@bafa4dd3
|
14 years |
rsbultje |
Add AVERROR_EXIT.
This is different from AVERROR(EINTR) because calls …
|
|
|
@3e68b3ba
|
14 years |
rsbultje |
avio: deprecate url_ferror
AVIOContext.error should be used directly …
|
|
|
@75b9ed04
|
14 years |
rsbultje |
lavf/utils: dont't explicitly check AVIOContext.error
The error …
|
|
|
@025225d
|
14 years |
rsbultje |
h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS …
|
|
|
@9f8f62d4
|
14 years |
mans |
Delete MAINTAINERS file
This file is a bad idea and also badly …
|
|
|
@f1efbca5
|
14 years |
justin.ruggles |
ac3enc: add SIMD-optimized shifting functions for use with the …
|
|
|
@323e6fea
|
14 years |
justin.ruggles |
ac3enc: do not right-shift fixed-point coefficients in the final MDCT …
|
|
|
@6e7cf13b
|
14 years |
rsbultje |
mm decoder: move buffer allocation from decode_init() to …
|
|
|
@7f05c164
|
14 years |
rsbultje |
jv demuxer: prevent video packet size overflow
In the event of …
|
|
|
@772cb062
|
14 years |
rsbultje |
jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number
…
|
|
|
@20c1281f
|
14 years |
rsbultje |
jv demuxer: calculate palette_size for each frame in read_header
…
|
|
|
@402f9ad5
|
14 years |
rsbultje |
Bitmap Brothers JV errata
Signed-off-by: Ronald S. Bultje …
|
|
|
@bfaefd8
|
14 years |
rsbultje |
Bitmap Brothers JV demuxer
Signed-off-by: Ronald S. Bultje …
|
|
|
@0697440c
|
14 years |
rsbultje |
Bitmap Brothers JV video decoder
Signed-off-by: Ronald S. Bultje …
|
|
|
@21de9204
|
14 years |
rsbultje |
Update the url to the site website and change ffmpeg-devel to …
|
|
|
@0e6a3ee4
|
14 years |
lu_zero |
doc: document applehttp protocol
The documentation might be extended …
|
|
|
@6e1f0d5e
|
14 years |
pross |
mm decoder: move buffer allocation from decode_init() to …
|
|
|
@435535e
|
14 years |
pross |
jv demuxer: prevent video packet size overflow
In the event of …
|
|
|
@47860766
|
14 years |
michaelni |
fbdev: fix check on nanosleep return vale
In fbdev_read_packet(): …
|
|
|
@57d63d43
|
14 years |
michaelni |
jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number
…
|
|
|
@2f1084ca
|
14 years |
michaelni |
jv demuxer: calculate palette_size for each frame in read_header
…
|
|
|
@81a13131
|
14 years |
jason |
VP8: fix other function declaration
Was missed in 3efbe137.
|
|
|
@fbe98aee
|
14 years |
michaelni |
Revert "configure: allow checking multiple functions in …
|
|
|
@8876c8ae
|
14 years |
michaelni |
Revert "configure: improve pkg-config support"
This reverts commit …
|
|
|
@a0a1b7b9
|
14 years |
michaelni |
Revert "configure: use pkg-config helpers"
This reverts commit …
|
|
|
@27efa296
|
14 years |
michaelni |
Merge branch 'master' of git://git.ffmpeg.org/ffmpeg
Merged-by: …
|
|
|
@0215006a
|
14 years |
mans |
VC1: Export profile/level
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@5dbe78bf
|
14 years |
mans |
ffmpeg: remove unused variable in ffmpeg_exit()
Fix the warning: …
|
|
|
@1eeca886
|
14 years |
jason |
VP8: optimize VP8Context struct ordering
Shaves at least 3KB off code …
|
|
|
@3efbe137
|
14 years |
jason |
VP8: fix function declaration
|
|
|
@b1d2f812
|
14 years |
jason |
VP8: token probs doesn't need padding
prob[0] is the only prob array …
|
|
|
@628b48db
|
14 years |
jason |
VP8: use a goto to break out of two loops
A break statement was …
|
|
|
@a5444fee
|
14 years |
mans |
Add CONFIG_AC3DSP symbol to simplify makefiles
Signed-off-by: Mans …
|
|
|
@4fa18c56
|
14 years |
mans |
configure: use pkg-config helpers
This makes existing pkg-config uses …
|
|
|
@3f8040db
|
14 years |
mans |
configure: improve pkg-config support
This adds helper functions for …
|
|
|
@edaf1ae2
|
14 years |
mans |
configure: allow checking multiple functions in check_func_headers()
…
|
|
|
@3efbbbb5
|
14 years |
michaelni |
Merge remote-tracking branch 'remotes/newdev/master'
Merged-by: …
|
|
|
@2800e8d6
|
14 years |
michaelni |
Revert "ac3enc: use MUL64() to multiply fixed-point coefficients"
…
|
|
|
@5126a8ec
|
14 years |
michaelni |
Fix av_find_best_stream when providing a wanted stream
In the main …
|
|
|
@fa14610d
|
14 years |
michaelni |
Fix av_find_best_stream when decoder_ret is given and using a related …
|
|
|
@9f720d5f
|
14 years |
michaelni |
Bitmap Brothers JV errata
Signed-off-by: Michael Niedermayer …
|
|
|
@48e0d222
|
14 years |
michaelni |
Bitmap Brothers JV demuxer
Signed-off-by: Michael Niedermayer …
|
|
|
@2f46a0af
|
14 years |
michaelni |
Bitmap Brothers JV video decoder
Signed-off-by: Michael Niedermayer …
|
|
|
@75a8e0f0
|
14 years |
michaelni |
Add avio_skip()
|
|
|
@35d7d6f7
|
14 years |
rsbultje |
Add one more avc intra fourcc and extend the description
…
|
|
|
@aecd0a44
|
14 years |
rsbultje |
Export profiles from the mpeg2 video decoder
Signed-off-by: Ronald S. …
|
|
|
@b33fa8a1
|
14 years |
michaelni |
CrystalHD decoder support v7
The Broadcom CrystalHD decoder chips …
|
|
|
@0b82612d
|
14 years |
michaelni |
ffplay: Continue if the file was appended to.
This is a bit …
|
|
|
@3bd624b
|
14 years |
michaelni |
Fix url_feof() for file appendings.
Signed-off-by: Michael Niedermayer …
|
|
|
@9c55fe8f
|
14 years |
michaelni |
Merge remote-tracking branch 'remotes/newdev/master'
Merged-by: …
|
|
|
@ffb03045
|
14 years |
michaelni |
id3v2: fix typo in error message
Signed-off-by: Mans Rullgard …
|
|
|
@fb61a7c5
|
14 years |
mans |
id3v2: fix typo in error message
Signed-off-by: Mans Rullgard …
|
|
|
@31ff9bd7
|
14 years |
rsbultje |
aacenc: Fix a segfault in search_for_quantizers
This reverts the …
|
|
|
@0de8ebf
|
14 years |
Carl Eugen Hoyos |
Do not use AVFMT_FLAG_NONBLOCK for the output file.
Allows to use …
|
|
|
@cc4d3dd3
|
14 years |
michaelni |
ac3enc: add SIMD-optimized shifting functions for use with the …
|
|
|
@7e0a284
|
14 years |
michaelni |
ac3enc: shift coefficients to 24-bit following MDCT rather than using …
|
|
|
@67fc32ac
|
14 years |
michaelni |
ac3enc: use MUL64() to multiply fixed-point coefficients
…
|
|
|
@76d4c167
|
14 years |
michaelni |
Add a dummy option -i to ffplay so that it is easy to switch between …
|
|
|
@1a204f0
|
14 years |
michaelni |
framebuffer device demuxer
|
|
|
@f56c4850
|
14 years |
michaelni |
aacenc: Fix a segfault in search_for_quantizers
This reverts the …
|
|
|
@b543e1dc
|
14 years |
michaelni |
mpegts: add all stream languages into metadata
This is used at least …
|
|
|
@aa612fbb
|
14 years |
michaelni |
In retry_transfer_wrapper, do not check url_interrupt_cb, causes …
|
|
|
@a2fc93f7
|
14 years |
michaelni |
Flag DVB subtitles for the hard hearing appropriately using their …
|
|
|
@70b59063
|
14 years |
michaelni |
mpegtsenc: handle multiple language tags per stream
Signed-off-by: …
|
|
|
@750fbbc2
|
14 years |
michaelni |
reindent.
(cherry picked from commit …
|
|
|
@f8bc86d4
|
14 years |
michaelni |
avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h
…
|
|
|
@718975aa
|
14 years |
michaelni |
avio: deprecate url_fget_max_packet_size
AVIOContext.max_packet_size …
|
|
|
@5e06b020
|
14 years |
michaelni |
aacenc: remove the data arrays
Signed-off-by: Ronald S. Bultje …
|
|
|
@c0fd48a7
|
14 years |
michaelni |
lavf: document the use of multiple entries in language metadata tag
…
|
|
|
@08d804ab
|
14 years |
michaelni |
aac_latm_dec: use aac context and aac m4ac
When decoding latm config, …
|
|
|
@e95f3363
|
14 years |
michaelni |
ac3enc: add some assertions
(cherry picked from commit …
|
|
|
@e8a0c465
|
14 years |
michaelni |
ac3enc: use av_assert2() instead of assert() to make debugging easier. …
|
|
|
@539244ee
|
14 years |
michaelni |
cosmetics: rename ff_fmt_convert_init_ppc() to …
|
|
|
@21527d52
|
14 years |
michaelni |
Add audio codec 0x1600 (ADTS AAC)
Signed-off-by: Ronald S. Bultje …
|
|
|
@db44ea96
|
14 years |
michaelni |
avio: avio_ prefix for url_fsize
Signed-off-by: Ronald S. Bultje …
|
|
|
@1447dc59
|
14 years |
michaelni |
avio: deprecate url_fgetc and remove all it uses
Signed-off-by: …
|
|
|
@de3ef792
|
14 years |
michaelni |
avio: deprecate url_fgets
It's not used anywhere and doesn't look ver …
|
|
|
@e4a26958
|
14 years |
michaelni |
h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.
…
|
|
|
@fb8d710f
|
14 years |
michaelni |
Add Apple HTTP Live Streaming protocol handler
Signed-off-by: Luca …
|
|
|
@de0bddea
|
14 years |
michaelni |
URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME
If this flag is set, …
|
|
|
@0ea285dd
|
14 years |
michaelni |
URLProtocol: Add a flags field
Signed-off-by: Luca Barbato …
|
|
|
@49e617f
|
14 years |
michaelni |
yadif: add parens around macro parameters
This fixes compilation with …
|
|
|
@ac533ac
|
14 years |
Carl Eugen Hoyos |
Do not loop endlessly if id3v2 tag size is negative / too large.
…
|
|
|
@2a8175ff
|
14 years |
Carl Eugen Hoyos |
Change filesize to int64_t.
|
|
|
@f8fab749
|
14 years |
Carl Eugen Hoyos |
Seek back to old position after reading id3v1 tag.
FFmpeg did not …
|
|
|
@66e5b1df
|
14 years |
rsbultje |
avio: deprecate url_feof
AVIOContext.eof_reached should be used …
|
|
|
@6a7e074e
|
14 years |
rsbultje |
mpegts: add all stream languages into metadata
This is used at least …
|
|
|
@688c22e0
|
14 years |
rsbultje |
In retry_transfer_wrapper, do not check url_interrupt_cb, causes …
|
|
|
@789936db
|
14 years |
rsbultje |
Flag DVB subtitles for the hard hearing appropriately using their …
|
|
|
@435cebd0
|
14 years |
rsbultje |
mpegtsenc: handle multiple language tags per stream
Signed-off-by: …
|
|
|
@89e568f
|
14 years |
rsbultje |
lavf: update documentation of AVOutputFormat.flags
Signed-off-by: …
|
|
|
@4e84f994
|
14 years |
rsbultje |
reindent.
|
|
|
@f1ef2cd9
|
14 years |
rsbultje |
avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h
…
|
|
|