| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid using reserved __names. | Michael Niedermayer | 2008-04-24 | 2 | -4/+4 |
* | minor memleak | Michael Niedermayer | 2008-04-24 | 1 | -0/+1 |
* | Fixing memleaks. | Michael Niedermayer | 2008-04-24 | 1 | -0/+5 |
* | cosmetics: remove useless whitespaces and put braces correctly | Baptiste Coudurier | 2008-04-24 | 1 | -13/+11 |
* | demux qcelp, so this can work with soc decoder and stream copy | Baptiste Coudurier | 2008-04-24 | 1 | -1/+5 |
* | qcelp fourcc | Baptiste Coudurier | 2008-04-24 | 1 | -0/+4 |
* | support for alac in .mov | Baptiste Coudurier | 2008-04-24 | 1 | -1/+14 |
* | set alac frame size from extradata | Baptiste Coudurier | 2008-04-24 | 1 | -0/+4 |
* | Ensure that the timestamp reading code used for seeking chooses a position | Michael Niedermayer | 2008-04-23 | 1 | -1/+6 |
* | Read asf file header fields in the right order | Rafaël Carré | 2008-04-22 | 1 | -1/+1 |
* | change ff_ac3_parse_header() to take a GetBitContext instead of const char* | Bartlomiej Wolowiec | 2008-04-22 | 1 | -1/+4 |
* | Compute AC3 frame CRC for stronger raw AC3 format probing. | Andreas Öman | 2008-04-21 | 1 | -0/+4 |
* | Correct ASF duration. | Henrik Gulbrandsen | 2008-04-21 | 1 | -2/+1 |
* | Raw dts muxer | Benjamin Larsson | 2008-04-20 | 2 | -1/+15 |
* | Implement FFMAX3(a,b,c) - maximum over three arguments. | Vladimir Voroshilov | 2008-04-19 | 1 | -2/+2 |
* | Decrease returning probe score for WAV demuxer to avoid | Vladimir Voroshilov | 2008-04-19 | 1 | -1/+6 |
* | Tighten up the Westwood AUD detection. Probability of random detections | Mike Melanson | 2008-04-18 | 1 | -5/+14 |
* | doxy header for udp protocol | Luca Barbato | 2008-04-16 | 1 | -0/+6 |
* | Print duration with higher precision. | Diego Biurrun | 2008-04-16 | 1 | -2/+2 |
* | Cleanup comments and make them doxygen parsable. | Luca Barbato | 2008-04-15 | 1 | -5/+18 |
* | Expose max_packet_size from the rtp protocol | Luca Barbato | 2008-04-15 | 1 | -4/+13 |
* | Do not detect a format if another has the same score. | Michael Niedermayer | 2008-04-15 | 1 | -1/+2 |
* | Using the same probe function in 2 formats is not a good idea. | Michael Niedermayer | 2008-04-15 | 1 | -1/+1 |
* | Reduce probe score as it misdetects our flv file from the regression test. | Michael Niedermayer | 2008-04-15 | 1 | -1/+1 |
* | Fix probe for mov00003.mqv. | Michael Niedermayer | 2008-04-15 | 1 | -0/+1 |
* | Identify codec in GMCMidiaASX.mov correctly. | Michael Niedermayer | 2008-04-15 | 1 | -0/+2 |
* | Fix receiving from SDP with unicast destinations | Luca Abeni | 2008-04-15 | 1 | -1/+2 |
* | Remove the "multicast=" tag from UDP and RTP URLs | Luca Abeni | 2008-04-15 | 3 | -16/+33 |
* | Maxis XA demuxer and decoder. | Robert Marston | 2008-04-14 | 3 | -0/+118 |
* | Remove useless code. | Michael Niedermayer | 2008-04-14 | 1 | -6/+0 |
* | Recommit r12809 | Michael Niedermayer | 2008-04-14 | 1 | -0/+4 |
* | Use generic seeking code for flv. The removed code was a buggy duplicate. | Michael Niedermayer | 2008-04-14 | 1 | -12/+0 |
* | revert r12809 | Michael Niedermayer | 2008-04-14 | 1 | -3/+0 |
* | Stop find_stream_info() searching for further streams if 2 streams have | Michael Niedermayer | 2008-04-13 | 1 | -0/+1 |
* | 10l | Michael Niedermayer | 2008-04-13 | 1 | -0/+3 |
* | BFI demuxer | Sisir Koppaka | 2008-04-13 | 3 | -0/+169 |
* | Print warning if scale/rate is invalid. | Michael Niedermayer | 2008-04-13 | 1 | -0/+1 |
* | indent | Michael Niedermayer | 2008-04-13 | 1 | -7/+7 |
* | Restructure if/else a little. | Michael Niedermayer | 2008-04-13 | 1 | -2/+3 |
* | Do not call update_initial_durations if pkt->duration is 0. | Reimar Döffinger | 2008-04-13 | 1 | -1/+1 |
* | Fix seeking in rm. | Michael Niedermayer | 2008-04-09 | 1 | -1/+1 |
* | non-recursive makefiles | Måns Rullgård | 2008-04-07 | 1 | -2/+2 |
* | remove cast | Baptiste Coudurier | 2008-04-05 | 1 | -1/+1 |
* | better error message | Baptiste Coudurier | 2008-04-05 | 1 | -4/+6 |
* | special mpeg2 handling is no more needed | Baptiste Coudurier | 2008-04-04 | 1 | -12/+1 |
* | use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg | Luca Barbato | 2008-04-03 | 1 | -1/+1 |
* | use common aac sample rate tables | Aurelien Jacobs | 2008-04-02 | 2 | -12/+6 |
* | Remove unused variable. | Diego Biurrun | 2008-04-02 | 1 | -1/+1 |
* | check return value of matroska_find_track_by_num (fix a segfault) | Aurelien Jacobs | 2008-03-31 | 1 | -0/+1 |
* | minor typo fixes | Diego Biurrun | 2008-03-31 | 2 | -3/+3 |