Andreas Cadhalpun
|
c8a6eb58d7
doc: fix spelling errors
|
8 years ago |
Lou Logan
|
06eef96b69
fix some a/an typos
|
8 years ago |
Michael Niedermayer
|
65ffca9f80
avutil/tree: Document the guaranteed ordering of compare arguments for av_tree_find()
|
9 years ago |
Ganesh Ajjanagadde
|
7c8fcbbde3
avutil/tree: add additional const qualifier to the comparator
|
9 years ago |
Ganesh Ajjanagadde
|
94f333f9dc
avutil/tree: improve documentation for av_tree_find, av_tree_insert
|
9 years ago |
Michael Niedermayer
|
bc47d126bf
Merge commit 'a9b04b2c43f95cc17c2291f83c27a3119471d986'
|
11 years ago |
Diego Biurrun
|
a9b04b2c43
tree.h: K&R formatting and typo cosmetics
|
11 years ago |
Michael Niedermayer
|
ac090fa68c
lavu: keep context size variables
|
12 years ago |
Michael Niedermayer
|
f391e405df
Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'
|
12 years ago |
Martin Storsjö
|
9a92aea27b
avutil: Add functions for allocating opaque contexts for algorithms
|
12 years ago |
Stefano Sabatini
|
cd945d2112
lavu/tree: perform minor fixes to av_tree_insert() documentation
|
13 years ago |
Michael Niedermayer
|
0b9a69f244
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Luca Barbato
|
757cd8d876
doxy: provide a start page and document libavutil
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Clément Bœsch
|
b9004bd50c
Remove a few if (p) av_freep(&p) forms
|
13 years ago |
Clément Bœsch
|
523d9407d5
Remove a few if (p) av_freep(&p) forms
|
13 years ago |
Måns Rullgård
|
49bd8e4b84
Fix grammar errors in documentation
|
14 years ago |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
14 years ago |
Vitor Sessak
|
4b83fc0fe4
Plug memory leak in NUT muxer and demuxer
|
14 years ago |
Vitor Sessak
|
8a4d067dfc
Revert r22119 and partially revert 22120.
|
14 years ago |
Vitor Sessak
|
fee6faa2b6
Implement av_tree_destroy_free_elem() to destroy a tree and free all the
|
14 years ago |
Stefano Sabatini
|
7a79e51cd6
Add @code/@endcode commands to markup C code in av_tree_insert() doxy.
|
15 years ago |
Stefano Sabatini
|
9c5a4ea28c
Add missing '*' to av_tree_insert() doxy.
|
15 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
15 years ago |
Diego Biurrun
|
bfe3676feb
spelling/grammar/consistency review part II
|
16 years ago |
Michael Niedermayer
|
eed3607564
Avoid undefined behavior for removing elements that were not in the tree.
|
16 years ago |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
Michael Niedermayer
|
b57cb96836
Document O() time.
|
17 years ago |
Michael Niedermayer
|
efbaf4deee
Document node removial API.
|
17 years ago |
Michael Niedermayer
|
6e8b982bcc
Move *malloc() out of tree.c, that way the code can be used with
|
17 years ago |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
Diego Biurrun
|
e4a4c870cb
Add Doxygen author and file description, rephrase a Doxygen comment.
|
17 years ago |
Diego Biurrun
|
876e4194c2
spelling/grammar fixes for the Doxygen comments
|
17 years ago |
Diego Biurrun
|
7122f7c771
Revert previous commit that contained an unrelated hunk.
|
17 years ago |
Diego Biurrun
|
a93575fa3d
spelling/grammar fixes for a Doxygen comment
|
17 years ago |
Michael Niedermayer
|
fc0b041637
doxy
|
18 years ago |
Michael Niedermayer
|
9eb88fdeba
AVL tree
|
18 years ago |