|
|
|
@d8245c3b
|
12 years |
onemda |
dsicinav: return proper error code in case of malloc failure
Fixes …
|
|
|
@296f9c2b
|
12 years |
onemda |
dsicinav: return meaningful error code
While here remove redundant …
|
|
|
@5c10809
|
12 years |
michaelni |
mxfenc: Write MultipleDescriptor ref in Preface
Reviewed-by: Matthieu …
|
|
|
@da4e4d65
|
12 years |
michaelni |
aacdec: reorder multiuplications to make code safer against too large …
|
|
|
@aa604e8
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avutil: …
|
|
|
@2a91ada8
|
12 years |
diego |
avutil: Make LZO decoder code configure-time selectable
|
|
|
@5bac2d0c
|
12 years |
diego |
avutil: Move memcpy_backptr() to mem.c
The function is used elsewhere …
|
|
|
@d312ffdd
|
12 years |
michaelni |
mpegvideo: fix lowres on field pictures
Fixes Ticket1846
…
|
|
|
@1a535fc4
|
12 years |
michaelni |
fate: reenable some recently lost audio tests
Signed-off-by: Michael …
|
|
|
@fa48da1e
|
12 years |
michaelni |
ffmpeg: fix null ptr deref in psnr printing code
Fixes CID205005 …
|
|
|
@a1af505d
|
12 years |
michaelni |
roqaudioenc: remove dead code
Fixes CID703669
Signed-off-by: Michael …
|
|
|
@4a229729
|
12 years |
michaelni |
qt-faststart: check return of ftello()
Fixes CID739863
Signed-off-by: …
|
|
|
@ed680851
|
12 years |
michaelni |
asfdec: fixed signedness in comparission
Fixes CID739864 …
|
|
|
@0008e0d6
|
12 years |
michaelni |
cmdutils: fix unclosed file on error
Fixes CID739865
Signed-off-by: …
|
|
|
@58c2c17f
|
12 years |
michaelni |
mov_probe: use correct variable
Fixes CID739867
Signed-off-by: …
|
|
|
@aa478213
|
12 years |
michaelni |
cmdutils: remove writes in never read variable
Fixes CID739868 …
|
|
|
@2ecf9492
|
12 years |
Clément Bœsch |
lavf/srtenc: set codec to subrip by default.
We don't have a text …
|
|
|
@fd090a5d
|
12 years |
Clément Bœsch |
lavf/srtenc: simplify timing printing.
|
|
|
@c27b3816
|
12 years |
Clément Bœsch |
srt: make the demuxer output SubRip packets.
The SRT format should …
|
|
|
@4d46fd0b
|
12 years |
Clément Bœsch |
lavc: add AV_PKT_DATA_SUBTITLE_POSITION side data type.
This commit …
|
|
|
@60d9ee1
|
12 years |
Clément Bœsch |
lavc/utils: make sub decode consistent with A/V.
This allows side …
|
|
|
@a96b39de
|
12 years |
Clément Bœsch |
lavf/srtdec: simplify start/end computation.
Also fix potential …
|
|
|
@a945607a
|
12 years |
stefasab |
ffprobe: add an array of section print buffers to the WriterContext
…
|
|
|
@a161def
|
12 years |
stefasab |
Doxyfile: update examples path and patterns
|
|
|
@ce875a61
|
12 years |
stefasab |
doc/texi2pod.pl: drop unnecessary rule, which was converting "\," to …
|
|
|
@f68ff2e0
|
12 years |
michaelni |
fourcc2pixfmt: fix compilation
If someone finds a cleaner fix, dont …
|
|
|
@95d07f33
|
12 years |
michaelni |
libavfilter: include needed header for AVDictionary
Signed-off-by: …
|
|
|
@c01d1d4d
|
12 years |
Clément Bœsch |
http: add -content_type user option.
|
|
|
@6ddb03ca
|
12 years |
onemda |
pgmyuvenc: do not create files which are not supported
It is possible …
|
|
|
@e12cfd0
|
12 years |
onemda |
lavf: const correctness for avformat_new_stream
Signed-off-by: Paul B …
|
|
|
@e3ba817b
|
12 years |
michaelni |
mxfenc: Fix possible integer overflows
None of these are likely …
|
|
|
@fbb39f44
|
12 years |
michaelni |
mxfdec: Fix potential leak in mxf_read_local_tags()
This fixes CID …
|
|
|
@1d22d26
|
12 years |
michaelni |
mxfdec: Fix a potential DoS vector in mxf_read_pixel_layout()
There's …
|
|
|
@187630b2
|
12 years |
michaelni |
mxfdec: Fix CID 732262
Coverity thinks ofs can end up 15, thus …
|
|
|
@a6e9d649
|
12 years |
mans |
configure: detect parisc64 automatically
Signed-off-by: Mans Rullgard …
|
|
|
@56203596
|
12 years |
mans |
configure: detect ppc64 automatically
Signed-off-by: Mans Rullgard …
|
|
|
@2acda282
|
12 years |
mans |
configure: detect mips64 automatically
Signed-off-by: Mans Rullgard …
|
|
|
@d4c99513
|
12 years |
mans |
configure: generalise 64-bit test
Signed-off-by: Mans Rullgard …
|
|
|
@55c77a0c
|
12 years |
stefasab |
doc/filters: escape special Texinfo character @ in overlay example
|
|
|
@51467ee8
|
12 years |
stefasab |
doc/filters: remove unnecessary and inconsistent double ',' escaping
|
|
|
@7d0ca5b7
|
12 years |
michaelni |
doxygen: disable header/footer/stylesheet
They dont work at all and …
|
|
|
@8a34b85f
|
12 years |
michaelni |
avio: detect implicit truncation by assert in avio_w*
This check is …
|
|
|
@a3fb3a6
|
12 years |
michaelni |
avio: avoid implicit truncation in avio_w*
Signed-off-by: Michael …
|
|
|
@e377b50b
|
12 years |
michaelni |
matroskaenc: avoid implicit truncation in avio_w*
Signed-off-by: …
|
|
|
@d0ab71ed
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
asfdec: …
|
|
|
@719fde47
|
12 years |
michaelni |
Merge commit 'c68317ebbe4915035df0b08c23eea7a0b80ab881'
* commit …
|
|
|
@5cf794e0
|
12 years |
michaelni |
Merge commit 'd82f188504410fdfa446c5682c128c31bb5851a4'
* commit …
|
|
|
@5555d207
|
12 years |
michaelni |
Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa'
* commit …
|
|
|
@c44cef97
|
12 years |
martin |
smoothstreamingenc: Don't assume streams start from timestamp 0
Also …
|
|
|
@f3b8096b
|
12 years |
michaelni |
Merge commit '0c03cc68386443f1e96ab6fb358220faf67cd5ff'
* commit …
|
|
|
@42ee9f39
|
12 years |
michaelni |
build: fix detection of math functions with 2 parameters.
The code …
|
|
|
@2dbc9345
|
12 years |
michaelni |
Merge commit '80521c1997a23e148edf89e11b939ab8646297ca'
* commit …
|
|
|
@292a08c
|
12 years |
anton |
asfdec: cosmetics, reformat ff_asf_parse_packet()
|
|
|
@5a956763
|
12 years |
anton |
g.723.1: add missing CODEC_CAP_DR1
|
|
|
@8e84f205
|
12 years |
anton |
avconv: remove now unneeded calls to avcodec_get_frame_defaults().
|
|
|
@1bc64c28
|
12 years |
anton |
lavc: initialize output AVFrame before decoding.
Avoids memleaks with …
|
|
|
@cccb4575
|
12 years |
michaelni |
yuv2rgb: fix integer overflow in fill_gv_table()
Fixes CID703747 …
|
|
|
@a4947929
|
12 years |
michaelni |
yuv2rgb: fix integer overflow in fill_table
Fixes CID703748 …
|
|
|
@6c87b2be
|
12 years |
michaelni |
swscale_unscaled: remove unused variables
Fixes CID739472 …
|
|
|
@3556e7ce
|
12 years |
michaelni |
mpegvideo enc: choose VBV buffer size for mpeg4 when none is specified …
|
|
|
@1856162c
|
12 years |
michaelni |
mpegvideo enc: choose VBV buffer size for mpeg1/2 when none is …
|
|
|
@33c4535d
|
12 years |
stefasab |
examples/decoding_encoding: add and use the decode_write_frame …
|
|
|
@4a227a70
|
12 years |
stefasab |
lavc/utils: fix a few grammar/style nits in log messages
In …
|
|
|
@5ffadec3
|
12 years |
stefasab |
lavc/utils: propagate or return meaningful error codes in avcodec_open2()
|
|
|
@2fdc6f35
|
12 years |
Carl Eugen Hoyos |
Do not detect mov with maximum score if the atom size is too small.
…
|
|
|
@8b03cd3c
|
12 years |
stefasab |
lavd/lavfi: add graph_file option
Allow to specify a filename where …
|
|
|
@bd6240e7
|
12 years |
stefasab |
lavfi/sendcmd: move buf init() variable to internal scope where it is used
|
|
|
@c7065f1f
|
12 years |
stefasab |
lavfi/sendcmd: release file in case of failed allocation
Avoid …
|
|
|
@469a65b1
|
12 years |
michaelni |
x11: Fix x11grab BadCursor
Fixes Ticket1738
Based-on: A fix found in …
|
|
|
@c68317eb
|
12 years |
justin.ruggles |
lavc: fix documentation for AVCodecContext.delay
|
|
|
@44d854a5
|
12 years |
justin.ruggles |
atrac3: return an error if extradata_size is not a specific known size …
|
|
|
@a5ef830b
|
12 years |
justin.ruggles |
lavc: use the correct API version guard macro for avcodec_encode_audio()
|
|
|
@5e28e97
|
12 years |
diego |
Move Doxyfile into the doc/ subdirectory
|
|
|
@d7a39b33
|
12 years |
diego |
doxygen: Build Doxygen documentation in the doc/ subdirectory
|
|
|
@d82f1885
|
12 years |
mans |
Remove need for padding in av_memcpy_backptr()
Signed-off-by: Mans …
|
|
|
@a153e45b
|
12 years |
mans |
dfa: use av_memcpy_backptr() where previously impossible
Since the …
|
|
|
@e831b3b8
|
12 years |
mans |
av_memcpy_backptr: Drop no longer necessary malloc padding
…
|
|
|
@e2820d99
|
12 years |
onemda |
pnmdec: use more meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@ceb754d0
|
12 years |
diego |
lzo: Use AV_COPY*U macros where appropriate
|
|
|
@a9f0dce2
|
12 years |
siretart |
prepare 9_beta2 release
|
|
|
@5442c6cc
|
12 years |
michaelni |
lavf: fix duration estimation for multi program TS
Signed-off-by: …
|
|
|
@31cdf600
|
12 years |
michaelni |
lavf: increase retries to guess duration from pts by 1
This fixes …
|
|
|
@330b864c
|
12 years |
diego |
dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxU
|
|
|
@af6dd6d
|
12 years |
diego |
intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addresses
|
|
|
@aa91fe80
|
12 years |
diego |
dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16
|
|
|
@d8f27ece
|
12 years |
michaelni |
asfdec: ignore stored duration for truncated files
Signed-off-by: …
|
|
|
@8469fc17
|
12 years |
michaelni |
wtvdec: display warning for encrypted wtv files (instead of …
|
|
|
@4d54ecf4
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|
@79ec524f
|
12 years |
michaelni |
Merge commit 'ec444c84cfd30ef34a4e7b4ec7ee77d7e5250d25'
* commit …
|
|
|
@35ce42e0
|
12 years |
michaelni |
Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'
* commit …
|
|
|
@d0ac26a2
|
12 years |
michaelni |
Merge commit 'c692957c4edd119920cd7f2121628dd183589e6a'
* commit …
|
|
|
@0c03cc68
|
12 years |
lu_zero |
mp3: exit on parsing error in mp_decode_frame
Properly forward …
|
|
|
@9ab0874
|
12 years |
lu_zero |
mp3: properly forward mp_decode_frame errors
The function can return …
|
|
|
@c2dac8a
|
12 years |
diego |
rtmppkt: Avoid unescaped backslash in Doxygen comment
|
|
|
@a65bc271
|
12 years |
michaelni |
Merge commit '468ea9d5b14f92fe61f47f034e67066f65163f5f'
* commit …
|
|
|
@c2a25e14
|
12 years |
michaelni |
Merge commit 'add3a6902ea4d459f36655656a1f8daa409118a7'
* commit …
|
|
|
@af3fe43d
|
12 years |
michaelni |
Merge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a'
* commit …
|
|
|
@2a222a72
|
12 years |
mans |
fate-lavfi: replace sed/grep/cut combos with awk
Signed-off-by: Mans …
|
|
|
@4ebc6a74
|
12 years |
mans |
build: Plan 9 support
This adds support for building on Plan 9 …
|
|
|
@80521c1
|
12 years |
mans |
build: allow targets to specify extra objects to link with executables …
|
|
|