11378 Commits (c31dea6136df692a3b0a3fcf490696b718fe9a05)
 

Author SHA1 Message Date
  Aurelien Jacobs c31dea6136 split adx encoder in its own file 17 years ago
  Aurelien Jacobs 4f95f80e2d remove useless debug func 17 years ago
  Aurelien Jacobs 2009c7fc96 revert part of r10899 which was not intended 17 years ago
  Aurelien Jacobs c4cc361099 cleanup and simplify adx_decode_header() 17 years ago
  Aurelien Jacobs 6177c7efe1 remove useless initialization to 0 of adx context 17 years ago
  Aurelien Jacobs ad8df79b1d simplify dpcm decoders declaration using a macro 17 years ago
  Aurelien Jacobs e916de2c8d remove useless #undef 17 years ago
  Aurelien Jacobs c33ed2aaf9 remove unreachable code 17 years ago
  Aurelien Jacobs 0137034996 cosmetics: alignment 17 years ago
  Aurelien Jacobs f6e2300fe7 don't register adpcm encoders which are not implemented 17 years ago
  Stefano Sabatini 22baf42c83 doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A posteP it % 17 years ago
  Kostya Shishkov 83c95cd462 Revert get_num() to old behaviour in order to handle 17 years ago
  Michael Niedermayer 0ac0703107 check av_interleaved_write_frame() return 17 years ago
  Aurelien Jacobs 7c032a369a cosmetics: sort 17 years ago
  Michael Niedermayer c5d99f2b79 prefer our native vorbis decoder over libvorbis 17 years ago
  Michael Niedermayer e14356c895 fix issue130 17 years ago
  Michael Niedermayer c8652b5714 support flv with invalid header 17 years ago
  Michael Niedermayer 6f910bcf39 factorize stream creation 17 years ago
  Diego Biurrun ff21c1b056 Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command. 17 years ago
  Diego Biurrun 1d5fab9b33 Remove unused variables, fixes the following warnings: 17 years ago
  Ronald S. Bultje 51844e6cd2 Take the target address family in account when determining the family of 17 years ago
  Luca Abeni 7d8576c279 Reindent after last commit 17 years ago
  Nicolas George d607861cd5 Resolve hosts and bind sockets even when the local_port is not set (0) 17 years ago
  Peter Ross fac84d3c18 EA IMA EACS decoder 17 years ago
  Peter Ross 7bb65d8964 EA IMA SEAD decoder 17 years ago
  VĂ­ctor Paesa 29c3d42b42 Leverage MinGW's llrint() in Cygwin compilations. 17 years ago
  Luca Abeni e76e2bbc09 Mark the source buffer as "const" 17 years ago
  Luca Abeni ecdcbbf66a If local port n is not available, try n + 2 instead of continuing to bind 17 years ago
  Diego Biurrun 2a4592fedc Clarify comment about gcc -MM. 17 years ago
  Diego Biurrun 582c1c47da Declare libpostproc prerequisites directly instead of using a layer of 17 years ago
  Baptiste Coudurier 992e78f5f2 rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers 17 years ago
  Luca Abeni 990e989f24 Remove redundant prototype 17 years ago
  Luca Abeni c971ff1977 Remove the inclusion of rtsp.h and rtp.h from avformat.h, and 17 years ago
  Nico Sabbi c1a4cdf9bf removed unused variables accidentally introduced in stream_index_from_inputs() 17 years ago
  Aurelien Jacobs 39f79f26eb rename crc.c to crcenc.c 17 years ago
  Aurelien Jacobs 6b6adf2bc8 move framecrc muxer in its own file 17 years ago
  Nico Sabbi a15bc651f9 reindented after previous commit 17 years ago
  Nico Sabbi 50e143c4be added option programid to select the program to use and relative code to handle it 17 years ago
  Loren Merritt 90f0344165 remove a branch from an inner loop. 17 years ago
  Nico Sabbi f473666f51 print newline after program id even when the name is missing 17 years ago
  Luca Abeni 759d98d0c6 Explicitly include rtp.h (needed for rtp_get_payload_type()) 17 years ago
  Luca Abeni a385446f40 Remove prototype for non-existent function 17 years ago
  Aurelien Jacobs 97e6ee2064 probe files starting with the 1SNh tag 17 years ago
  Aurelien Jacobs 94e8c227ba don't use #define with names starting with _ 17 years ago
  Aurelien Jacobs 98168220b0 add parsing of 1SNh header in the EA demuxer 17 years ago
  Diego Biurrun 63bb42fb36 Remove unused variable, fixes warning: 17 years ago
  Aurelien Jacobs 446263879b avoid infinite loop at the end of files which are not properly terminated 17 years ago
  Peter Ross e758396268 EA ADPCM R1, R2 and R3 decoder 17 years ago
  Diego Biurrun d2bbb2f743 Rename --disable-opts option to --disable-optimizations in order to be less 17 years ago
  Diego Biurrun 8400d6b8ea Rename optimize variable to the slightly more meaningful optimizations. 17 years ago