summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-19
|\|
| * alac: cosmetics: general pretty-printing and comment clean upJustin Ruggles2012-07-19
| * alac: calculate buffer size outside the loop in allocate_buffers()Justin Ruggles2012-07-19
| * alac: change some data types to plain intJustin Ruggles2012-07-19
| * alac: cosmetics: rename some variables and function namesJustin Ruggles2012-07-19
| * alac: multi-channel decoding supportAndrew D'Addesio2012-07-19
| * alac: split element parsing into a separate functionJustin Ruggles2012-07-19
| * alac: support a read sample size of up to 32Justin Ruggles2012-07-19
| * alac: output in planar sample formatJustin Ruggles2012-07-19
| * alac: add 32-bit decoding supportJustin Ruggles2012-07-19
| * alac: simplify channel interleavingAndrew D'Addesio2012-07-19
| * alac: use AVPacket fields directly in alac_decode_frame()Justin Ruggles2012-07-19
| * alac: fix check for valid max_samples_per_frameJustin Ruggles2012-07-19
| * alac: use get_sbits() to read LPC coefficients instead of castingJustin Ruggles2012-07-19
| * alac: move the current samples per frame to the ALACContextJustin Ruggles2012-07-19
| * alac: avoid using a double-negative when checking if the frame is compressedJustin Ruggles2012-07-19
| * alac: factor out output_size check in predictor_decompress_fir_adapt()Justin Ruggles2012-07-19
| * alac: factor out loading of next decoded sample in LPC predictionJustin Ruggles2012-07-19
| * alac: use index into buffer_out instead of incrementing the pointerJustin Ruggles2012-07-19
| * alac: simplify lpc coefficient adaptationJustin Ruggles2012-07-19
| * alac: reduce the number of local variables needed in lpc predictionJustin Ruggles2012-07-19
| * alac: simplify 1st order prediction and reading of warm-up samplesJustin Ruggles2012-07-19
| * alac: cosmetics: reindent after last commitJustin Ruggles2012-07-19
| * alac: remove unneeded conditionals in predictor_decompress_fir_adapt()Justin Ruggles2012-07-19
| * alac: use sizeof() instead of hardcoded data sizesJustin Ruggles2012-07-19
| * alac: make block_size signedJustin Ruggles2012-07-19
| * alac: remove a duplicate local variableJustin Ruggles2012-07-19
| * alac: conditionally set sign_modifier to 1Justin Ruggles2012-07-19
| * alac: eliminate 2 unneeded local variables in bastardized_rice_decompress()Justin Ruggles2012-07-19
| * alac: adjust conditions for updating entropy decoder historyJustin Ruggles2012-07-19
| * alac: cosmetics: reindent after last commitJustin Ruggles2012-07-19
| * alac: limit the rice param before passing to decode_scalar()Justin Ruggles2012-07-19
| * alac: reduce the number of parameters to bastardized_rice_decompress()Justin Ruggles2012-07-19
| * alac: cosmetics: rename some ALACContext parametersJustin Ruggles2012-07-19
| * alac: clean up and update comments leftover from reverse-engineeringJustin Ruggles2012-07-19
| * avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles2012-07-19
| * caf: use int64_t for num_packetsJustin Ruggles2012-07-19
| * caf: fix 'pakt' chunk parsingJustin Ruggles2012-07-19
| * caf: support either old or new style ALAC magic kuki chunkJustin Ruggles2012-07-19
* | lavf/udp: warn in case the circular_buffer_size or overrun_nonfatal options a...Stefano Sabatini2012-07-19
* | doc/protocols: add a note regarding the circular RX UDP bufferStefano Sabatini2012-07-19
* | doc/protocols: apply misc fixes to the UDP protocol sectionStefano Sabatini2012-07-19
* | doc/protocols: extend/clarify documentation for the buffer_size UDP optionStefano Sabatini2012-07-19
* | doc/protocols: document "fifo_size" and "overrun_nonfatal" UDP optionsStefano Sabatini2012-07-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-19
|\|
| * Print full compiler identification, not only version numberMans Rullgard2012-07-19
| * flacdec: reverse lpc coeff order, simplify filterMans Rullgard2012-07-19
| * x86: dsputil: drop some unused CPU flag debug codeDiego Biurrun2012-07-19
* | threads: fix a potential race spotted by helgrind.Clément Bœsch2012-07-19
* | fate/subtitles: sort tests alphabetically.Clément Bœsch2012-07-19