2008-05-24 |
Vitor Sessak | More cosmetics: make indentation more consistent Commited in SoC by Vitor Sessak on 2008-04-23 19:14:08
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | More cosmetics Commited in SoC by Vitor Sessak on 2008-04-23 19:13:06
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Move code out of if Commited in SoC by Vitor Sessak on 2008-04-23 19:05:32
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Cosmetics Commited in SoC by Vitor Sessak on 2008-04-23 19:00:50
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Cosmetics Commited in SoC by Vitor Sessak on 2008-04-23 18:52:24
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Factor common code out of if Commited in SoC by Vitor Sessak on 2008-04-23 18:41:07
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Rename another var Commited in SoC by Vitor Sessak on 2008-04-23 18:39:42
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Rename var Commited in SoC by Vitor Sessak on 2008-04-23 18:37:42
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Move var declaration to where it is needed Commited in SoC by Vitor Sessak on 2008-04-23 18:36:26
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Replace if(!a){B}else{C} by if(a){C}else{B} Commited in SoC by Vitor Sessak on 2008-04-23 18:24:46
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Remove useless assignment Commited in SoC by Vitor Sessak on 2008-04-23 18:15:23
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Simplify while(pad){pad--; etc} to while(pad--){etc} Commited in SoC by Vitor Sessak on 2008-04-23 18:03:27
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Simplify extract_inout() as suggested by Michael Commited in SoC by Vitor Sessak on 2008-04-23 18:01:31
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Change the parser logic following Michael's review Commited in SoC by Vitor Sessak on 2008-04-21 18:45:01
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | The name field of AVFilterInOut can be declared const Commited in SoC by Vitor Sessak on 2008-04-21 18:42:11
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | A semi-colon is also a string end Commited in SoC by Vitor Sessak on 2008-04-21 18:40:05
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | 10l: Missed that in one of the last commits Commited in SoC by Vitor Sessak on 2008-04-21 18:39:38
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Move code from handle_link() to the only place the... Commited in SoC by Vitor Sessak on 2008-04-18 18:18:35
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Simplify Commited in SoC by Vitor Sessak on 2008-04-18 17:57:42
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Use a user-provided context for av_log() Commited in SoC by Vitor Sessak on 2008-04-12 14:33:41
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Improve error handling Commited in SoC by Vitor Sessak on 2008-04-12 14:32:13
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Cosmetics Commited in SoC by Vitor Sessak on 2008-04-12 14:28:40
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Better error handling Commited in SoC by Vitor Sessak on 2008-04-12 14:28:30
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Simplify Commited in SoC by Vitor Sessak on 2008-04-12 14:16:34
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Link filters in the same pass as the parser Commited in SoC by Vitor Sessak on 2008-04-12 14:12:56
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Cosmetics: if(x != NULL) -> if(x) Commited in SoC by Vitor Sessak on 2008-04-12 14:11:19
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Even more improvements on whitespaces handling Commited in SoC by Vitor Sessak on 2008-04-12 10:37:15
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | More improvements on the handling of whitespaces Commited in SoC by Vitor Sessak on 2008-04-12 10:34:48
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Proper handling of trailing whitespaces Commited in SoC by Vitor Sessak on 2008-04-10 21:29:33
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Remove unneeded var Commited in SoC by Vitor Sessak on 2008-04-10 21:26:45
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Cosmetics: alignment Commited in SoC by Vitor Sessak on 2008-04-10 21:10:06
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Make two variables const Commited in SoC by Vitor Sessak on 2008-04-10 21:06:35
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Better error messages Commited in SoC by Vitor Sessak on 2008-04-10 18:35:09
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | More simplifying Commited in SoC by Vitor Sessak on 2008-04-10 18:26:40
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Simplify Commited in SoC by Vitor Sessak on 2008-04-10 16:51:23
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Merge declaration and initialization Commited in SoC by Vitor Sessak on 2008-04-10 16:46:33
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Cosmetics Commited in SoC by Vitor Sessak on 2008-04-10 16:41:47
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Update comments to new syntax Commited in SoC by Vitor Sessak on 2008-04-10 16:40:03
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | 10l: Forgot to consider the null byte at the end of... Commited in SoC by Vitor Sessak on 2008-04-10 16:39:07
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Use '[' and ']' for label naming Commited in SoC by Vitor Sessak on 2008-04-06 19:02:56
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Rename avfilter_graph_parse_chain() to avfilter_parse_graph() Commited in SoC by Vitor Sessak on 2008-04-06 18:58:17
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Rename AVFilterInOut.instance to AVFilterInOut.filter Commited in SoC by Vitor Sessak on 2008-04-06 18:45:08
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Cosmetics Commited in SoC by Vitor Sessak on 2008-04-06 18:43:29
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Simplify consume_string() as Michael suggested Commited in SoC by Vitor Sessak on 2008-04-06 18:43:02
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Simplify Commited in SoC by Vitor Sessak on 2008-04-06 18:20:25
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Better instance name for parsed filters Commited in SoC by Vitor Sessak on 2008-04-06 18:19:09
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Use link_filter() instead avfilter_link() when clearer Commited in SoC by Vitor Sessak on 2008-04-06 18:17:29
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Avoid searching by instance name when it is not necessary Commited in SoC by Vitor Sessak on 2008-04-06 18:00:58
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Better error messages Commited in SoC by Vitor Sessak on 2008-04-06 11:09:29
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Handle av_realloc() failure Commited in SoC by Vitor Sessak on 2008-04-04 15:35:38
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Last commit was missing header file
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | I should not have merged the graph parser with the... Commited in SoC by Vitor Sessak on 2008-04-03 16:29:07
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Use an intermediate variable for overflow testing
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Handle the case where we do not have enough input
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Simplify eq()
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Simplify final()
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Simplify rms()
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | More simplifications of ra144_decode_frame()
|
commit | commitdiff | tree |
2008-05-24 |
Vitor Sessak | Make wavtable a table instead of an array
|
commit | commitdiff | tree |
2008-05-21 |
Vitor Sessak | Make gbuf2 a table instead of an array
|
commit | commitdiff | tree |
2008-05-21 |
Vitor Sessak | Remove unneeded var from context
|
commit | commitdiff | tree |
2008-05-21 |
Vitor Sessak | Cosmetics: indentation
|
commit | commitdiff | tree |
2008-05-21 |
Vitor Sessak | Simplify irms()
|
commit | commitdiff | tree |
2008-05-21 |
Vitor Sessak | Simplify add_wav()
|
commit | commitdiff | tree |
2008-05-21 |
Vitor Sessak | Only one out of two values of gbuf1 is actually used...
|
commit | commitdiff | tree |
2008-05-21 |
Vitor Sessak | Make etable1 and etable2 tables instead of arrays.
|
commit | commitdiff | tree |
2008-05-21 |
Vitor Sessak | Simplify ra144_decode_frame() by unrolling a senseless
|
commit | commitdiff | tree |
2008-05-21 |
Vitor Sessak | Use ff_sqrt() function instead of using a table
|
commit | commitdiff | tree |
2008-05-17 |
Vitor Sessak | Cosmetics: move function to remove forward declarations
|
commit | commitdiff | tree |
2008-05-17 |
Vitor Sessak | Minor simplification of rotate_block()
|
commit | commitdiff | tree |
2008-05-17 |
Vitor Sessak | Cosmetics: indentation
|
commit | commitdiff | tree |
2008-05-17 |
Vitor Sessak | Cosmetics: rename variable
|
commit | commitdiff | tree |
2008-05-17 |
Vitor Sessak | Simplify ra144_decode_frame()
|
commit | commitdiff | tree |
2008-05-17 |
Vitor Sessak | Remove a useless temporary buffer
|
commit | commitdiff | tree |
2008-05-17 |
Vitor Sessak | Convert ra144.h tables from hex to decimal
|
commit | commitdiff | tree |
2008-05-15 |
Vitor Sessak | Remove useless buffers
|
commit | commitdiff | tree |
2008-05-15 |
Vitor Sessak | Simplify rotate_block()
|
commit | commitdiff | tree |
2008-05-15 |
Vitor Sessak | Do not pass the context to functions that do not use it
|
commit | commitdiff | tree |
2008-05-15 |
Vitor Sessak | Declare vars as const when possible
|
commit | commitdiff | tree |
2008-05-15 |
Vitor Sessak | Do not copy tables to a context var, use them directly
|
commit | commitdiff | tree |
2008-05-15 |
Vitor Sessak | Remove unneeded fields from the decoder context
|
commit | commitdiff | tree |
2008-05-15 |
Vitor Sessak | Read the bitstream where the data is actually needed...
|
commit | commitdiff | tree |
2008-05-15 |
Vitor Sessak | Use correct type in FFSWAP (thanks to Benoit Fouet...
|
commit | commitdiff | tree |
2008-05-15 |
Vitor Sessak | Cosmetics: remove useless parenthesis
|
commit | commitdiff | tree |
2008-05-15 |
Vitor Sessak | The first table of decodetable[] is unrelated to the...
|
commit | commitdiff | tree |
2008-05-11 |
Vitor Sessak | Simplify do_voice(). Patch by Vitor Sessak (vitor1001 gmail com)
|
commit | commitdiff | tree |
2008-05-11 |
Vitor Sessak | Replace some hardcoded swapping with FFSWAP. Patch by Vitor Sessak (vitor1001 gmail com)
|
commit | commitdiff | tree |
2008-05-11 |
Vitor Sessak | Remove unused defines from ra144. Patch by Vitor Sessak (vitor1001 gmail com)
|
commit | commitdiff | tree |
2008-05-11 |
Vitor Sessak | Simplify a list of array allocations with a loop. patch by Vitor Sessak, vitor1001 gmail com
|
commit | commitdiff | tree |
2008-05-10 |
Vitor Sessak | Remove useless memset, patch by Vitor Sessak, vitor1001... Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.
|
commit | commitdiff | tree |
2008-05-10 |
Vitor Sessak | Rewrite unpack_input() completely, patch by Vitor Sessak... ...unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.
|
commit | commitdiff | tree |
2008-05-10 |
Vitor Sessak | cosmetics: Reindent file, patch by Vitor Sessak, vitor1001... cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,
|
commit | commitdiff | tree |
2008-04-17 |
Vitor Sessak | Remove another unneeded var from context
|
commit | commitdiff | tree |
2008-04-17 |
Vitor Sessak | 10l: my last commit broke compilation and introduced...
|
commit | commitdiff | tree |
2008-04-17 |
Vitor Sessak | Remove unneeded variables from context
|
commit | commitdiff | tree |
2008-04-17 |
Vitor Sessak | Remove wrapper around av_log2()
|
commit | commitdiff | tree |
2008-04-04 |
Vitor Sessak | Handle av_realloc() failure Commited in SoC by Vitor Sessak on 2008-04-04 15:35:38
|
commit | commitdiff | tree |
2008-04-04 |
Vitor Sessak | Use sizeof(var) instead of sizeof(type) Commited in SoC by Vitor Sessak on 2008-04-03 19:53:18
|
commit | commitdiff | tree |
2008-04-04 |
Vitor Sessak | Give a more meaningful instance name to auto-inserted... Commited in SoC by Vitor Sessak on 2008-04-03 16:51:39
|
commit | commitdiff | tree |
2008-04-04 |
Vitor Sessak | Merge two ifs Commited in SoC by Vitor Sessak on 2008-04-03 16:44:27
|
commit | commitdiff | tree |
next |