Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2013-08-04 | ConfigData: move code to block_param, config_param methods | Max Kellermann | 2 | -42/+113 |
2013-08-03 | ConfigData: remove C++ checks | Max Kellermann | 1 | -20/+0 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 106 | -1187/+1173 |
2013-08-03 | gcc.h: add macro gcc_unreachable() | Max Kellermann | 12 | -14/+18 |
2013-08-01 | PcmBuffer: reset size in Clear() | Max Kellermann | 1 | -0/+1 |
2013-07-31 | Tag: check bulk mode in Clear() | Max Kellermann | 1 | -1/+8 |
2013-07-31 | decoder/ffmpeg: require ffmpeg/libav 0.8 | Max Kellermann | 1 | -89/+0 |
2013-07-31 | output/winmm: adapt to PcmBuffer API changes | Max Kellermann | 1 | -5/+4 |
2013-07-31 | decoder/mpcdec: remove support for the "old" API | Max Kellermann | 1 | -111/+34 |
2013-07-31 | Tag: add method Clear() | Max Kellermann | 7 | -20/+31 |
2013-07-31 | DecoderAPI: pass rvalue reference to decoder_tag() | Max Kellermann | 6 | -11/+10 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 96 | -689/+690 |
2013-07-30 | tag: move enum tag_type to TagType.h | Max Kellermann | 14 | -45/+72 |
2013-07-30 | encoder_api: convert to C++ | Max Kellermann | 23 | -214/+179 |
2013-07-30 | encoder/lame,twolame: convert to C++ | Max Kellermann | 5 | -107/+156 |
2013-07-30 | encoder/wave: convert to C++ | Max Kellermann | 3 | -27/+59 |
2013-07-30 | encoder/null: convert to C++ | Max Kellermann | 3 | -25/+55 |
2013-07-30 | include cleanup | Max Kellermann | 22 | -46/+8 |
2013-07-30 | output_api: convert to C++ | Max Kellermann | 24 | -26/+26 |
2013-07-30 | pcm_buffer: convert to C++ | Max Kellermann | 30 | -276/+172 |
2013-07-30 | Main: fix crash without state file | Max Kellermann | 1 | -1/+2 |
2013-07-30 | pcm_resample: convert to C++ | Max Kellermann | 9 | -316/+261 |
2013-07-30 | PcmConvert: don't memset() in the constructor | Max Kellermann | 1 | -4/+2 |
2013-07-29 | encoder/flac: convert to C++ | Max Kellermann | 3 | -23/+57 |
2013-07-29 | pcm_dsd: convert to C++ | Max Kellermann | 7 | -62/+52 |
2013-07-29 | audio_check: convert to C++ | Max Kellermann | 20 | -49/+23 |
2013-07-29 | tag_table: convert to C++ | Max Kellermann | 8 | -12/+12 |
2013-07-29 | XiphTags: convert to C++ | Max Kellermann | 5 | -14/+10 |
2013-07-29 | tag_handler: convert to C++ | Max Kellermann | 30 | -57/+52 |
2013-07-29 | ape: convert to C++ | Max Kellermann | 10 | -93/+73 |
2013-07-28 | tag_id3: convert to C++ | Max Kellermann | 6 | -74/+68 |
2013-07-28 | song: convert header to C++ | Max Kellermann | 86 | -675/+628 |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 42 | -64/+54 |
2013-07-28 | decoder/fluidsynth: convert to C++ | Max Kellermann | 3 | -15/+47 |
2013-07-28 | decoder/pcm: convert to C++ | Max Kellermann | 3 | -16/+26 |
2013-07-28 | decoder/mpcdec: convert to C++ | Max Kellermann | 3 | -11/+43 |
2013-07-28 | decoder/modplug: convert to C++ | Max Kellermann | 3 | -29/+58 |
2013-07-28 | decoder/mikmod: convert to C++ | Max Kellermann | 3 | -19/+49 |
2013-07-28 | decoder/wildmidi: convert to C++ | Max Kellermann | 3 | -21/+51 |
2013-07-28 | decoder/mpg123: convert to C++ | Max Kellermann | 3 | -15/+45 |
2013-07-28 | decoder/sndfile: convert to C++ | Max Kellermann | 3 | -27/+58 |
2013-07-28 | decoder/audiofile: convert to C++ | Max Kellermann | 3 | -20/+51 |
2013-07-28 | decoder/{dsf,dsdiff}: convert to C++ | Max Kellermann | 7 | -114/+109 |
2013-07-26 | tag_rva2: convert to C++ | Max Kellermann | 3 | -8/+8 |
2013-07-26 | decoder/mad: convert to C++ | Max Kellermann | 3 | -314/+321 |
2013-06-24 | fix overwriting bitrate with signal type | Matthias Larisch | 1 | -3/+3 |
2013-05-12 | text_input_stream: convert to class | Denis Krjuchkov | 6 | -142/+125 |
2013-05-12 | timer: convert to class | Denis Krjuchkov | 7 | -87/+76 |
2013-05-06 | decoder/FLAC*: rename files and symbols to Flac* | Denis Krjuchkov | 13 | -73/+73 |
2013-05-06 | PlaylistFile: use DirectoryReader and file system API | Denis Krjuchkov | 1 | -27/+24 |